added backup and email client

This commit is contained in:
2026-02-01 00:02:35 +01:00
parent ff857be01a
commit e4fdfbc95f
210 changed files with 24211 additions and 742 deletions
+13
View File
@@ -0,0 +1,13 @@
docker exec plesk-test bash -c '
echo "=== Dovecot Auth Socket suchen ==="
find /var -name "auth*" -type s 2>/dev/null
find /run -name "auth*" -type s 2>/dev/null
echo ""
echo "=== Dovecot Auth Config ==="
grep -r "unix_listener" /etc/dovecot/ 2>/dev/null | head -20
echo ""
echo "=== Postfix SASL Config ==="
postconf smtpd_sasl_type smtpd_sasl_path 2>/dev/null
'