bundles/postfix: open up SMTPS
This commit is contained in:
parent
a39a72b27e
commit
12ca6f4ff7
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ def firewall(metadata):
|
|||
|
||||
rules = {
|
||||
'25': atomic(metadata.get('postfix/restrict-to', default)),
|
||||
'465': atomic(metadata.get('postfix/restrict-to', default)),
|
||||
}
|
||||
|
||||
if node.has_bundle('postfixadmin'):
|
||||
|
|
Loading…
Reference in a new issue