mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-05-24 00:00:08 +02:00
9 lines
197 B
PHP
9 lines
197 B
PHP
|
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
|
||
|
}
|