SSH into root and type :
cat /var/log/exim_mainlog | grep “domain.com” > logfile.txt
this should create a file called logfile.txt with the desired mail log for domain.com
Monkey business for the geek in you!
SSH into root and type :
cat /var/log/exim_mainlog | grep “domain.com” > logfile.txt
this should create a file called logfile.txt with the desired mail log for domain.com