mirror of
https://github.com/chatmail/relay.git
synced 2026-05-11 16:34:39 +00:00
The cert monitoring was an orphaned background process (`monitor_certificates &`) Replace with a proper systemd timer/service (every 60s). Also made journald ForwardToConsole=yes idempotent.
8 lines
300 B
Bash
8 lines
300 B
Bash
MAIL_DOMAIN="chat.example.com"
|
|
|
|
# CMDEPLOY_STAGES - default: "configure,activate". Set to "install,configure,activate" to force full reinstall.
|
|
# CMDEPLOY_STAGES="configure,activate"
|
|
|
|
# Skip acmetool when using an external certificate manager (e.g. Traefik, Caddy).
|
|
# USE_FOREIGN_CERT_MANAGER="True"
|