bundles/postfix: add alias database
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-09 10:52:24 +01:00
parent d39cb5bd82
commit 3ff5d8a7dd
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 26 additions and 0 deletions

View 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