|

How can i view maillog for one domain in Linux ?

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


Discover more from WIREDGORILLA

Subscribe to get the latest posts sent to your email.

Similar Posts