diff options
author | Micah Anderson <micah@leap.se> | 2013-08-30 15:19:43 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2013-08-31 08:33:53 -0400 |
commit | ff26ca98604d9e3f3856cca2af678b21c096d1ee (patch) | |
tree | fc559f6ed4e61207d00faa1965724b03f4f5d80b /puppet/modules/site_shorewall | |
parent | 27efd6072ecf13b4bbdb098ee70eb81eb5cdc81c (diff) |
postfix enable submission port using starttls, so the client can transition to the more restrictive TLS wrapper mode
Change-Id: I2a1728788378d9a1b79155ddb9bb4b0464b16baa
Diffstat (limited to 'puppet/modules/site_shorewall')
-rw-r--r-- | puppet/modules/site_shorewall/manifests/mx.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_shorewall/manifests/mx.pp b/puppet/modules/site_shorewall/manifests/mx.pp index 123ffec2..332f164e 100644 --- a/puppet/modules/site_shorewall/manifests/mx.pp +++ b/puppet/modules/site_shorewall/manifests/mx.pp @@ -2,7 +2,7 @@ class site_shorewall::mx { include site_shorewall::defaults - $smtpd_ports = '25,465' + $smtpd_ports = '25,465,587' # define macro for incoming services file { '/etc/shorewall/macro.leap_mx': |