bundles/postfix: add postmaster alias

This commit is contained in:
Franzi 2020-11-10 20:32:39 +01:00
parent a9c00409b4
commit 8180769120
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,4 +1,5 @@
root: hostmaster@kunbox.net
postmaster: hostmaster@kunbox.net
% for source, target in node.metadata.get('postfix', {}).get('aliases', {}).items():
${source}: ${', '.join(sorted(target))}