use mfauth and better sending server selection
This commit is contained in:
parent
9c87ab7cb9
commit
071387457f
4 changed files with 19 additions and 17 deletions
10
mbsyncrc
10
mbsyncrc
|
@ -1,10 +1,12 @@
|
|||
# Accounts {{{
|
||||
IMAPAccount ugent
|
||||
Host "owa.ugent.be"
|
||||
Host "outlook.office365.com"
|
||||
Port 993
|
||||
User "felix.vanderjeugt@ugent.be"
|
||||
PassCmd "pass show ugent/_ | head -1"
|
||||
AuthMechs "PLAIN"
|
||||
SSLTYPE "IMAPS"
|
||||
PassCmd "mfauth access microsoft"
|
||||
AuthMechs "XOAUTH2"
|
||||
SSLType "IMAPS"
|
||||
SSLVersions "TLSv1"
|
||||
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
||||
|
||||
IMAPAccount posteo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue