dotfiles/msmtp/.msmtprc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

42 lines
1.2 KiB
Text
Raw Permalink Normal View History

2016-03-07 17:31:28 +01:00
# echo "YourPassword" | gpg2 --encrypt --recipient "Your Name" -o ~/.mail-tudo-passwd.gpg
# Set default values for all following accounts.
defaults
port 587
protocol smtp
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
2016-03-07 17:31:28 +01:00
account sanchayan-net
host smtp.migadu.com
from me@sanchayanmaity.net
user me@sanchayanmaity.net
passwordeval "pass show migadu/sanchayanmaity.net"
account sanchayan-com
host smtp.migadu.com
from me@sanchayanmaity.com
user me@sanchayanmaity.com
passwordeval "pass show migadu/sanchayanmaity.com"
account fastmail
host smtp.fastmail.com
from maitysanchayan@fastmail.com
user maitysanchayan@fastmail.com
passwordeval "pass show apppass/fastmail"
2016-03-07 17:31:28 +01:00
account Sanchayan
host smtp.gmail.com
from maitysanchayan@gmail.com
user maitysanchayan@gmail.com
passwordeval "pass show apppass/sanchayan"
2016-03-07 17:31:28 +01:00
account asymptotic
host smtp.gmail.com
from sanchayan@asymptotic.io
user sanchayan@asymptotic.io
passwordeval "pass show apppass/asymptotic"
2016-03-07 17:31:28 +01:00
# Set a default account
account default : fastmail