PDA

View Full Version : Detail email log


dannygoh
07-12-2004, 02:28 AM
can i log the exim logs in more detail. Currently the log not detail enough. i have 255 undelivered email, address to somebody outsite and from my local client domain.

example i would like to know the email is from who and to who also.

i also implement the mail MailScanner, SpamA and ClamAV. except the default log find on /var/log/maillog and /var/spool/exim/msglog/maillog, can i set to have detail log on these features.

jlasman
07-12-2004, 10:05 AM
When I implemented SpamBlocker in exim.conf I changed the loging quite a bit to give a lot more detail.

Look at my exim.conf file

here (http://www.nobaloney.net/exim/exim.conf.spamblocked), and search for the section "CHANGE LOGGING BEHAVIOR".

The section is well documented and should give you some starting points for making your own modifications. For more information see the exim online documentation at exim.org.

Jeff