bundles/postfix: add iptables config

This commit is contained in:
Franzi 2021-03-21 11:11:49 +01:00
parent c9f008ad82
commit 5775001301
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 27 additions and 11 deletions

View file

@ -6,7 +6,7 @@ compatibility_level = 2
myhostname = ${node.metadata.get('postfix/myhostname', node.metadata['hostname'])}
myorigin = /etc/mailname
mydestination = $myhostname, localhost
mynetworks = ${' '.join(sorted(node.metadata.get('postfix/mynetworks')))}
mynetworks = 127.0.0.0/8 [::1]/128 [::ffff:127.0.0.0]/104 ${' '.join(sorted(node.metadata.get('postfix/mynetworks', set())))}
mailbox_size_limit = 0
recipient_delimiter = +
inet_protocols = all