docker-dovecot/dovecot.conf
Pierre-Olivier Mercier 3ff0c6e8bb
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial commit, from playbooks
2024-02-12 16:25:16 +01:00

39 lines
512 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 sieve lmtp
first_valid_uid = 1000
last_valid_uid = 1000
passdb {
driver = static
args = password=pass
}
ssl=yes
ssl_cert=<cert.pem
ssl_key=<key.pem
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