diff options
| author | Joe Carstairs <me@joeac.net> | 2026-01-08 21:10:08 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-01-08 21:10:08 +0000 |
| commit | e0170e82aacf68aaf5d9896df9fdbea454e4725f (patch) | |
| tree | e3daa47974a6d6ca342539df002ac03702aeb3e7 /smtp/.msmtprc | |
| parent | 64f20921617835b33458fe911378ca27ee10055a (diff) | |
fixes SMTP server
Diffstat (limited to 'smtp/.msmtprc')
| -rw-r--r-- | smtp/.msmtprc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/smtp/.msmtprc b/smtp/.msmtprc new file mode 100644 index 0000000..1578901 --- /dev/null +++ b/smtp/.msmtprc @@ -0,0 +1,12 @@ +defaults +auth on +tls on +tls_trust_file /etc/ssl/certs/ca-certificates.crt +logfile /var/msmtp/msmtp.log + +account default +eval echo from "$LOCAL_SMTP_ENVELOPE_FROM" +eval echo host "$REMOTE_SMTP_HOST" +eval echo port "$REMOTE_SMTP_PORT" +eval echo user "$REMOTE_SMTP_USER" +passwordeval cat "$REMOTE_SMTP_PASSWORD_FILE" |
