summaryrefslogtreecommitdiffstats
path: root/msmtprc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-03 20:15:56 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-03 20:15:56 +0100
commit70d5f6d7a146cc8f8d6cc71703eb8b3f70245a62 (patch)
treecf6aef5f754096069fba3ded9a5e7eb7ce3422e8 /msmtprc
parent21b2c998efa2fa99ba4015ff2ef100514e0142d6 (diff)
Adds neomutt and all the stuff to Debian
Diffstat (limited to '')
-rw-r--r--msmtprc29
1 files changed, 29 insertions, 0 deletions
diff --git a/msmtprc b/msmtprc
new file mode 100644
index 0000000..d335c19
--- /dev/null
+++ b/msmtprc
@@ -0,0 +1,29 @@
+account matthewlemon
+#host mail.messagingengine.com
+host smtp.fastmail.com
+from matt@matthewlemon.com
+tls on
+tls_certcheck off
+tls_starttls off
+#tls_trust_file /etc/ssl/certs/ca-certificates.crt
+port 465
+auth on
+user mrlemon@mailforce.net
+#passwordeval python2 -c "import keyring; print keyring.get_password('fastmail', 'matthewlemon')"
+passwordeval pass evolution_email_fastmail
+#passwordeval gpg --no-tty -q -d /home/lemon/.password-store/Email/fastmail.gpg
+#passwordeval gpg -d /home/lemon/.password-store/Email/fastmail.gpg
+logfile ~/.msmtp.log
+
+#account gmail
+#from matthew.lemon@gmail.com
+#user matthew.lemon@gmail.com
+#host smtp.gmail.com
+#port 587
+#protocol smtp
+#auth on
+#tls on
+#tls_trust_file /etc/ssl/certs/ca-certificates.crt
+#passwordeval pass Email/gmail-application
+
+account default : matthewlemon