diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-31 23:24:33 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-31 23:24:33 +0800 |
commit | 5e57793ecbdcf544931f6f5dc875f91b47ad9f0e (patch) | |
tree | 95f06ca0285fb110e54125a172fb6bcef76a5605 /_msmtprc | |
parent | 470807d73b98ee6d3ed6d03ec0e9b8c61307430c (diff) | |
download | dotfiles-5e57793ecbdcf544931f6f5dc875f91b47ad9f0e.tar.bz2 |
Add account "foxmail" (i.e., QQ)
Diffstat (limited to '_msmtprc')
-rw-r--r-- | _msmtprc | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -12,7 +12,7 @@ ## ## Aaron LI ## Created: 2015-02-01 -## Updated: 2016-01-29 +## Updated: 2016-01-31 ## @@ -93,6 +93,16 @@ user liweitianux@autistici.org passwordeval "gpg2 --quiet --for-your-eyes-only --no-tty --decrypt ~/.private/autistici.gpg" +### Autistici ### +account foxmail +host smtp.qq.com +# Validity: Wed 27 Jan 2016 08:00:00 AM CST - Mon 24 Oct 2016 07:59:59 AM CST +tls_fingerprint 7A:84:56:68:B9:72:88:AD:8D:26:53:72:F6:E6:E0:41:C7:3E:8D:1E +from liweitianux@foxmail.com +user liweitianux@foxmail.com +passwordeval "gpg2 --quiet --for-your-eyes-only --no-tty --decrypt ~/.private/foxmail.gpg" + + ### Set the default account ### account default : outlook-aly |