Error performing SASL authentication step: SASL(-1): generic failure: Unable to find a callback: 32
mailbox synchronizer
Brought to you by:
ossi
From: Tamas P. <tk...@gm...> - 2025-04-03 15:40:22
|
I have just switched from Debian to Fedora, and I am trying to get e-mail working with mbsync, 1.5.0 (but I also get the same error with master). The relevant excerpt from my .mbsync (the whole config used to work, and is unchanged) is IMAPAccount ihs-account Host outlook.office365.com User "tp...@ih..." PassCmd "/home/tamas/bin/oauth2ms" AuthMechs XOAUTH2 TLSType STARTTLS # Increase timeout to avoid o365 IMAP hiccups Timeout 120 PipelineDepth 50 The relevant oauth2ms script above works fine, insofar that it spits out a token. Then running mbsync -V ihs I get Reading configuration file /home/tamas/.mbsyncrc Channel ihs Opening far side store ihs-remote... Resolving outlook.office365.com... Opening near side store ihs-local... Connecting to outlook.office365.com (52.98.250.162:143)... Connection is now encrypted Logging in... Authenticating with SASL mechanism XOAUTH2... Error performing SASL authentication step: SASL(-1): generic failure: Unable to find a callback: 32775 best Tamas |