gunnar: server/kolabd/kolabd/templates amavisd.conf.template.in, 1.6, 1.7

cvs at kolab.org cvs at kolab.org
Fri Dec 15 08:55:06 CET 2006


Author: gunnar

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

Modified Files:
	amavisd.conf.template.in 
Log Message:
	* templates/amavisd.conf.template.in: 

	Added all domain names into the local domains known to amavis so
	that all spam messages will get their tags. Resolves:
	kolab/issue1531.


Index: amavisd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/amavisd.conf.template.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- amavisd.conf.template.in	1 Feb 2006 20:48:14 -0000	1.6
+++ amavisd.conf.template.in	15 Dec 2006 07:55:04 -0000	1.7
@@ -178,7 +178,7 @@
 # a union of domains specified in: $mydestination, $virtual_alias_domains,
 # $virtual_mailbox_domains, and $relay_domains.
 #
- at local_domains_acl = ( ".$mydomain" );  # $mydomain and its subdomains
+ at local_domains_acl = ( ".@@@postfix-mydestination|join(", ".)@@@" );  # $mydomain and its subdomains
 # @local_domains_acl = qw();  # default is empty, no recipient treated as local
 # @local_domains_acl = qw( .example.com );
 # @local_domains_acl = qw( .example.com !host.sub.example.net .sub.example.net );





More information about the commits mailing list