Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. listen on lo auth <passwd> received-auth
  2.  
  3. # inbound
  4. action "lmtp-local" lmtp "unix:/var/imap/socket/lmtp"
  5. # outbound
  6. action "outbound" relay
  7.  
  8. # local-local
  9. match from local for local action "lmtp-local"
  10. # internet-auth-local
  11. match tls from any for domain <domains> action "lmtp-local"
  12. # internet-receip-local
  13. #match from any rcpt-to <receip> action "lmtp-local"
  14. # local-auth-internet
  15. match auth from any ! for domain <domains> action "outbound"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement