-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting an error with mbsync #36
Comments
Oddly enough if I start the server with: pizauth server -vvvv -d I get no output? Is this normal? I use show to get the url and request access from google... All that works fine and pizauth get's a token so some of it appears to be working properly.... |
A quick search suggests this might be some combination of mbsync + OS X? moriyoshi/cyrus-sasl-xoauth2#9 If not, I'll need more details: platform, config (minus personal details of course!), and so on. |
DOH! Sorry, should have done more research before submitting an issue. I am in fact on osx... Let me dig into this and see what I find... I will report back here either way. BTW) Thank you for building this software.. Love the approach... |
This was in fact due to mbsync on Mac OS. It appears there is an issue with the built-in Cyrus-sasl implementation. To resolve I used nix to install sasl & coauth-sasl and then created on overlay to build using the newly installed sasl implementations... Here is a link too my nix repo if anyone is interested: https://github.com/ldangelo/nix |
Thanks for the update and best of luck! |
Authenticating with SASL mechanism XOAUTH2...
Error performing SASL authentication step: SASL(-1): generic failure: Unable to find a callback: 18948
Any suggestions on how too troubleshoot this? Is there a way to see what port pizauth is listening on? Might be good information to add too 'info' or 'status'.
Thank you in advance for any advice.
The text was updated successfully, but these errors were encountered: