Advertisement
Guest User

dovecot

a guest
Oct 18th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. # 2.1.10: /etc/dovecot/dovecot.conf
  2. # OS: Linux 2.6.32.12-linode25 i686 Gentoo Base System release 2.1
  3. hostname = widder.koli.be
  4. mail_attachment_dir = ~/.sdbox/attachments
  5. mail_attachment_hash = %{sha512}
  6. mail_location = sdbox:~/.sdbox
  7. mail_plugins = virtual zlib fts fts_lucene
  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 ihave
  10. namespace {
  11. hidden = yes
  12. inbox = no
  13. list = no
  14. location = sdbox:~/.sdbox
  15. prefix = phy/
  16. separator = /
  17. }
  18. namespace inbox {
  19. inbox = yes
  20. list = yes
  21. location = virtual:~/.sdbox/virtual
  22. mailbox Drafts {
  23. special_use = \Drafts
  24. }
  25. mailbox Junk {
  26. special_use = \Junk
  27. }
  28. mailbox Sent {
  29. special_use = \Sent
  30. }
  31. mailbox "Sent Messages" {
  32. special_use = \Sent
  33. }
  34. mailbox Trash {
  35. special_use = \Trash
  36. }
  37. prefix =
  38. separator = /
  39. subscriptions = yes
  40. }
  41. passdb {
  42. args = *
  43. driver = pam
  44. }
  45. plugin {
  46. fts = lucene
  47. fts_lucene = whitespace_chars=@.
  48. sieve = ~/.dovecot.sieve
  49. sieve_dir = ~/sieve
  50. }
  51. postmaster_address = postmaster@koli.be
  52. protocols = imap pop3 lmtp sieve
  53. service auth {
  54. unix_listener /var/spool/postfix/private/auth {
  55. group = postfix
  56. mode = 0660
  57. user = postfix
  58. }
  59. }
  60. service managesieve-login {
  61. inet_listener sieve {
  62. port = 4190
  63. }
  64. }
  65. ssl_cert = </etc/ssl/dovecot/server.pem
  66. ssl_key = </etc/ssl/dovecot/server.key
  67. userdb {
  68. driver = passwd
  69. }
  70. protocol lda {
  71. mail_plugins = virtual zlib fts fts_lucene sieve
  72. }
  73. protocol imap {
  74. mail_plugins = virtual zlib fts fts_lucene imap_zlib
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement