cacert-devsetup/docker/imap_plain_userdb.conf
Jan Dittberner af156f24c6 Configure mgr and mail containers
This commit configures IMAP to work properly and makes logs of mgr and
dovecot available.
2020-12-22 14:19:31 +01:00

9 lines
266 B
Plaintext

passdb {
driver = passwd-file
args = username_format=%n /etc/dovecot/imap_user.txt
}
userdb {
driver = passwd-file
args = username_format=%n /etc/dovecot/imap_user.txt
default_fields = uid=catchall gid=catchall home=/home/%n mail=maildir:/home/%n/Maildir
}