bundles/postfix: add feature to block email recipients
This commit is contained in:
parent
57c76e5eba
commit
ee58509e93
3 changed files with 28 additions and 0 deletions
3
bundles/postfix/files/blocked_recipients
Normal file
3
bundles/postfix/files/blocked_recipients
Normal file
|
@ -0,0 +1,3 @@
|
|||
% for address in sorted(blocked):
|
||||
${address} REJECT
|
||||
% endfor
|
Loading…
Add table
Add a link
Reference in a new issue