Guest User

Untitled

a guest
Apr 8th, 2016
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. # 2.2.9: /etc/dovecot/dovecot.conf
  2. # OS: Linux 3.13.0-66-generic x86_64 Ubuntu 14.04.4 LTS ext3
  3. auth_mechanisms = plain login
  4. debug_log_path = /var/log/dovecot-debug.log
  5. dict {
  6. quotadict = mysql:/etc/sentora/configs/dovecot2/dovecot-dict-quota.conf
  7. }
  8. first_valid_gid = 8
  9. first_valid_uid = 999
  10. info_log_path = /var/log/dovecot-info.log
  11. last_valid_gid = 8
  12. last_valid_uid = 999
  13. lda_mailbox_autocreate = yes
  14. lda_mailbox_autosubscribe = yes
  15. listen = *
  16. lmtp_save_to_detail_mailbox = yes
  17. log_path = /var/log/dovecot.log
  18. log_timestamp = %Y-%m-%d %H:%M:%S
  19. mail_debug = yes
  20. mail_location = maildir:/var/sentora/vmail/%d/%n
  21. managesieve_notify_capability = mailto
  22. 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
  23. passdb {
  24. args = /etc/sentora/configs/dovecot2/dovecot-mysql.conf
  25. driver = sql
  26. }
  27. plugin {
  28. acl = vfile:/etc/dovecot/acls
  29. quota = maildir:User quota
  30. sieve = ~/dovecot.sieve
  31. sieve_dir = ~/sieve
  32. sieve_global_dir = /var/sentora/sieve/
  33. sieve_global_path = /var/sentora/sieve/globalfilter.sieve
  34. sieve_max_script_size = 1M
  35. trash = /etc/sentora/configs/dovecot2/dovecot-trash.conf
  36. }
  37. protocols = imap pop3 lmtp sieve
  38. service auth {
  39. unix_listener /var/spool/postfix/private/auth {
  40. group = postfix
  41. mode = 0666
  42. user = postfix
  43. }
  44. unix_listener auth-userdb {
  45. group = mail
  46. mode = 0666
  47. user = vmail
  48. }
  49. }
  50. service dict {
  51. unix_listener dict {
  52. group = mail
  53. mode = 0666
  54. user = vmail
  55. }
  56. }
  57. service imap-login {
  58. inet_listener imap {
  59. port = 143
  60. }
  61. }
  62. service imap {
  63. vsz_limit = 256 M
  64. }
  65. service managesieve-login {
  66. inet_listener sieve {
  67. port = 4190
  68. }
  69. process_min_avail = 0
  70. service_count = 1
  71. vsz_limit = 64 M
  72. }
  73. service pop3-login {
  74. inet_listener pop3 {
  75. port = 110
  76. }
  77. }
  78. ssl = required
  79. ssl_cert = </etc/letsencrypt/live/njoror.squashedfly.eu/fullchain.pem
  80. ssl_key = </etc/letsencrypt/live/njoror.squashedfly.eu/privkey.pem
  81. userdb {
  82. driver = prefetch
  83. }
  84. userdb {
  85. args = /etc/sentora/configs/dovecot2/dovecot-mysql.conf
  86. driver = sql
  87. }
  88. protocol lda {
  89. mail_plugins = quota sieve
  90. postmaster_address = postmaster@njoror.squashedfly.eu
  91. }
  92. protocol imap {
  93. imap_client_workarounds = delay-newmail
  94. mail_plugins = quota imap_quota trash
  95. }
  96. protocol lmtp {
  97. mail_plugins = quota sieve
  98. }
  99. protocol pop3 {
  100. mail_plugins = quota
  101. pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
  102. pop3_uidl_format = %08Xu%08Xv
  103. }
  104. protocol sieve {
  105. managesieve_implementation_string = Dovecot Pigeonhole
  106. managesieve_max_compile_errors = 5
  107. managesieve_max_line_length = 65536
  108. }
Add Comment
Please, Sign In to add comment