diff options
author | Amin Bandali <bandali@gnu.org> | 2019-06-23 13:55:30 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-06-23 13:55:30 -0400 |
commit | cad078002487e5f2f8d1b3d50826059d5f16558f (patch) | |
tree | 8a0ed98a133d37ef26e9aed1170268f8baa46547 /.config/msmtp/config | |
parent | 526dc1d93664062cfdb0e55bd6623d9dc7993471 (diff) | |
download | configs-cad078002487e5f2f8d1b3d50826059d5f16558f.tar.gz configs-cad078002487e5f2f8d1b3d50826059d5f16558f.tar.xz configs-cad078002487e5f2f8d1b3d50826059d5f16558f.zip |
bndl.org -> shemshak.org
Diffstat (limited to '.config/msmtp/config')
-rw-r--r-- | .config/msmtp/config | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index 2421753..3c0aaa0 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -8,16 +8,18 @@ logfile ~/.msmtp.log # amin account amin -host mail.bndl.org +host mail.shemshak.org # use `msmtp -a amin --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint -tls_fingerprint 2A:78:50:28:E5:7E:DB:E4:E8:98:F1:A9:45:4E:97:41:F9:D7:78:CC:9B:84:04:B6:6A:9B:E1:C6:20:EE:0D:8B +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@bndl.org -user amin@bndl.org +from amin@shemshak.org +user amin@shemshak.org passwordeval gpg2 --no-tty -q -d ~/.passwd/amin.gpg account aminb : amin from amin@aminb.org +account bndl : amin +from amin@bndl.org # gnu account gnu |