Amavis-new and spamassin have been installed for me but I am trying to work
on getting it working better / properly

First I do not seem to be getting a log file in /var/log as the amavisd.conf
file directs, So help on getting a log file would be first.

 

# Section III - Logging

#

 

# true (e.g. 1) => syslog;  false (e.g. 0) => logging to file

$DO_SYSLOG = 1;                 # (defaults to false)

#$SYSLOG_LEVEL = 'user.info';     # (facility.priority, default 'mail.info')

 

# Log file (if not using syslog)

$LOGFILE = "/var/log/amavis.log";  # (defaults to empty, no log)

 

#NOTE: levels are not strictly observed and are somewhat arbitrary

# 0: startup/exit/failure messages, viruses detected

# 1: args passed from client, some more interesting messages

# 2: virus scanner output, timing

# 3: server, client

# 4: decompose parts

# 5: more debug details

#$log_level = 2;                # (defaults to 0)

 

# Customizable template for the most interesting log file entry (e.g. with

# $log_level=0) (take care to properly quote Perl special characters like
'\')

# For a list of available macros see README.customize .

 

# only log infected messages (useful with log level 0):

# $log_templ = '[? %#V |[? %#F ||banned filename ([%F|,])]|infected
([%V|,])]#

# [? %#V |[? %#F ||, from=[?%o|(?)|<%o>], to=[<%R>|,][? %i ||, quarantine
%i]]#

# |, from=[?%o|(?)|<%o>], to=[<%R>|,][? %i ||, quarantine %i]]';

 

# log both infected and noninfected messages (default):

$log_templ = '[? %#V |[? %#F |[?%#D|Not-Delivered|Passed]|BANNED name/type
(%F)]|INFECTED (%V)], #

[?%o|(?)|<%o>] -> [<%R>|,][? %i ||, quarantine %i], Message-ID: %m, Hits:
%c';


Regards Troy



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to