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
|
|
|
|
passwordeval "gpg2 --use-agent --batch --quiet --no-greeting --no-tty --for-your-eyes-only --homedir /home/core/.gnupg --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
|
2019-11-07 13:50:06 +01:00
|
|
|
passwordeval "gpg2 --use-agent --batch --quiet --no-greeting --no-tty --for-your-eyes-only --homedir /home/core/.gnupg --decrypt ~/.sanchayan.gpg"
|
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
|
|
|
|
passwordeval "gpg2 --use-agent --batch --quiet --no-greeting --no-tty --for-your-eyes-only --homedir /home/core/.gnupg --decrypt ~/.asymptotic.gpg"
|
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
|