about summary refs log tree commit diff
path: root/users/tazjin/dotfiles/msmtprc
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/dotfiles/msmtprc')
-rw-r--r--users/tazjin/dotfiles/msmtprc16
1 files changed, 16 insertions, 0 deletions
diff --git a/users/tazjin/dotfiles/msmtprc b/users/tazjin/dotfiles/msmtprc
new file mode 100644
index 0000000000..624b6a77fc
--- /dev/null
+++ b/users/tazjin/dotfiles/msmtprc
@@ -0,0 +1,16 @@
+defaults
+
+port 587
+tls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+
+# Runbox mail
+account runbox
+from mail@tazj.in
+host mail.runbox.com
+auth on
+user mail@tazj.in
+passwordeval pass show general/runbox-tazjin
+
+# Use Runbox as default
+account default : runbox