Files
dotfiles/mail/.msmtprc

43 lines
1.1 KiB
Plaintext
Raw Normal View History

defaults
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
2023-03-16 20:25:23 -04:00
tls_certcheck off
tls_starttls on
logfile ~/.msmtp.log
2019-07-19 07:30:58 -04:00
#############################
account unblink
2019-07-19 07:30:58 -04:00
auth on
2019-12-31 21:46:04 -05:00
host box.unbl.ink
port 587
from colin@unbl.ink
user colin@unbl.ink
2020-02-18 14:32:46 -05:00
passwordeval pass personal/colin@unbl.ink
2023-03-16 20:25:23 -04:00
tls_fingerprint 63:EB:0D:1E:6D:23:2F:24:C8:58:86:28:6B:99:2D:F7:B9:91:97:BC:B4:56:47:C8:47:2C:19:10:0C:E7:DC:7D
2019-07-19 07:30:58 -04:00
#############################
2019-07-19 07:30:58 -04:00
#############################
2019-12-31 21:46:04 -05:00
account castine.town
2019-07-19 07:30:58 -04:00
auth on
2019-12-31 21:46:04 -05:00
host box.castine.town
2019-07-19 07:30:58 -04:00
port 587
2019-12-31 21:46:04 -05:00
from colin@castine.town
user colin@castine.town
passwordeval pass personal/colin@castine.town
2023-03-16 20:25:23 -04:00
tls_fingerprint EF:3E:CD:72:F5:BD:63:37:F3:19:F6:1A:5E:B7:BC:32:D7:0C:DB:D8:37:64:62:3F:44:FB:2E:72:1F:69:B2:D9
2019-07-19 07:30:58 -04:00
#############################
#############################
account 15five
auth on
host smtp.gmail.com
port 587
from colin.powell@15five.com
user colin.powell@15five.com
passwordeval pass 15five/mbsync
#############################
2020-01-08 08:58:55 -05:00
#
account default : unblink
2020-01-08 08:58:55 -05:00