Paul, > I am having a problem with a new configuration and I am not able to work > out where the problem is. I can not get the system add additional > information based on the "log_level" to the /var/log/maillog. > > I know amavisd is adding some data into the logs as I see it start and I > see "Dec 1 15:03:48 hy-sm-15 amavis[21655]: SpamControl: init_pre_fork > done" when it is done scanning messages however it does not send anything > else into the logs. > > I am running on OPENBSD (4.4) and Postfix (2.5.4) I tried both the current > version of amavisd-new and the one I know that works (2.5.4) and both do > not work.
> $DO_SYSLOG = 1; # log via syslogd (preferred) > $syslog_facility = 'mail'; # Syslog facility as a string > $syslog_priority = 'debug'; # Syslog base (minimal) priority as a string, The "SpamControl: init_pre_fork done" is probably the last log message before forking occurs. Forked amavisd processes close and re-open their syslog sockets. My guess is that you are running amavisd chrooted, and that your syslogd daemon does not offer its socket in a chroot jail. Mark ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/