bundles/postfix: add firewalling for port 2525
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2021-03-28 08:37:51 +02:00
parent a4b2dc29a9
commit 9fe4e2933d
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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': {