1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-12 04:23:24 +02:00

[Dovecot] Remove additional hash scheme and let Dovecot decide the hash by prefix

This commit is contained in:
André 2018-07-12 00:46:10 +02:00
parent 4feb1e3980
commit f185b9df57

View File

@ -185,7 +185,6 @@ services:
- DBNAME=${DBNAME} - DBNAME=${DBNAME}
- DBUSER=${DBUSER} - DBUSER=${DBUSER}
- DBPASS=${DBPASS} - DBPASS=${DBPASS}
- ADDITIONAL_HASH_SCHEME=${ADDITIONAL_HASH_SCHEME:-SHA512-CRYPT}
- TZ=${TZ} - TZ=${TZ}
ports: ports:
- "${DOVEADM_PORT:-127.0.0.1:19991}:12345" - "${DOVEADM_PORT:-127.0.0.1:19991}:12345"