Guest User

Untitled

a guest
Oct 21st, 2014
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/sender_access, permit
  2.  
  3.  
  4. postmap hash:sender_access
  5.  
  6. smtpd_recipient_restrictions = check_sender_access hash:/etc/postfix/sender_access
  7.  
  8. postfix/smtpd[2144]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
  9.  
  10. smtpd_recipient_restrictions = check_sender_access hash:/etc/postfix/sender_access, permit
  11.  
  12. smtpd_recipient_restrictions = reject_unauth_destination, check_sender_access hash:/etc/postfix/sender_access
  13.  
  14. IMPORTANT: Either the smtpd_relay_restrictions or the smtpd_recipient_restrictions parameter must specify at least one of the following restrictions. Otherwise Postfix will refuse to receive mail:
  15.  
  16. reject, reject_unauth_destination
  17. defer, defer_if_permit, defer_unauth_destination
  18.  
  19. smtpd_relay_restrictions = ...
  20. ...
  21. check_sender_access hash:/etc/postfix/sender_access
  22. ...
Advertisement
Add Comment
Please, Sign In to add comment