bundles/postfix: allow configuring mynetworks
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
52cab71fec
commit
3fcd81960e
3 changed files with 14 additions and 2 deletions
|
@ -16,6 +16,13 @@ defaults = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'postfix': {
|
||||
'mynetworks': {
|
||||
'127.0.0.0/8',
|
||||
'[::ffff:127.0.0.0]/104',
|
||||
'[::1]/128',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
if node.has_bundle('postfixadmin'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue