bundlewrap/bundles/postfix/files/aliases

6 lines
163 B
Plaintext
Raw Normal View History

2020-11-09 09:52:24 +00:00
root: hostmaster@kunbox.net
% for source, target in node.metadata.get('postfix', {}).get('aliases', {}).items():
${source}: ${', '.join(sorted(target))}
% endfor