Question:
Hi,
what does a Re-Authentication Failure mean? A quick Google didn't give me any clear answers. Here is the log from my customer:
Login(8577ms): DllDate: Apr 7 2016 ChilkatVersion: 9.5.0.58 UnlockPrefix: xxxxxxxxxx Architecture: Little Endian; 32-bit Language: MAC OS X C/C++ VerboseLogging: 1 login: xxxxxxxxxx authenticateLogin(8577ms): loginImap(8577ms): ConnectionType: SSL/TLS ImapCmdSent: aaab LOGIN "xxxxxxx" getCompleteResponse(8577ms): ImapCmdResp: aaab NO Re-Authentication Failure --getCompleteResponse --loginImap isOK: serverResponse: aaab NO Re-Authentication Failure --isOK --authenticateLogin Failed. --Login --ChilkatLog
2016-07-02, 8:23:53 AMMit freundlichen Grüßen/Regards
----INFO---- Connecting to IMAP server at imap.xxxxxxxxx.ca:993 ----IMAP RESPONSE---- * OK IMAP4 Ready iproxy9.xxxxxxxxxx.ca 00021059 ----IMAP REQUEST---- aaab LOGIN "xxxxxxxx" ----IMAP RESPONSE---- aaab NO Re-Authentication Failure
Beatrix Willius
http://www.mothsoftware.com Mail Archiver X: The email archiving solution for professionals
Unfortunately, I have no idea on this one.
One-line error messages are typically useless and cause much time to be wasted in determining the cause of an error.
I would try to find out what "brand"/implemenation of IMAP server this is. Then search for "re-authentication failure <brand>".
Hi,
thanks! I'll ask the customer. When IT is using Outlook then I'm betting on Exchange. I've googled this and found only Windows stuff.
Mit freundlichen Grüßen/Regards
Beatrix Willius
http://www.mothsoftware.com Mail Archiver X: The email archiving solution for professionals
Thanks Beatrix,
The mention of "proxy" in this session log line:
- OK IMAP4 Ready iproxy9.xxxxxxxxxx.ca 00021059
makes me think it's somehow related to an intermediate/proxy. Maybe external clients connect to "iproxy9.xxxx.ca", which behaves as an IMAP server (and from the IMAP client's point of view is no different than an actual IMAP server), but under-the-covers interacts with the actual IMAP server located behind a firewall. (This is just a theory.) Maybe the authentication to a user-account on the iproxy9 is translated/routed/mapped to something on the actual server, and this is the cause for "re-authentication failure" as opposed to simply "authentication failure"? Maybe the problem is somehow within the administration/setup of the accounts having to do with iproxy9?