POSTFIX on 10.3 can never log, no log on mail.log

adriancheok

Registered
I have a problem which I have tried for hours and hours to solve but to no avail.

I have set up and got postfix to run correctly as an smtp server and it seems to be working fine (I have tried sending messages using localhost as smtp and it works fine).

However, postfix never makes any log entries in the file /var/log/mail.log

I have checked the syslog.conf file and everything seems to be ok (it is reproduced below:

I have even tried using a manual logger:
logger -p mail.info Test log message here...

But to absolutely no avail, the mail.log remains an empty file.

Please could somebody help me?


*.err;kern.*;auth.notice;authpriv,remoteauth,install.none;mail.crit /dev/console
*.notice;*.info;authpriv,remoteauth,ftp,install.none;kern.debug;mail.crit /var/log/sys
tem.log

# Send messages normally sent to the console also to the serial port.
# To stop messages from being sent out the serial port, comment out this line.
#*.err;kern.*;auth.notice;authpriv,remoteauth.none;mail.crit /dev/tty.serial

# The authpriv log file should be restricted access; these
# messages shouldn't go to terminals or publically-readable
# files.
authpriv.*;remoteauth.crit /var/log/secure.log

lpr.info /var/log/lpr.log
mail.* /var/log/mail.log
mail.err /var/log/mail.err
ftp.* /var/log/ftp.log
netinfo.err /var/log/netinfo.log
install.* /var/log/install.log
install.* @127.0.0.1:32376

*.emerg *

# Send kernel messages to FIFO for Norton Personal Firewall
kern.* /var/log/Npfkernel.log.fifo
 
Back
Top