Helmut wrote: > Hi,
> after setting up amavis 2.3.2 on OpenBSD 3.7 with postfix 2.2.0 amavisd is > only partially logging to syslog (/var/log/maillog). Means that the startup > is logged (starting Perl-Modules, virus scanning engines and so on) but > nothing more. > $DO_SYSLOG = 1 > $log_level = 5 > $SYSLOG_LEVEL = 'mail.info'; This is the default I think > Did I miss something? > Logging to a file works fine. > Thanks, Helmut > I assume you have semicolons after each setting. $log_level = 5; $DO_SYSLOG = 1; Do you have this in /etc/syslog.conf? mail.info /var/log/maillog If you change syslog.conf, I'm sure you must reload syslogd /etc/rc.d/syslogd reload Gary V ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
