29 lines
839 B
Text
29 lines
839 B
Text
# 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
|
|
|
|
account fastmail
|
|
host smtp.fastmail.com
|
|
from sanchayan@sanchayanmaity.net
|
|
user maitysanchayan@fastmail.com
|
|
passwordeval "pass show apppass/fastmail"
|
|
|
|
account Sanchayan
|
|
host smtp.gmail.com
|
|
from maitysanchayan@gmail.com
|
|
user maitysanchayan@gmail.com
|
|
passwordeval "pass show apppass/sanchayan"
|
|
|
|
account asymptotic
|
|
host smtp.gmail.com
|
|
from sanchayan@asymptotic.io
|
|
user sanchayan@asymptotic.io
|
|
passwordeval "pass show apppass/asymptotic"
|
|
|
|
# Set a default account
|
|
account default : fastmail
|