thufir

Untitled

Dec 26th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. thufir@dur:~$ dovecot -n
  2. # 2.0.19: /etc/dovecot/dovecot.conf
  3. # OS: Linux 3.5.0-44-generic i686 Ubuntu 12.04.3 LTS
  4. mail_location = maildir:~/Maildir
  5. managesieve_notify_capability = mailto
  6. managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave
  7. passdb {
  8. driver = pam
  9. }
  10. plugin {
  11. sieve = ~/.dovecot.sieve
  12. sieve_dir = ~/sieve
  13. }
  14. protocols = imap pop3 sieve
  15. service auth {
  16. unix_listener /var/spool/postfix/private/dovecot-auth {
  17. group = postfix
  18. mode = 0660
  19. user = postfix
  20. }
  21. }
  22. ssl_cert = </etc/ssl/certs/dovecot.pem
  23. ssl_cipher_list = ALL:!LOW:!SSLv2:ALL:!aNULL:!ADH:!eNULL:!EXP:RC4+RSA:+HIGH:+MEDIUM
  24. ssl_key = </etc/ssl/private/dovecot.pem
  25. userdb {
  26. driver = passwd
  27. }
  28. protocol imap {
  29. imap_client_workarounds = delay-newmail
  30. mail_max_userip_connections = 10
  31. }
  32. protocol pop3 {
  33. mail_max_userip_connections = 10
  34. pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
  35. }
  36. protocol lda {
  37. deliver_log_format = msgid=%m: %$
  38. mail_plugins = sieve
  39. postmaster_address = postmaster
  40. quota_full_tempfail = yes
  41. rejection_reason = Your message to <%t> was automatically rejected:%n%r
  42. }
  43. thufir@dur:~$
  44. thufir@dur:~$
Advertisement
Add Comment
Please, Sign In to add comment