From 4cef38b8cd53e1bfe922063f7f06664f742d5c6d Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 21 Apr 2017 10:37:37 +0800 Subject: msmtp: Add mail account 'aly@aaronly.me' --- _msmtprc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/_msmtprc b/_msmtprc index d4e2ae6..ff25b9d 100644 --- a/_msmtprc +++ b/_msmtprc @@ -12,7 +12,7 @@ ## ## Aaron LI ## Created: 2015-02-01 -## Updated: 2016-05-13 +## Updated: 2017-04-19 ## @@ -30,6 +30,14 @@ tls_trust_file /etc/ssl/certs/ca-certificates.crt logfile ~/.cache/msmtp.log +### aly@aaronly.me ### +account aly +host mail.aaronly.me +from aly@aaronly.me +user aly@aaronly.me +passwordeval "pass show email/self/aly | head -n1" + + ### Gmail - aaronly.me ### account gmail-aly host smtp.gmail.com @@ -104,5 +112,4 @@ passwordeval "pass show email/qq/527922216/laptop | head -n1" ### Set the default account ### -account default : outlook-aly - +account default : aly -- cgit v1.2.2