Displaying 3 results from an estimated 3 matches similar to: "imap doesn't like my passwd"
2015 Apr 09
2
imap doesn't like my passwd
I took the " out of the password and it works.
The other install worked with the " in the password.
On 04/09/2015 02:40 AM, Steffen Kaiser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Thu, 9 Apr 2015, James wrote:
>
>> Both use PAM authentication on Linux.
>> openssl s_client -connect localhost:993
>> a login test_user
2015 Apr 09
0
imap doesn't like my passwd
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 9 Apr 2015, James wrote:
> Both use PAM authentication on Linux.
> openssl s_client -connect localhost:993
> a login test_user test_secure_password
> The response I got back was:
> a BAD Invalid characters in atom
Does your password contain the " quote? If not, enclose the password in
"". Or try the literal
2015 Apr 10
0
imap doesn't like my passwd
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 9 Apr 2015, James wrote:
> I took the " out of the password and it works.
> The other install worked with the " in the password.
pass"word
is no atom and Dovecot should reject it. Maybe the former version did not
checked the atoms 100% RFC conform.
You can always use a litral to pass these words.
>
> On