Files
deploy-email-plesk-kerio-ne…/.env.example
T
2026-05-12 11:04:17 +02:00

43 lines
1.3 KiB
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# =====================================================================
# Plesk-Backend wählen:
# manual Tool legt nichts an. Mailpostfach wird vom Admin im
# Plesk-Webinterface angelegt. Tool druckt im PDF die
# Daten aus, die einzutragen sind. <-- Shared-Host-Fall
# api Plesk REST-API (PLESK_API_KEY oder PLESK_USER+_PASSWORD)
# ssh SSH zum Plesk-Server, ruft `plesk bin mail` auf
# =====================================================================
PLESK_BACKEND=manual
# --- nur für PLESK_BACKEND=api ---
PLESK_API_KEY=
PLESK_USER=
PLESK_PASSWORD=
PLESK_PORT=8443
# --- nur für PLESK_BACKEND=ssh ---
PLESK_SSH_PORT=22
PLESK_SSH_USER=
PLESK_SSH_PASSWORD=
PLESK_SSH_KEY=
PLESK_SSH_KEY_PASSPHRASE=
# true, falls der SSH-User `plesk bin` nur mit `sudo` ausführen darf
PLESK_SSH_USE_SUDO=false
# --- Kerio Connect (Admin) ---
KERIO_ADMIN_USER=Admin
KERIO_ADMIN_PASSWORD=
KERIO_ADMIN_PORT=4040
# --- Nextcloud (Admin) ---
# App-Passwort empfohlen (Settings → Security → App passwords).
NEXTCLOUD_ADMIN_USER=admin
NEXTCLOUD_ADMIN_PASSWORD=
# --- Mailserver-Ports für POP3-Sammler in Kerio ---
POP3_PORT=995
POP3_KEEP_DAYS=14
SMTP_PORT=465
# TLS-Zertifikate prüfen? false nur bei selbstsignierten Test-Zertifikaten.
VERIFY_TLS=true