bundles/postfix: mynetworks now supports identifiers
This commit is contained in:
parent
b7222e2cd1
commit
61c6188454
2 changed files with 25 additions and 1 deletions
|
@ -6,7 +6,7 @@ compatibility_level = 2
|
|||
myhostname = ${node.metadata.get('postfix/myhostname', node.metadata['hostname'])}
|
||||
myorigin = /etc/mailname
|
||||
mydestination = $myhostname, localhost
|
||||
mynetworks = 127.0.0.0/8 [::1]/128 [::ffff:127.0.0.0]/104 ${' '.join(sorted(node.metadata.get('postfix/mynetworks', set())))}
|
||||
mynetworks = ${' '.join(sorted(mynetworks))}
|
||||
mailbox_size_limit = 0
|
||||
recipient_delimiter = +
|
||||
inet_protocols = all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue