37 lines
547 B
Plaintext
37 lines
547 B
Plaintext
## You should mount /etc/dovecot if you want to
|
|
## manage this file
|
|
|
|
mail_home=/srv/mail/%Lu
|
|
mail_location=sdbox:~/Mail
|
|
mail_uid=1000
|
|
mail_gid=1000
|
|
|
|
protocols = imap pop3 submission sieve lmtp
|
|
|
|
first_valid_uid = 1000
|
|
last_valid_uid = 1000
|
|
|
|
passdb {
|
|
driver = passwd-file
|
|
args = /etc/dovecot/passwd
|
|
}
|
|
namespace {
|
|
inbox = yes
|
|
separator = /
|
|
}
|
|
|
|
service lmtp {
|
|
inet_listener {
|
|
port = 24
|
|
}
|
|
}
|
|
|
|
listen = *
|
|
|
|
log_path=/dev/stdout
|
|
info_log_path=/dev/stdout
|
|
debug_log_path=/dev/stdout
|
|
|
|
auth_mechanisms = plain login
|
|
disable_plaintext_auth = no
|