This commit is contained in:
2026-02-22 15:41:21 -06:00
parent 4ac32f43d0
commit 8f0a899b66

View File

@@ -18,4 +18,7 @@ if [ -f "$ACCOUNTS_FILE" ]; then
cat "$WHITELIST_FILE"
else
echo "FEHLER: $ACCOUNTS_FILE wurde nicht gefunden!"
fi
fi
# Plaintext Auth für interne Docker-Verbindungen erlauben
echo "disable_plaintext_auth = no" >> /etc/dovecot/conf.d/10-auth.conf