summaryrefslogtreecommitdiff
path: root/travis/ext/imap/dovecot.conf
blob: c321cb0099df9b8bc693d233da6bb599742d683f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
auth_debug = yes
auth_mechanisms = login
auth_verbose = yes
disable_plaintext_auth = no
auth_mechanisms = plain login cram-md5
listen = *
mail_location = maildir:/home/vmail/mail/%d/%n/Maildir
mbox_write_locks = fcntl
passdb  {
  args = /etc/dovecot/dovecotpass
  driver = passwd-file
}
protocols = imap
service auth {
  user = root
}
ssl = no
userdb {
  args = uid=11459 gid=10002 home=/home/vmail/dovecot/mail/%d/%n
  driver = static
}
log_path = /var/log/dovecot.log