From 6729efe4b7d0d47cff7a238f683b4bb668391aff Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 27 Apr 2026 19:07:24 -0500 Subject: feat(mail): add work account to mbsync and msmtp New dmail IMAP group with the standard 5-channel layout (inbox, sent, drafts, trash, starred), mirroring the gmail block. Matching SMTP account uses passwordeval against an encrypted password file at .config/.dmailpass.gpg. --- dotfiles/common/.msmtprc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'dotfiles/common/.msmtprc') diff --git a/dotfiles/common/.msmtprc b/dotfiles/common/.msmtprc index 6bd8c03..4e06c46 100644 --- a/dotfiles/common/.msmtprc +++ b/dotfiles/common/.msmtprc @@ -35,4 +35,19 @@ logfile ~/.msmtp.cmail.log # ====================================================================== +account dmail +tls_trust_file /etc/ssl/certs/ca-certificates.crt +auth on +host smtp.gmail.com +port 465 +protocol smtp +from craig.jennings@deepsat.com +user craig.jennings@deepsat.com +passwordeval "gpg2 -q --for-your-eyes-only --no-tty -d ~/.config/.dmailpass.gpg" +tls on +tls_starttls off +logfile ~/.msmtp.dmail.log + +# ====================================================================== + account default : cmail -- cgit v1.2.3