diff options
Diffstat (limited to '.config/msmtp')
| -rw-r--r-- | .config/msmtp/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index f52cbc0..c086e4a 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -13,16 +13,16 @@ user mikisabate passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.mbsyncpassgmail.gpg" # suse.com -account susecom +account comsuse host smtp.office365.com port 587 auth xoauth2 from msabate@suse.com user msabate@suse.com -passwordeval ~/bin/mutt_oauth2.py ~/.mail/susecom/sessionfile +passwordeval ~/bin/mutt_oauth2.py ~/.mail/comsuse/sessionfile # suse.de -account susede +account desuse host imap.suse.de port 587 from msabate@imapsusede @@ -30,7 +30,7 @@ user msabate@imapsusede passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.imapsusede.gpg" # cgtsuse.org -account cgtsuse +account sindicat host cgtsuse.org port 587 from msabate@cgtsuse.org |
