feat(tazjin/dotfiles): Update msmtprc for lieer configuration
Change-Id: I4e2fa960b904dc558904e3df94669513c4163312 Reviewed-on: https://cl.tvl.fyi/c/depot/+/247 Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
636372991a
commit
566ac0c85f
1 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue