summaryrefslogtreecommitdiff
path: root/email/.msmtprc
diff options
context:
space:
mode:
Diffstat (limited to 'email/.msmtprc')
-rw-r--r--email/.msmtprc20
1 files changed, 20 insertions, 0 deletions
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