34 lines
833 B
Plaintext
34 lines
833 B
Plaintext
# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf
|
|
# Pigeonhole version 0.4.21 (92477967)
|
|
listen = *, ::
|
|
|
|
# To make authentication work
|
|
ssl = no
|
|
disable_plaintext_auth = no
|
|
|
|
auth_mechanisms = plain cram-md5
|
|
auth_username_format = %u
|
|
auth_debug = yes
|
|
auth_verbose = yes
|
|
#log
|
|
log_path = /var/log/dovecot.log
|
|
# If not set, use the value from log_path
|
|
info_log_path = /var/log/dovecot-info.log
|
|
# If not set, use the value from info_log_path
|
|
debug_log_path = /var/log/dovecot-debug.log
|
|
## Mailbox locations and namespaces
|
|
mail_location = maildir:/var/vmail/dovecot/mail/%d/%n/Maildir
|
|
passdb {
|
|
args = scheme=cram-md5 /etc/dovecot/dovecotpass
|
|
driver = passwd-file
|
|
}
|
|
protocols = imap
|
|
service auth {
|
|
user = root
|
|
}
|
|
userdb {
|
|
args = /etc/dovecot/dovecotpass
|
|
driver = passwd-file
|
|
override_fields = home=/var/vmail/dovecot/mail/%d/%n
|
|
}
|