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
|
2017-06-01 07:57:11 +02:00
|
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
2016-03-07 17:31:28 +01:00
|
|
|
|
2021-02-11 09:46:19 +01:00
|
|
|
account fastmail
|
|
|
|
host smtp.fastmail.com
|
|
|
|
from sanchayan@sanchayanmaity.net
|
|
|
|
user maitysanchayan@fastmail.com
|
2022-12-15 07:26:28 +01:00
|
|
|
passwordeval "pass show apppass/fastmail"
|
2021-02-11 09:46:19 +01:00
|
|
|
|
2016-03-07 17:31:28 +01:00
|
|
|
account Sanchayan
|
|
|
|
host smtp.gmail.com
|
|
|
|
from maitysanchayan@gmail.com
|
|
|
|
user maitysanchayan@gmail.com
|
2022-12-15 07:26:28 +01:00
|
|
|
passwordeval "pass show apppass/sanchayan"
|
2016-03-07 17:31:28 +01:00
|
|
|
|
2020-07-23 16:50:48 +02:00
|
|
|
account asymptotic
|
2020-01-06 06:25:00 +01:00
|
|
|
host smtp.gmail.com
|
2020-07-23 16:50:48 +02:00
|
|
|
from sanchayan@asymptotic.io
|
|
|
|
user sanchayan@asymptotic.io
|
2022-12-15 07:26:28 +01:00
|
|
|
passwordeval "pass show apppass/asymptotic"
|
2020-01-06 06:25:00 +01:00
|
|
|
|
2016-03-07 17:31:28 +01:00
|
|
|
# Set a default account
|
2021-02-11 09:46:19 +01:00
|
|
|
account default : fastmail
|