diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-09 14:06:03 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-09 14:06:03 +0000 |
commit | 4dd65c8c8e706ba89b127cdc040844947a36de4c (patch) | |
tree | 985c4293d7baaf0e8502b006d034908da87ae4cd /modules/postfix | |
parent | 4d6bd83886050981c7e49d4bc6c2e3c6d73f8b64 (diff) | |
download | puppet-4dd65c8c8e706ba89b127cdc040844947a36de4c.tar puppet-4dd65c8c8e706ba89b127cdc040844947a36de4c.tar.gz puppet-4dd65c8c8e706ba89b127cdc040844947a36de4c.tar.bz2 puppet-4dd65c8c8e706ba89b127cdc040844947a36de4c.tar.xz puppet-4dd65c8c8e706ba89b127cdc040844947a36de4c.zip |
- since sympa use transport table to get the message, no need to declare it
in mydestination
Diffstat (limited to 'modules/postfix')
-rw-r--r-- | modules/postfix/templates/main.cf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index 0699c95e..cc759581 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -39,9 +39,6 @@ relay_domains = <%= domain %>, ml.<%= domain %> mydestination = <%= fqdn %> <%- if all_tags.include?('postfix::primary_smtp') -%> <%= domain %>, -<%- if classes.include?('sympa::server') -%> - ml.<%= domain %> -<%- end -%> alias_maps = hash:/etc/postfix/aliases # uncomment if we want to enable ldap based alias |