From 50cfe0d1d1a1ce2ec1900a9ba016e9d7f72a7025 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 20 Oct 2015 11:06:47 +0300 Subject: lint fixes for postfix --- modules/postfix/templates/main.cf | 1 - modules/postfix/templates/primary_master.cf | 1 - modules/postfix/templates/transport_regexp | 1 - 3 files changed, 3 deletions(-) (limited to 'modules') 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 -%> - -- cgit v1.2.1