projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8a31a3
)
remove default firewall accept to port submission on the MXes
author
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 09:42:28 +0000
(11:42 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 09:42:28 +0000
(11:42 +0200)
modules/exim/manifests/mx.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/mx.pp
b/modules/exim/manifests/mx.pp
index
0157b14
..
bcee6aa
100644
(file)
--- a/
modules/exim/manifests/mx.pp
+++ b/
modules/exim/manifests/mx.pp
@@
-23,16
+23,6
@@
class exim::mx(
notify => Service['exim4'],
}
- # MXs used as smarthosts
- ferm::rule { 'dsa-exim-submission':
- description => 'Allow SMTP',
- rule => '&SERVICE_RANGE(tcp, submission, $SMTP_SOURCES)'
- }
- ferm::rule { 'dsa-exim-v6-submission':
- description => 'Allow SMTP',
- domain => 'ip6',
- rule => '&SERVICE_RANGE(tcp, submission, $SMTP_V6_SOURCES)',
- }
$autocertdir = hiera('paths.auto_certs_dir')
dnsextras::tlsa_record{ 'tlsa-submission':
zone => 'debian.org',