dotfiles/msmtp/.msmtprc

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

30 lines
1.0 KiB
Plaintext
Raw 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 fastmail
host smtp.fastmail.com
from sanchayan@sanchayanmaity.net
user maitysanchayan@fastmail.com
2022-10-13 17:07:58 +02:00
passwordeval "gpg2 --use-agent --batch --quiet --no-greeting --no-tty --for-your-eyes-only --decrypt ~/.fastmail.gpg"
2016-03-07 17:31:28 +01:00
account Sanchayan
host smtp.gmail.com
from maitysanchayan@gmail.com
user maitysanchayan@gmail.com
2022-10-13 17:07:58 +02:00
passwordeval "gpg2 --use-agent --batch --quiet --no-greeting --no-tty --for-your-eyes-only --decrypt ~/.sanchayan.gpg"
2016-03-07 17:31:28 +01:00
account asymptotic
host smtp.gmail.com
from sanchayan@asymptotic.io
user sanchayan@asymptotic.io
2022-10-13 17:07:58 +02:00
passwordeval "gpg2 --use-agent --batch --quiet --no-greeting --no-tty --for-your-eyes-only --decrypt ~/.asymptotic.gpg"
2016-03-07 17:31:28 +01:00
# Set a default account
account default : fastmail