Hi, I recently performed an upgrade from fedora20 to fedora21, and now amavisd-new no longer logs to /var/log/maillog (or anywhere else that I can find.) The /etc/amavisd.conf file hasn't changed. I've also made sure rsyslog is still running, and is receiving logging info from postfix. # grep log /etc/amavisd/amavisd.conf $log_level = 2; # verbosity 0..5, -d $log_recip_templ = undef; # disable by-recipient level-0 log entries $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, # egrep -v '^$|^#' /etc/rsyslog.conf $ModLoad imuxsock # provides support for local system logging (e.g. via logger command) $ModLoad imklog # provides kernel logging support (previously done by rklogd) $SystemLogRateLimitInterval 0 $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat $IncludeConfig /etc/rsyslog.d/*.conf kern.none /dev/console kern.* /var/log/kern.log *.info;mail.none;authpriv.none;cron.none /var/log/messages authpriv.* /var/log/secure mail.* -/var/log/maillog cron.* /var/log/cron *.emerg * uucp,news.crit /var/log/spooler local7.* /var/log/boot.log I don't understand if this is a journalctl error or not. The logs are going to the standard journalctl log. There is also no /var/log/amavisd.log file present. Thanks for any ideas. Alex -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org