hi
problem happens on a solaris9 machine. by default the postfix log goes
into /var/adm/messages. I want to move the log out to /var/log/maillog.
I changed the /etc/syslog.conf to
#
*.debug /var/adm/messages
# Postfix log
mail.crit;mail.info;mail.debug /var/log/maillog
#
created a empty file by "touch /var/log/maillog"
restarted syslogd by "/etc/init.d/syslog stop/start"
but
/var/log/maillog stays at 0 byte.
if i remove the " mail.* /var/log/maillog " line, postfix log will show
up in /var/adm/messages again.
exect setup works in a solaris8 box.
any help is appreciated.