diff options
author | Micah Anderson <micah@leap.se> | 2013-09-25 13:06:42 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2013-09-26 09:38:48 -0400 |
commit | 8cbd46a5c62a4f6d91f03283ea9072e7fcc943d8 (patch) | |
tree | 453c8f1fa96b89398376b96ee4ee6a6a029325de /puppet | |
parent | 20a8032ae0580356c3399976f44c13825f87093a (diff) |
properly set the $smtps_recipient_restrictions variable in master.cf (#3935)
Change-Id: Ia5f35977b3dad08c10256f0281ab36ffb230c9fd
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_postfix/manifests/mx.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp index abc0ab46..88922c00 100644 --- a/puppet/modules/site_postfix/manifests/mx.pp +++ b/puppet/modules/site_postfix/manifests/mx.pp @@ -45,6 +45,7 @@ class site_postfix::mx { "smtps inet n - - - - smtpd -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 |