diff options
author | Steffen Hansen <steffen@kdab.com> | 2005-06-02 12:32:39 (GMT) |
---|---|---|
committer | Steffen Hansen <steffen@kdab.com> | 2005-06-02 12:32:39 (GMT) |
commit | 200a6417891d411d0c26eec06bf7ee3c4c4349ac (patch) | |
tree | 44a70670bc29143c5b878ec877698d3922922d8e | |
parent | eb0edd7bb906f4abe625eb2cf5f1dc20c80692ff (diff) | |
download | kolab-conf-200a6417891d411d0c26eec06bf7ee3c4c4349ac.tar.gz |
we might as well have list-type config entries be multivalued
-rw-r--r-- | conf/templates/main.cf.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/templates/main.cf.template b/conf/templates/main.cf.template index 60f8a2a..ad80252 100644 --- a/conf/templates/main.cf.template +++ b/conf/templates/main.cf.template @@ -39,8 +39,8 @@ masquerade_exceptions = root #inet_interfaces = 127.0.0.1 # relaying -mynetworks = @@@postfix-mynetworks@@@ -mydestination = @@@postfix-mydestination@@@ +mynetworks = @@@postfix-mynetworks|join @@@ +mydestination = @@@postfix-mydestination|join @@@ relay_domains = #smtpd_recipient_restrictions = permit_mynetworks, # check_client_access hash:/kolab/etc/postfix/access, |