diff options
author | Sam Chudnick <sam@chudnick.com> | 2023-06-25 09:52:36 -0400 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2023-06-25 09:52:36 -0400 |
commit | 95b73daa36b23565a8566f71f9b202d3459b685f (patch) | |
tree | cb17b021be70e7868d0ec235a761f0ecdc80f3f2 /data/msmtp_mta |
Diffstat (limited to 'data/msmtp_mta')
-rw-r--r-- | data/msmtp_mta/msmtprc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/msmtp_mta/msmtprc b/data/msmtp_mta/msmtprc new file mode 100644 index 0000000..9cceef5 --- /dev/null +++ b/data/msmtp_mta/msmtprc | |||
@@ -0,0 +1,11 @@ | |||
1 | defaults | ||
2 | protocol smtp | ||
3 | tls on | ||
4 | tls_starttls off | ||
5 | auth on | ||
6 | |||
7 | account default | ||
8 | host mail.chudnick.com | ||
9 | port 465 | ||
10 | user monitoring@chudnick.com | ||
11 | from monitoring@chudnick.com | ||