mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-21 01:07:49 +00:00
[Dovecot] Remove additional hash scheme and let Dovecot decide the hash by prefix
This commit is contained in:
parent
d9df322eda
commit
587f37a300
1 changed files with 1 additions and 5 deletions
|
|
@ -43,11 +43,7 @@ passdb {
|
|||
pass = yes
|
||||
}
|
||||
passdb {
|
||||
args = /usr/local/etc/dovecot/sql/dovecot-dict-sql-ssha256-passdb.conf
|
||||
driver = sql
|
||||
}
|
||||
passdb {
|
||||
args = /usr/local/etc/dovecot/sql/dovecot-dict-sql-additional-passdb.conf
|
||||
args = /usr/local/etc/dovecot/sql/dovecot-dict-sql-passdb.conf
|
||||
driver = sql
|
||||
}
|
||||
# Set doveadm_password=your-secret-password in data/conf/dovecot/extra.conf (create if missing)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue