Thanks Till,
I see what happened. I had changed the $DO_SYSLOG Variable to 1.
#
# Enable Logging
#
$DO_SYSLOG = 0;
$LOGFILE = "/var/log/amavis.log"; # (defaults to empty, no log)
Which then doesn't write the /var/log/amavisd.log file. After switching back to '0' the logs showed up.
Richard.
|