From cf26b4ffe9745b2c758ff2e65da328a10885e608 Mon Sep 17 00:00:00 2001 From: Julian T Date: Sun, 14 Jul 2019 20:27:59 +0200 Subject: Added isync+notmuch+alot+msmtp email setup --- email/.msmtprc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 email/.msmtprc (limited to 'email/.msmtprc') diff --git a/email/.msmtprc b/email/.msmtprc new file mode 100644 index 0000000..7d8cc4f --- /dev/null +++ b/email/.msmtprc @@ -0,0 +1,20 @@ + +defaults +auth on +tls on +tls_trust_file /etc/ssl/certs/ca-certificates.crt +logfile ~/.msmtp.log + +# mailbox +account mailbox +host smtp.mailbox.org +port 465 +tls_starttls off +from julian@jtle.dk +user julian@jtle.dk +passwordeval "pass show mail | head -n 2" +auth on + + +# default account +account default : mailbox -- cgit v1.2.3