Guest User

Untitled

a guest
Jun 20th, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. disable_plaintext_auth = yes
  2. auth_mechanisms = plain login
  3. protocols = imap
  4. service auth {
  5. unix_listener /var/spool/postfix/private/auth {
  6. group = postfix
  7. mode = 0660
  8. user = postfix
  9. }
  10. }
  11. passdb {
  12. driver = ldap
  13. args = /etc/dovecot/dovecot-ldap.conf
  14. }
  15. userdb {
  16. driver = ldap
  17. args = /etc/dovecot/dovecot-ldap.conf
  18. }
  19. ssl_cert =</etc/pki/tls/certs/ca.crt
  20. ssl_key = </etc/pki/tls/private/ca.key
  21. mail_home = /var/mail/vmail/%d/%n
  22. mail_location = maildir:~/mail
  23.  
  24. # debug logging
  25. auth_debug = yes
  26. auth_verbose = yes
  27. #auth_debug_passwords = yes
  28. verbose_ssl = yes
  29. mail_debug = yes
Add Comment
Please, Sign In to add comment