-
Notifications
You must be signed in to change notification settings - Fork 165
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
IMAP doesn't work any more #54
Comments
After some further research on internet, I found this ticket regarding msgraph: It seems that there is a new official version 1.0.0 for a few days. And it's not fully compatible with version 0.2.2 which has been bundled with dmarc visualizer. The solution (WORKAROUND!) for me was to edit file parsedmarc/Dockerfile and replace
by
After this, I immediately stepped into another trap that module kafka.vendor.six.moves was not found. This seems to be an issue of python 3.12; in version 3.11 it's still working. |
Okay, I found a solution and got IMAP email checks running again :-) Therefore, I reverted back to python 3.8 by editing parsedmarc/Dockerfile
by
Don't forget to revert all these changes as soon as the upstream containers/components are fixed in a few weeks ;-) |
I'm still having issues with IMAP specifically with Office 365 and getting it to read an inbox. |
In past, everything worked fine. After redeploying on another server, we recognized that the IMAP email account connection doesn't work any more.
docker logs dmarc-visualizer_parsedmarc_1
lists lot of logs of following error
The text was updated successfully, but these errors were encountered: