|
My Name
Subscribe
|
Thu, 04 Mar 2004Running Amavis on woody with exim3 and clamav/clamscan
deb http://www.backports.org/debian woody amavis-ng
deb http://www.backports.org/debian woody clamav
#clamav:
deb http://people.debian.org/~aurel32/BACKPORTS stable main
apt-get install amavisd-new clamavis-daemonFor exim.conf: trusted_users = mail:amavis . . . . amavis_smtp: driver = smtp hosts = localhost port = 10024 allow_localhost hosts_override end ###################################################################### # DIRECTORS CONFIGURATION # # Specifies how local addresses are handled # ###################################################################### # ORDER DOES MATTER # # A local address is passed to each in turn until it is accepted. # ###################################################################### amavis_director: condition = "${if eq {$received_protocol}{scanned-ok} {0}{1}}" driver = smartuser transport = amavis_smtp verify = false . . . . ###################################################################### # ROUTERS CONFIGURATION # # Specifies how remote addresses are handled # ###################################################################### # ORDER DOES MATTER # # A remote address is passed to each in turn until it is accepted. # ###################################################################### amavis_router: condition = "${if eq {$received_protocol}{scanned-ok} {0}{1}}" driver = domainlist transport = amavis_smtp verify = false route_list = * localhost byname self = send uncomment exim3 settings from amavisd-new, restart it.. optionally comment out spamassassin-disabling line.. [/Howto] permanent link |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||