diff options
author | Amin Bandali <mab@gnu.org> | 2019-07-17 10:23:49 -0400 |
---|---|---|
committer | Amin Bandali <mab@gnu.org> | 2019-07-17 10:23:49 -0400 |
commit | a88f7eced3808045ad32130a9a53c32fe56a14e1 (patch) | |
tree | e4cbfbff04420398db725bdc1717ed388793e158 | |
parent | 2e26b949472bd0e3be623251cdea0a872d9cc1d4 (diff) | |
download | configs-a88f7eced3808045ad32130a9a53c32fe56a14e1.tar.gz configs-a88f7eced3808045ad32130a9a53c32fe56a14e1.tar.xz configs-a88f7eced3808045ad32130a9a53c32fe56a14e1.zip |
msmtp: update account info
-rw-r--r-- | .config/msmtp/config | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index 3c0aaa0..a863c09 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -6,22 +6,22 @@ auth on #tls_trust_file /etc/ssl/certs/ca-certificates.crt logfile ~/.msmtp.log -# amin -account amin +account shemshak host mail.shemshak.org # use `msmtp -a amin --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint tls_fingerprint 2F:48:C6:F4:BA:AB:3F:52:84:06:56:33:4B:29:57:84:0F:74:1B:DB:C1:83:25:03:67:05:9A:D4:2A:CE:D4:00 tls_starttls on -from amin@shemshak.org -user amin@shemshak.org -passwordeval gpg2 --no-tty -q -d ~/.passwd/amin.gpg +from mab@shemshak.org +user mab@shemshak.org +passwordeval gpg2 --no-tty -q -d ~/.passwd/shemshak.gpg -account aminb : amin +account aminb : shemshak from amin@aminb.org -account bndl : amin +account bndl : shemshak from amin@bndl.org +account amin : shemshak +from amin@shemshak.org -# gnu account gnu host fencepost.gnu.org # use `msmtp -a gnu --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint @@ -31,7 +31,6 @@ from bandali@gnu.org user bandali passwordeval gpg2 --no-tty -q -d ~/.passwd/gnu.gpg -# gnu (old) account gnu-aminb : gnu from aminb@gnu.org account gnu-amin : gnu @@ -39,7 +38,6 @@ from amin@gnu.org account gnu-mab : gnu from mab@gnu.org -# uwaterloo account uwaterloo host connect.uwaterloo.ca tls_starttls on @@ -48,7 +46,6 @@ user abandali passwordeval gpg2 --no-tty -q -d ~/.passwd/uwaterloo.gpg tls_trust_file /etc/ssl/certs/ca-certificates.crt -# csclub account csclub host mail.csclub.uwaterloo.ca tls_starttls on |