summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/manifests/mx.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_postfix/manifests/mx.pp')
-rw-r--r--puppet/modules/site_postfix/manifests/mx.pp5
1 files changed, 1 insertions, 4 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp
index 474ed03d..59d3030d 100644
--- a/puppet/modules/site_postfix/manifests/mx.pp
+++ b/puppet/modules/site_postfix/manifests/mx.pp
@@ -55,10 +55,7 @@ class site_postfix::mx {
-o smtpd_tls_wrappermode=yes
-o smtpd_tls_security_level=encrypt
-o smtpd_recipient_restrictions=\$smtps_recipient_restrictions
-submission inet n - n - - smtpd
- -o smtpd_tls_security_level=encrypt
- -o smtpd_recipient_restrictions=\$submission_recipient_restrictions
- -o smtpd_helo_restrictions=\$submission_helo_restrictions",
+ -o smtpd_helo_restrictions=\$smtps_helo_restrictions",
require => [
Class['Site_config::X509::Key'],
Class['Site_config::X509::Cert'],