diff options
-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 |