[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] /var/log/maillog file empty



Larry,

Thanks for your help.  This is what I have for Sendmail under syslogd:

/var/log/maillog {
    daily
    prerotate
        /usr/local/sbin/maillog2commonlog.pl sendmail < /var/log/maillog | \
            /usr/local/sbin/split_logs mail
    endscript
    postrotate
        /usr/bin/killall -HUP syslogd
    endscript
}

Anything wrong with that?

Restarting Sendmail did not fix the problem.

Thanks,

Santiago.