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

cvs at kolab.org cvs at kolab.org
Sat Feb 17 11:31:21 CET 2007


Author: thomas

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

Modified Files:
	amavisd.conf.template.in 
Log Message:
Keep the original @local_domains_acl/$mydomain example in amavisd.conf.template.in

I thought about just removing the "$mydomain and its subdomains" comment,
but having an additional example isn't bad.


Index: amavisd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/amavisd.conf.template.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- amavisd.conf.template.in	14 Feb 2007 13:01:54 -0000	1.9
+++ amavisd.conf.template.in	17 Feb 2007 10:31:19 -0000	1.10
@@ -178,11 +178,12 @@
 # a union of domains specified in: $mydestination, $virtual_alias_domains,
 # $virtual_mailbox_domains, and $relay_domains.
 #
- at local_domains_acl = ( ".@@@postfix-mydestination|join(", ".)@@@" );  # $mydomain and its subdomains
+# @local_domains_acl = ( ".$mydomain" );  # $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 );
 # @local_domains_acl = ( ".$mydomain", '.example.com', 'sub.example.net' );
+ at local_domains_acl = ( ".@@@postfix-mydestination|join(", ".)@@@" );
 
 # or alternatively(A), using a Perl hash lookup table, which may be assigned
 # directly, or read from a file, one domain per line; comments and empty lines





More information about the commits mailing list