summaryrefslogtreecommitdiff
path: root/dotfiles/system/.msmtprc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.msmtprc')
-rw-r--r--dotfiles/system/.msmtprc38
1 files changed, 0 insertions, 38 deletions
diff --git a/dotfiles/system/.msmtprc b/dotfiles/system/.msmtprc
deleted file mode 100644
index a72861e..0000000
--- a/dotfiles/system/.msmtprc
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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