bundlewrap/bundles/postfix/files/aliases
Franzi 3ff5d8a7dd
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/postfix: add alias database
2020-11-09 10:52:24 +01:00

6 lines
163 B
Plaintext

root: hostmaster@kunbox.net
% for source, target in node.metadata.get('postfix', {}).get('aliases', {}).items():
${source}: ${', '.join(sorted(target))}
% endfor