daily pastebin goal
15%
SHARE
TWEET

Untitled

a guest Oct 13th, 2015 103 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@mail:~# dovecot -n
  2. # 2.2.9: /etc/dovecot/dovecot.conf
  3. # OS: Linux 3.19.0-30-generic x86_64 Ubuntu 14.04.3 LTS
  4. disable_plaintext_auth = no
  5. mail_location = maildir:~/Maildir
  6. passdb {
  7.   args = session=yes cache_key=%s%u dovecot
  8.   driver = pam
  9. }
  10. protocols = pop3 imap
  11. service imap-login {
  12.   inet_listener imap {
  13.     port = 143
  14.   }
  15. }
  16. ssl = no
  17. userdb {
  18.   driver = passwd
  19. }
RAW Paste Data
Top