Configure UGent email account with XOAUTH2

This commit is contained in:
coolneng 2021-11-14 17:47:56 +01:00
parent 7becec8017
commit 20ca9f947c
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@
},
"username": "amin.kasrouaouam@ugent.be",
"passwordCmd": "pass mail/ugent",
"xoauth2": true,
"onNewMail": "mbsync ugent",
"onNewMailPost": "notmuch new",
"boxes": [

View File

@ -2,6 +2,7 @@
IMAPAccount gmail
Host imap.gmail.com
User akasroua@gmail.com
AuthMechs LOGIN
PassCmd "pass mail/gmail"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
@ -56,6 +57,7 @@ Channel sync-gmail-junk
IMAPAccount ugent
Host outlook.office365.com
User amin.kasrouaouam@ugent.be
AuthMechs XOAUTH2
PassCmd "pass mail/ugent"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

View File

@ -4,6 +4,7 @@ auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /tmp/msmtp.log
# Accounts
account gmail
host smtp.gmail.com
@ -13,6 +14,7 @@ user akasroua@gmail.com
passwordeval "pass mail/gmail"
account ugent
auth xoauth2
host smtp.office365.com
port 587
from amin.kasrouaouam@ugent.be