Files
cert-expiry-check-template/config/msmtprc.example
2026-01-23 13:55:37 +01:00

14 lines
274 B
Plaintext

# Copy to config/msmtprc (gitignored) and chmod 600
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
account default
host smtp.example.domain
port 587
from noreply@example.domain
user noreply@example.domain
password CHANGE_ME