diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 17:05:17 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 17:05:17 -0600 |
| commit | 3f17c0aefb2f284e9aba80a6bdf6fa604939b7bf (patch) | |
| tree | 9f51155d74803000caa2eb29556551d064c5b2be /dotfiles/system/.msmtprc | |
| parent | a8b3567a374ac71634b0e525035b5af511b7f89d (diff) | |
| download | archsetup-3f17c0aefb2f284e9aba80a6bdf6fa604939b7bf.tar.gz archsetup-3f17c0aefb2f284e9aba80a6bdf6fa604939b7bf.zip | |
chore: update config files and todo
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/system/.msmtprc')
| -rw-r--r-- | dotfiles/system/.msmtprc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/system/.msmtprc b/dotfiles/system/.msmtprc index a72861e..6bd8c03 100644 --- a/dotfiles/system/.msmtprc +++ b/dotfiles/system/.msmtprc @@ -21,14 +21,14 @@ logfile ~/.msmtp.gmail.log # ====================================================================== account cmail -tls_trust_file /home/cjennings/.config/.protonbridge.cert.pem +tls_certcheck off auth on host 127.0.0.1 port 1025 protocol smtp from c@cjennings.net user c@cjennings.net -passwordeval "cat ~/.config/.protonmailsmtp" +passwordeval "cat ~/.config/.cmailpass" tls on tls_starttls on logfile ~/.msmtp.cmail.log |
