Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. pki mail.example.com cert "/etc/ssl/mail.example.com.fullchain.pem"
  2. pki mail.example.com key "/etc/ssl/private/mail.example.com.key"
  3.  
  4. table aliases file:/etc/mail/aliases
  5. table passwd passwd:/etc/mail/passwd
  6. table vdomains file:/etc/mail/vdomains
  7. table vusers file:/etc/mail/vusers
  8.  
  9. listen on all tls pki mail.example.com
  10.  
  11. action "local" mbox alias <aliases>
  12. action "to-vusers" lmtp "/var/dovecot/lmtp" rcpt-to virtual <vusers>
  13. action "outbound" relay helo mail.example.com
  14.  
  15. match for local action "local"
  16. match from any for domain <vdomains> action "to-vusers"
  17. match for any action "outbound"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement