Tony Earnshaw wrote:

No. amavisd-new doesn't use spamc or spamassassin. It has its own routines that make use of SA Perl (3) modules and other clearly documented (in both Perl source code and installation) Perl modules.

Logging is to whatever one sets up in /etc/amavisd.conf and confirms in /etc/syslog.conf.

Reading up on software that one uses is mandatory for *everyone*.

Check Section III in your amavisd.conf file... I setup the following which outputs all amavis(viri & SA) to /var/log/maillog.


If you're not using syslog check to see where its attempting to dump the info, if said file exists, and if the user amavis is running as has write permissions to it.

#
# Section III - Logging
#

# true (e.g. 1) => syslog;  false (e.g. 0) => logging to file
$DO_SYSLOG = 1;                   # (defaults to false)
$SYSLOG_LEVEL = 'mail.info';     # (defaults to 'mail.info')

# Log file (if not using syslog)
$LOGFILE = "$MYHOME/amavis.log";  # (defaults to empty, no log)

Here's the line in syslog.conf that makes that happen:

mail.* /var/log/maillog


-- Rock River Internet Roger Grunkemeyer 202 W. State St, 8th Floor [EMAIL PROTECTED] Rockford, IL 61101 815-968-3888






------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to