diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-10-20 11:06:47 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-10-20 11:06:47 +0300 |
commit | 50cfe0d1d1a1ce2ec1900a9ba016e9d7f72a7025 (patch) | |
tree | efe0d29387b5c8ddc4e891e47aad49096da1f2d5 /modules | |
parent | 9b43b0f9a934081f2996b77a2cda61ec43e63e24 (diff) | |
download | puppet-50cfe0d1d1a1ce2ec1900a9ba016e9d7f72a7025.tar puppet-50cfe0d1d1a1ce2ec1900a9ba016e9d7f72a7025.tar.gz puppet-50cfe0d1d1a1ce2ec1900a9ba016e9d7f72a7025.tar.bz2 puppet-50cfe0d1d1a1ce2ec1900a9ba016e9d7f72a7025.tar.xz puppet-50cfe0d1d1a1ce2ec1900a9ba016e9d7f72a7025.zip |
lint fixes for postfix
Diffstat (limited to 'modules')
-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 -%> - |