diff options
Diffstat (limited to 'modules/postfix')
-rw-r--r-- | modules/postfix/templates/main.cf | 1 | ||||
-rw-r--r-- | modules/postfix/templates/primary_master.cf | 1 | ||||
-rw-r--r-- | modules/postfix/templates/transport_regexp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index 8a255087..e3939ed4 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -121,4 +121,3 @@ smtpd_recipient_restrictions = reject_non_fqdn_recipient check_policy_service unix:extern/postgrey/socket <%- end -%> <%- end -%> - diff --git a/modules/postfix/templates/primary_master.cf b/modules/postfix/templates/primary_master.cf index 8037d037..e05d33dc 100644 --- a/modules/postfix/templates/primary_master.cf +++ b/modules/postfix/templates/primary_master.cf @@ -174,4 +174,3 @@ smtp-filter unix - - y - - smtp -o max_use=20 # ##### END OF CONTENT FILTER CUSTOMIZATIONS ##### - diff --git a/modules/postfix/templates/transport_regexp b/modules/postfix/templates/transport_regexp index 7d80cf9f..d6c485f1 100644 --- a/modules/postfix/templates/transport_regexp +++ b/modules/postfix/templates/transport_regexp @@ -5,4 +5,3 @@ ml_domain = 'ml\.' + domain.gsub('.','\.') /^.*+owner\@<%= ml_domain %>$/ sympabounce: /^.*\@<%= ml_domain %>$/ sympa: <%- end -%> - |