bundles/postfix: add postmaster alias
This commit is contained in:
parent
a9c00409b4
commit
8180769120
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
root: hostmaster@kunbox.net
|
root: hostmaster@kunbox.net
|
||||||
|
postmaster: hostmaster@kunbox.net
|
||||||
|
|
||||||
% for source, target in node.metadata.get('postfix', {}).get('aliases', {}).items():
|
% for source, target in node.metadata.get('postfix', {}).get('aliases', {}).items():
|
||||||
${source}: ${', '.join(sorted(target))}
|
${source}: ${', '.join(sorted(target))}
|
||||||
|
|
Loading…
Reference in a new issue