summaryrefslogtreecommitdiff
path: root/msmtprc
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-07-06 17:03:46 -0700
committerBen Sima <ben@bsima.me>2018-07-06 17:03:46 -0700
commit0bb256c4c6f295ab5df2f3bd18ec5fe054ad62c5 (patch)
treea91869ae7a7450265391acc396532a856adfce82 /msmtprc
parentd7a8920d0b82a699414ecc7bd5640cf3e8eb9aeb (diff)
Add offline mail sending
Diffstat (limited to 'msmtprc')
-rw-r--r--msmtprc15
1 files changed, 15 insertions, 0 deletions
diff --git a/msmtprc b/msmtprc
new file mode 100644
index 0000000..e259195
--- /dev/null
+++ b/msmtprc
@@ -0,0 +1,15 @@
+account bnet
+port 587
+tls on
+
+# Get the fingerprint with
+# $ msmtp --serverinfo --tls --tls-certcheck=off --host=smtp.freemail.example
+tls_fingerprint CD:16:9B:3E:AA:B0:E3:E9:A9:21:F4:5D:F3:D8:C8:2B:B0:F8:65:DE
+
+host mail.bsima.me
+from ben@bsima.me
+auth on
+user ben@bsima.me
+passwordeval pass bnet/helium/mail/ben
+
+account default : bnet