Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. smtpd_recipient_restrictions =
  2. [other restrictions here]
  3. check_sender_access
  4. mysql:/etc/postfix/restricted_senders_to_recipents.cf
  5.  
  6. user = uname
  7. password = pword
  8. hosts = 127.0.0.1
  9. dbname = dbname
  10. #!!!PSEUDOCODE!!!
  11. query = SELECT allowed FROM members WHERE sender = %sender AND recipent = %recipent;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement