viewing & finding contents from the mail logs on Linux centos cpanel

To viewing & finding contents from the logs on Linux centos cpanel

Use the below commands view or find the email or domains transaction logs.

/var/log/exim_mainlog
/var/log/maillog

# grep domainname /var/log/exim_mainlog  for finding logs of a particular domain

and

# grep emailaddress /var/log/exim_mainlog for finding logs of a particular email address.

Comments

This site uses Akismet to reduce spam. Learn how your comment data is processed.