prashantbhushan Verified User Joined Jul 21, 2006 Messages 199 Location Pune, India. Aug 29, 2006 #1 hi all, how to see status (logs) of incoming and outgoing mails in exim. Thanks.
Icheb Verified User Joined Sep 15, 2003 Messages 514 Location The Netherlands Aug 29, 2006 #2 Current mails in queue: exim -bp Rest of the funny commands you can find @ http://ccfaq.valar.co.uk/modules.php?name=News&file=article&sid=158 Log of processed mails: /var/log/exim/mainlog. Log of rejected mails: /var/log/exim/rejectlog. Spamassassin, pop3 & imap log (old style): /var/log/maillog (red hat) /var/log/mail.info (debian) If you want to track on of these logs in real time, use this command: tail -f <logfile> You can quit it by entering control-c.
Current mails in queue: exim -bp Rest of the funny commands you can find @ http://ccfaq.valar.co.uk/modules.php?name=News&file=article&sid=158 Log of processed mails: /var/log/exim/mainlog. Log of rejected mails: /var/log/exim/rejectlog. Spamassassin, pop3 & imap log (old style): /var/log/maillog (red hat) /var/log/mail.info (debian) If you want to track on of these logs in real time, use this command: tail -f <logfile> You can quit it by entering control-c.
prashantbhushan Verified User Joined Jul 21, 2006 Messages 199 Location Pune, India. Sep 9, 2006 #3 thanks Thanks a lot for info. Icheb said: Current mails in queue: exim -bp Rest of the funny commands you can find @ http://ccfaq.valar.co.uk/modules.php?name=News&file=article&sid=158 Log of processed mails: /var/log/exim/mainlog. Log of rejected mails: /var/log/exim/rejectlog. Spamassassin, pop3 & imap log (old style): /var/log/maillog (red hat) /var/log/mail.info (debian) If you want to track on of these logs in real time, use this command: tail -f <logfile> You can quit it by entering control-c. Click to expand...
thanks Thanks a lot for info. Icheb said: Current mails in queue: exim -bp Rest of the funny commands you can find @ http://ccfaq.valar.co.uk/modules.php?name=News&file=article&sid=158 Log of processed mails: /var/log/exim/mainlog. Log of rejected mails: /var/log/exim/rejectlog. Spamassassin, pop3 & imap log (old style): /var/log/maillog (red hat) /var/log/mail.info (debian) If you want to track on of these logs in real time, use this command: tail -f <logfile> You can quit it by entering control-c. Click to expand...