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.
Can anyone point me where to look or how to fix the problem?
Below is from my amavisd.conf file
$log_level = 5; # verbosity 0..5, -d
$log_templ = '[?%#D|#|#
\|\^\|Passed#
\|\^\|[? [:ccat_maj]
|OTHER|CLEAN|TEMPFAIL|OVERSIZED|BAD-HEADER|SPAMMY|SPAM|UNCHECKED|BANNED|INFECTED]#
\|\^\|%e#
\|\^\|%D#
\|\^\|%s#
\|\^\|[:uquote|[:header_field|From]]#
\|\^\|[:dquote|[:header_field|Subject]]#
\|\^\|%z#
\|\^\|[:SCORE]#
\|\^\|%i#
\|\^\|%q#
\|\^\|\[[%T|,]\]#
\|\^\|%V#
\|\^\|%F#
\|\^\|LOGV2
]
[?%#O|#|#
\|\^\|Blocked#
\|\^\|[? [:ccat_maj]
|OTHER|CLEAN|TEMPFAIL|OVERSIZED|BAD-HEADER|SPAMMY|SPAM|UNCHECKED|BANNED|INFECTED]#
\|\^\|%e#
\|\^\|%O#
\|\^\|%s#
\|\^\|[:uquote|[:header_field|From]]#
\|\^\|[:dquote|[:header_field|Subject]]#
\|\^\|%z#
\|\^\|[:SCORE]#
\|\^\|%i#
\|\^\|%q#
\|\^\|\[[%T|,]\]#
\|\^\|%V#
\|\^\|%F#
\|\^\|LOGV2
]';
$DO_SYSLOG = 1; # log via syslogd (preferred)
$syslog_facility = 'mail'; # Syslog facility as a string
# e.g.: mail, daemon, user, local0, ... local7
$syslog_priority = 'debug'; # Syslog base (minimal) priority as a string,
# choose from: emerg, alert, crit, err, warning, notice, info, debug
$enable_db = 1; # enable use of BerkeleyDB/libdb (SNMP and nanny)
Thanks
Paul Barbeau
-------------------------------------------------------------------------
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
[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/