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