Angus Jordan wrote:
Hi Ilja,
What facility does the pop3 client, and the smtp client log messages to
syslog through? I'm using the default FreeBSD 5.1 syslog configuration.
Here are the relevant portions:
All DBMail programs log to the LOG_MAIL facility.
*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messa
ges
mail.info /var/log/maillog
console.info /var/log/console.log
Should I change something?
I have this in /etc/syslog.conf (on Debian stable)
#
# Logging for the mail system. Split it up so that
# it is easy to write scripts to parse these files.
#
mail.info -/var/log/mail.info
mail.warn -/var/log/mail.warn
mail.err /var/log/mail.err
Ilja