Advertisement
SipriusPT

doveconf -n

Nov 22nd, 2016
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. # 2.2.5: /Library/Server/Mail/Config/dovecot/dovecot.conf
  2. # OS: Darwin 13.4.0 x86_64 hfs
  3. auth_gssapi_hostname = $ALL
  4. auth_mechanisms = digest-md5 cram-md5 gssapi plain
  5. auth_realms = X-Mac-Pro.local
  6. auth_socket_path = /var/run/dovecot/auth-userdb
  7. auth_username_format = %n
  8. debug_log_path = /Library/Logs/Mail/mail-debug.log
  9. default_internal_user = _dovecot
  10. default_login_user = _dovenull
  11. disable_plaintext_auth = no
  12. first_valid_gid = 6
  13. first_valid_uid = 6
  14. imap_id_log = *
  15. imap_id_send = "name" * "version" *
  16. imap_urlauth_submit_user = submit
  17. info_log_path = /Library/Logs/Mail/mail-info.log
  18. log_path = /Library/Logs/Mail/mail-err.log
  19. login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c
  20. mail_access_groups = mail
  21. mail_attribute_dict = file:/Library/Server/Mail/Data/attributes/attributes.dict
  22. mail_location = maildir:/Library/Server/Mail/Data/mail/%u
  23. mail_log_prefix = "%s(pid %p user %u): "
  24. mail_plugins = quota zlib acl fts fts_sk
  25. managesieve_notify_capability = mailto
  26. 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
  27. mdbox_rotate_size = 200 M
  28. namespace acl-mailboxes {
  29. list = children
  30. location = maildir:/Library/Server/Mail/Data/mail/users/%%u:INDEX=/Library/Server/Mail/Data/mail/shared/%%u
  31. prefix = shared.%%u.
  32. separator = .
  33. subscriptions = no
  34. type = shared
  35. }
  36. namespace inbox {
  37. inbox = yes
  38. location =
  39. mailbox Drafts {
  40. special_use = \Drafts
  41. }
  42. mailbox Junk {
  43. special_use = \Junk
  44. }
  45. mailbox Sent {
  46. special_use = \Sent
  47. }
  48. mailbox "Sent Messages" {
  49. special_use = \Sent
  50. }
  51. mailbox Trash {
  52. special_use = \Trash
  53. }
  54. prefix =
  55. }
  56. namespace list-archives {
  57. list = children
  58. location = maildir:/Library/Server/Mail/Data/listserver/messages/archive/lists/%%u:INDEX=/Library/Server/Mail/Data/listserver/messages/archive/shared/%%u
  59. prefix = archives.%%u.
  60. separator = .
  61. subscriptions = no
  62. type = shared
  63. }
  64. passdb {
  65. driver = od
  66. }
  67. passdb {
  68. args = /Library/Server/Mail/Config/dovecot/submit.passdb
  69. driver = passwd-file
  70. }
  71. plugin {
  72. acl = vfile:/Library/Server/Mail/Config/dovecot/global-acls:cache_secs=300
  73. acl_shared_dict = file:/Library/Server/Mail/Data/shared/shared-mailboxes
  74. fts = sk
  75. quota = maildir:User quota
  76. quota_warning = storage=100%% quota-exceeded %u
  77. sieve = /Library/Server/Mail/Data/rules/%u/dovecot.sieve
  78. sieve_dir = /Library/Server/Mail/Data/rules/%u
  79. stats_refresh = 30 secs
  80. stats_track_cmds = yes
  81. }
  82. postmaster_address = postmaster@remote.X.pt
  83. protocols = imap pop3 lmtp sieve
  84. quota_full_tempfail = yes
  85. service auth {
  86. extra_groups = _keytabusers
  87. idle_kill = 15 mins
  88. unix_listener auth-userdb {
  89. user = _dovecot
  90. }
  91. }
  92. service dns_client {
  93. unix_listener dns-client {
  94. mode = 0600
  95. }
  96. }
  97. service imap-login {
  98. inet_listener imap {
  99. port = 143
  100. }
  101. inet_listener imaps {
  102. port = 993
  103. ssl = yes
  104. }
  105. service_count = 0
  106. }
  107. service imap {
  108. client_limit = 5
  109. process_limit = 200
  110. service_count = 0
  111. }
  112. service indexer-worker {
  113. user = _dovecot
  114. }
  115. service lmtp {
  116. unix_listener lmtp {
  117. mode = 0600
  118. }
  119. }
  120. service managesieve-login {
  121. inet_listener sieve {
  122. port = 4190
  123. }
  124. }
  125. service pop3-login {
  126. inet_listener pop3 {
  127. port = 110
  128. }
  129. inet_listener pop3s {
  130. port = 995
  131. ssl = yes
  132. }
  133. }
  134. service pop3 {
  135. client_limit = 5
  136. process_limit = 200
  137. service_count = 0
  138. }
  139. service quota-exceeded {
  140. executable = script /Applications/Server.app/Contents/ServerRoot/usr/libexec/dovecot/quota-exceeded.sh
  141. unix_listener quota-exceeded {
  142. group = mail
  143. mode = 0660
  144. user = _dovecot
  145. }
  146. user = _dovecot
  147. }
  148. service quota-warning {
  149. executable = script /Applications/Server.app/Contents/ServerRoot/usr/libexec/dovecot/quota-warning.sh
  150. unix_listener quota-warning {
  151. group = mail
  152. mode = 0660
  153. user = _dovecot
  154. }
  155. user = _dovecot
  156. }
  157. service stats {
  158. fifo_listener stats-mail {
  159. mode = 0600
  160. user = _dovecot
  161. }
  162. }
  163. ssl = no
  164. ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL:!ADH:!eNULL
  165. userdb {
  166. args = partition=/Library/Server/Mail/Config/dovecot/partition_map.conf enforce_quotas=yes
  167. driver = od
  168. }
  169. userdb {
  170. args = /Library/Server/Mail/Config/dovecot/submit.passdb
  171. driver = passwd-file
  172. }
  173. verbose_proctitle = yes
  174. protocol lmtp {
  175. mail_plugins = quota zlib acl fts fts_sk sieve
  176. }
  177. protocol lda {
  178. mail_plugins = quota zlib acl fts fts_sk sieve
  179. }
  180. protocol imap {
  181. mail_max_userip_connections = 20
  182. mail_plugins = quota zlib acl fts fts_sk imap_acl imap_quota imap_zlib
  183. }
  184. protocol pop3 {
  185. mail_max_userip_connections = 6
  186. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement