From 566ac0c85f6c438b36d1a53d7cc31b828e7a5a42 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 14 Jun 2020 03:19:55 +0100 Subject: feat(tazjin/dotfiles): Update msmtprc for lieer configuration Change-Id: I4e2fa960b904dc558904e3df94669513c4163312 Reviewed-on: https://cl.tvl.fyi/c/depot/+/247 Reviewed-by: tazjin --- users/tazjin/dotfiles/msmtprc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'users/tazjin/dotfiles/msmtprc') diff --git a/users/tazjin/dotfiles/msmtprc b/users/tazjin/dotfiles/msmtprc index 624b6a77fc4b..2af3b9433a6d 100644 --- a/users/tazjin/dotfiles/msmtprc +++ b/users/tazjin/dotfiles/msmtprc @@ -1,16 +1,15 @@ defaults - port 587 tls on tls_trust_file /etc/ssl/certs/ca-certificates.crt -# Runbox mail -account runbox +# GSuite for tazj.in +account tazjin +host smtp.gmail.com +port 587 from mail@tazj.in -host mail.runbox.com -auth on +auth oauthbearer user mail@tazj.in -passwordeval pass show general/runbox-tazjin +passwordeval "cat ~/mail/account.tazjin/.credentials.gmailieer.json | jq -r '.access_token'" -# Use Runbox as default -account default : runbox +account default : tazjin -- cgit 1.4.1