bundles/postfix: add firewalling for port 2525
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a4b2dc29a9
commit
9fe4e2933d
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ def iptables(metadata):
|
|||
|
||||
if node.has_bundle('postfixadmin'):
|
||||
rules['587'] = atomic(metadata.get('postfix/restrict-to', default))
|
||||
rules['2525'] = atomic(metadata.get('postfix/restrict-to', default))
|
||||
|
||||
return {
|
||||
'iptables': {
|
||||
|
|
Loading…
Reference in a new issue