diff --git a/DMS/docker-data/dms/config/user-patches.sh b/DMS/docker-data/dms/config/user-patches.sh index a84b070..f1ba0c2 100644 --- a/DMS/docker-data/dms/config/user-patches.sh +++ b/DMS/docker-data/dms/config/user-patches.sh @@ -18,4 +18,7 @@ if [ -f "$ACCOUNTS_FILE" ]; then cat "$WHITELIST_FILE" else echo "FEHLER: $ACCOUNTS_FILE wurde nicht gefunden!" -fi \ No newline at end of file +fi + +# Plaintext Auth für interne Docker-Verbindungen erlauben +echo "disable_plaintext_auth = no" >> /etc/dovecot/conf.d/10-auth.conf \ No newline at end of file