]> git.rmz.io Git - dotfiles.git/blob - msmtprc
weechat: rotate and zip logs
[dotfiles.git] / msmtprc
1 defaults
2 tls on
3 tls_trust_file /etc/ssl/certs/ca-certificates.crt
4 logfile ~/.msmtp/msmtp.log
5
6 # mailfence
7 account mailfence
8 host smtp.mailfence.com
9 protocol smtp
10 tls on
11 # no plaintext negotiations, straight into tls
12 tls_starttls off
13 port 465
14 auth on
15 user samirbenmendil
16 passwordeval "pass mailfence.com/smtp"
17 from me@rmz.io
18
19 # witekio
20 account wio
21 host smtp.office365.com
22 port 587
23 protocol smtp
24 auth xoauth2
25 user sbenmendil@witekio.com
26 passwordeval "~/.config/mutt/mutt_oauth2.py ~/.cache/mutt_oauth2/sbenmendil@witekio.com.tokens"
27 from sbenmendil@witekio.com
28
29 #set default account
30 account default : mailfence