mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
2f3cbfc144
Dovecot master accounts can now be configured in DMS via `setup.sh`. A master account is useful for administration purposes, or to perform mailbox backups of every user account over IMAP. Upstream Docs: https://doc.dovecot.org/configuration_manual/authentication/master_users/ Co-authored-by: Casper <casperklein@users.noreply.github.com> Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
10 lines
198 B
C++
Executable file
10 lines
198 B
C++
Executable file
auth_master_user_separator = *
|
|
passdb {
|
|
driver = passwd-file
|
|
args = scheme=SHA512-CRYPT username_format=%u /etc/dovecot/masterdb
|
|
master = yes
|
|
result_success = continue
|
|
#auth_bind = yes
|
|
}
|
|
|