Jason Hollenberg wrote:
> How can I tell if mail is being submitted to
amavisd-maia? It appears to be
> since mail gets quarantined by Maia.
The log you provided only shows Postfix activity. You
should have
another log file somewhere (perhaps in /var/amavis) that
shows
amavisd-maia's activity. Where and how it logs its activity
is defined
in your /etc/amavisd.conf file:
$log_level = 1; # verbosity 0..5
$LOGFILE = "$MYHOME/amavis.log";
$DO_SYSLOG = 0; # log via syslogd (preferred)
$SYSLOG_LEVEL = 'mail.debug';
If you have $DO_SYSLOG enabled, you may have your
amavisd-maia activity
intermingled with /var/log/maillog or somesuch. Turn up the
$log_level
to 5 to get the most detail, then restart amavisd-maia. The
log should
tell you what's going on the next time you try to process a
mail item.
In particular it should detail how amavisd-maia is
processing the
'Received:' headers, and any headers it's adding of its own.
--
Robert LeBlanc <rjl renaissoft.com>
Renaissoft, Inc.
Maia Mailguard <http://www.maiamail
guard.com/>
_______________________________________________
Maia-users mailing list
Maia-users renaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
|