Configure UGent email account with XOAUTH2
This commit is contained in:
parent
7becec8017
commit
20ca9f947c
|
@ -7,6 +7,7 @@
|
|||
},
|
||||
"username": "amin.kasrouaouam@ugent.be",
|
||||
"passwordCmd": "pass mail/ugent",
|
||||
"xoauth2": true,
|
||||
"onNewMail": "mbsync ugent",
|
||||
"onNewMailPost": "notmuch new",
|
||||
"boxes": [
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue