bundlewrap/bundles/postfix/files/blocked_recipients

6 lines
130 B
Text
Raw Normal View History

devnull@${node.metadata.get('postfix/myhostname')} DISCARD DEV-NULL
% for address in sorted(blocked):
${address} REJECT
% endfor