setup-email-pve.sh aktualisiert

This commit is contained in:
2025-05-20 22:32:04 +02:00
parent 5b482407b0
commit 60bde505ae

View File

@@ -6,8 +6,8 @@ echo "🔧 Konfiguration von Proxmox VE Benachrichtigungen (PVE 8.x)"
echo
# Abfragen
read -rp "▶️ SMTP-Absenderadresse (z.B. pve@example.com): " MAILFROM
read -rp "▶️ SMTP-Hostname (z.B. smtp.example.com:587): " SMTPHOST
read -rp "▶️ SMTP-Absenderadresse (z.B. pve@example.com): " MAILFROM
read -rp "▶️ SMTP-Hostname (z.B. smtp.example.com:587): " SMTPHOST
read -rp "▶️ SMTP-Benutzername: " SMTPUSER
read -rsp "▶️ SMTP-Passwort: " SMTPPASS
echo