SHARE
TWEET

Untitled

a guest Jan 31st, 2018 63 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf
  2. # Pigeonhole version 0.4.13 (7b14904)
  3. # OS: Linux 3.14.32-xxxx-grs-ipv6-64 x86_64 Ubuntu 16.04.2 LTS
  4. auth_mechanisms = plain login
  5. disable_plaintext_auth = no
  6. first_valid_gid = 0
  7. first_valid_uid = 0
  8. last_valid_gid = 500
  9. last_valid_uid = 500
  10. mail_location = maildir:~/mail/
  11. mail_privileged_group = mail
  12. namespace inbox {
  13.   inbox = yes
  14.   location =
  15.   mailbox Drafts {
  16.     special_use = \Drafts
  17.   }
  18.   mailbox Junk {
  19.     special_use = \Junk
  20.   }
  21.   mailbox Sent {
  22.     special_use = \Sent
  23.   }
  24.   mailbox "Sent Messages" {
  25.     special_use = \Sent
  26.   }
  27.   mailbox Trash {
  28.     special_use = \Trash
  29.   }
  30.   prefix =
  31. }
  32. passdb {
  33.   driver = pam
  34. }
  35. passdb {
  36.   args = username_format=%u /etc/dovecot/users
  37.   driver = passwd-file
  38. }
  39. protocols = " imap lmtp pop3"
  40. service auth {
  41.   unix_listener /var/spool/postfix/private/auth {
  42.     group = postfix
  43.     mode = 0660
  44.     user = postfix
  45.   }
  46. }
  47. service lmtp {
  48.   unix_listener /var/spool/postfix/private/dovecot-lmtp {
  49.     group = postfix
  50.     mode = 0666
  51.     user = postfix
  52.   }
  53. }
  54. ssl_cert = </etc/postfix/ssl/certs/mail.example.com.crt
  55. ssl_key = </etc/postfix/ssl/private/mail.example.com.key
  56. userdb {
  57.   driver = passwd
  58. }
  59. userdb {
  60.   args = username_format=%u /etc/dovecot/users
  61.   driver = passwd-file
  62. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top