bundles/postfix: add alias database
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
d39cb5bd82
commit
3ff5d8a7dd
4 changed files with 26 additions and 0 deletions
5
bundles/postfix/files/aliases
Normal file
5
bundles/postfix/files/aliases
Normal file
|
@ -0,0 +1,5 @@
|
|||
root: hostmaster@kunbox.net
|
||||
|
||||
% for source, target in node.metadata.get('postfix', {}).get('aliases', {}).items():
|
||||
${source}: ${', '.join(sorted(target))}
|
||||
% endfor
|
Loading…
Add table
Add a link
Reference in a new issue