diff --git a/DMS/docker-data/dms/config/user-patches.sh b/DMS/docker-data/dms/config/user-patches.sh index f1ba0c2..a84b070 100644 --- a/DMS/docker-data/dms/config/user-patches.sh +++ b/DMS/docker-data/dms/config/user-patches.sh @@ -18,7 +18,4 @@ if [ -f "$ACCOUNTS_FILE" ]; then cat "$WHITELIST_FILE" else echo "FEHLER: $ACCOUNTS_FILE wurde nicht gefunden!" -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 +fi \ No newline at end of file