This commit is contained in:
Andreas Knuth 2026-02-22 15:41:21 -06:00
parent 4ac32f43d0
commit 8f0a899b66
1 changed files with 4 additions and 1 deletions

View File

@ -19,3 +19,6 @@ if [ -f "$ACCOUNTS_FILE" ]; then
else else
echo "FEHLER: $ACCOUNTS_FILE wurde nicht gefunden!" 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