diff options
Diffstat (limited to 'msmtprc')
-rw-r--r-- | msmtprc | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |