The phone added the space. The on-screen keyboard does it automatically after each word and it took the long password as a "word". Normally I don't notice because I'm typing actual words. :)
In my case the password is very long so the total number of dots are much wider than the password text box which makes it harder to notice the password has an extra character. But it's fixed now and everything is happy again. I do appreciate learning about some of the information in the debugging data. Until this thread I didn't know that the password is base64 encoded in the AUTH PLAIN debug output (before it's printed as plain text in $auth3 otherwise). I assumed it was a hashed string so I didn't expect it to match every time. On 2015-09-04 06:50, Ian Eiloart wrote: > The phone added a space? Or, you accidentally typed a space? > > If the latter, then it would be polite for the phone to show that space more > prominently, except that displaying what you type aids shoulder surfers. > > If the latter, then you should name and shame the software used! > > >> On 4 Sep 2015, at 00:46, AC <[email protected]> wrote: >> >> >> So I learned that the phone added a space and I must be careful in the >> future when entering the password to make sure it doesn't have a (very >> hard to see two pixel wide) space. I also learned that in the debug >> data, the initial PLAIN AUTH is just base64 and not something encrypted. >> Overall a productive error on my part, so thanks! :) > -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
