From 2bc64123214135f5eedecbd854c2a50279cf8dd7 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 11 Dec 2023 11:50:56 +0100 Subject: SUSE has moved from Microsoft to Google MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .config/msmtp/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.config/msmtp') diff --git a/.config/msmtp/config b/.config/msmtp/config index 4a5a9d2..8fbcdc1 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -14,12 +14,11 @@ passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.mbsyncpassg # suse.com account comsuse -host smtp.office365.com +host smtp.gmail.com port 587 -auth xoauth2 from msabate@suse.com -user msabate@suse.com -passwordeval ~/bin/mutt_oauth2.py /home/backup/mail/comsuse/sessionfile +user msabate +passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.mbsyncpasssusecom.gpg" # suse.de account desuse -- cgit v1.2.3