summaryrefslogtreecommitdiff
path: root/dotfiles/system/.msmtprc
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-05-21 22:01:35 -0500
committerCraig Jennings <c@cjennings.net>2025-05-21 22:01:35 -0500
commitb4463015b97912658d630377fafbf630f7588d1e (patch)
treed04b66d992fe2ce88391889c21c5d8dc97acd0ef /dotfiles/system/.msmtprc
parent548154ea395356868e87980b149dfc0abdc84e17 (diff)
moving arch dotfiles into archsetup
Diffstat (limited to 'dotfiles/system/.msmtprc')
-rw-r--r--dotfiles/system/.msmtprc38
1 files changed, 38 insertions, 0 deletions
diff --git a/dotfiles/system/.msmtprc b/dotfiles/system/.msmtprc
new file mode 100644
index 0000000..f81d0aa
--- /dev/null
+++ b/dotfiles/system/.msmtprc
@@ -0,0 +1,38 @@
+# Set default values for all the accounts.
+
+defaults
+logfile ~/.mail/msmtp.log
+
+# ======================================================================
+
+account gmail
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+auth on
+host smtp.gmail.com
+port 465
+protocol smtp
+from craigmartinjennings@gmail.com
+user craigmartinjennings
+passwordeval "gpg2 -q --for-your-eyes-only --no-tty -d ~/.config/.gmailpass.gpg"
+tls on
+tls_starttls off
+logfile ~/.msmtp.gmail.log
+
+# ======================================================================
+
+account cmail
+tls_trust_file /home/cjennings/.config/protonbridge.cert.pem
+auth on
+host 127.0.0.1
+port 1025
+protocol smtp
+from c@cjennings.net
+user c@cjennings.net
+passwordeval "cat ~/.config/.protonmailsmtp"
+tls on
+tls_starttls on
+logfile ~/.msmtp.cmail.log
+
+# ======================================================================
+
+account default : cmail