Guest User

Untitled

a guest
Jul 21st, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. from:
  2. to: existing_user1, existing_user2, non_existing_user
  3. subject: ....
  4.  
  5. $ cd /etc/postfix
  6. $ vi sender_access
  7.  
  8. user@abadboy.com REJECT
  9.  
  10. $ postmap hash:sender_access
  11.  
  12. smtpd_recipient_restrictions = check_sender_access hash:/etc/postfix/sender_access
  13.  
  14. $ sudo /etc/init.d/postfix restart
Add Comment
Please, Sign In to add comment