From 8f0a899b669d33bad3f839f58545dc017ede2fa7 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Sun, 22 Feb 2026 15:41:21 -0600 Subject: [PATCH] sdsdf --- DMS/docker-data/dms/config/user-patches.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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