thomas: server/kolabd/kolabd/templates amavisd.conf.template.in, 1.8, 1.9

cvs at kolab.org cvs at kolab.org
Wed Feb 14 14:01:57 CET 2007


Author: thomas

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv22424

Modified Files:
	amavisd.conf.template.in 
Log Message:
Don't pass notifications and quarantined mails through amavisd-new twice.

This breaks mail loops when quarantined mails are sent to an email address,
where setting spam_lovers was enough in older releases.


Index: amavisd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/amavisd.conf.template.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- amavisd.conf.template.in	8 Jan 2007 01:18:05 -0000	1.8
+++ amavisd.conf.template.in	14 Feb 2007 13:01:54 -0000	1.9
@@ -102,7 +102,7 @@
 # (set host and port number as required; host can be specified
 # as IP address or DNS name (A or CNAME, but MX is ignored)
 $forward_method = 'smtp:127.0.0.1:10026';  # where to forward checked mail
-#$notify_method = $forward_method;          # where to submit notifications
+$notify_method = $forward_method;          # where to submit notifications
 
 # NOTE: The defaults (above) are good for Postfix or dual-sendmail. You MUST
 #       uncomment the appropriate settings below if using other setups!





More information about the commits mailing list