mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00: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
|
||
|
}
|