Closed Zambito1 closed 2 years ago
This error can unfortunately mean a number of things, including invalid credentials or a rate limit. It might also be that IMAP is simply not enabled for this mailbox, check that this is turned on in the Exchange Online admin panel. Finally in the last day or so there was a service disruption in Exchange Online which might also have caused this error, but that should be fixed today.
It happened to me that one or more of Microsoft's servers were down.
If it helps the next person, following helped me fix it.
Get the ip of the server.
$ dig +short outlook.office365.com
Force it to use a specific server by adding this line to /etc/hosts
, replace XX
with one of IPs from above command.
XX.XX.XX.XX outlook.office365.com
Firstly, thanks for making this. After following the steps in the README and running
offlineimap
, I get this error:Have you seen this error? Do you have any tips for resolving it? Here is my config:
Any help would be appreciated!