Advertisement
Guest User

doveconf

a guest
Sep 11th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1.  
  2. # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf
  3. # Pigeonhole version 0.4.13 (7b14904)
  4. # OS: Linux 4.4.0-93-generic x86_64 Ubuntu 16.04.3 LTS
  5. auth_mechanisms = plain login
  6. base_dir = /var/run/dovecot/
  7. mail_location = maildir:~/Maildir
  8. managesieve_notify_capability = mailto
  9. 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 index ihave duplicate mime foreverypart extracttext
  10. namespace inbox {
  11. inbox = yes
  12. location =
  13. mailbox Drafts {
  14. special_use = \Drafts
  15. }
  16. mailbox Junk {
  17. special_use = \Junk
  18. }
  19. mailbox Sent {
  20. special_use = \Sent
  21. }
  22. mailbox "Sent Messages" {
  23. special_use = \Sent
  24. }
  25. mailbox Trash {
  26. special_use = \Trash
  27. }
  28. prefix =
  29. }
  30. passdb {
  31. driver = shadow
  32. }
  33. plugin {
  34. sieve = ~/.dovecot.sieve
  35. sieve_dir = ~/sieve
  36. }
  37. protocols = imap pop3 sieve
  38. service auth {
  39. unix_listener /var/spool/postfix/private/dovecot-auth {
  40. group = postfix
  41. mode = 0660
  42. user = postfix
  43. }
  44. }
  45. ssl_cert = </home/administrator/cert.pem
  46. ssl_cipher_list = ALL:!LOW:!SSLv2:ALL:!aNULL:!ADH:!eNULL:!EXP:RC4+RSA:+HIGH:+MEDIUM
  47. ssl_key = </home/administrator/privkey.pem
  48. ssl_key_password = # hidden, use -P to show it
  49. userdb {
  50. driver = passwd
  51. }
  52. protocol lda {
  53. deliver_log_format = msgid=%m: %$
  54. mail_plugins = sieve
  55. postmaster_address = postmaster
  56. quota_full_tempfail = yes
  57. rejection_reason = Your message to <%t> was automatically rejected:%n%r
  58. }
  59. protocol imap {
  60. imap_client_workarounds = delay-newmail
  61. mail_max_userip_connections = 10
  62. }
  63. protocol pop3 {
  64. mail_max_userip_connections = 10
  65. pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement