Displaying 3 results from an estimated 3 matches for "uxemi".
Did you mean:
usemi
2015 Apr 09
3
imap doesn't like my passwd
I spent days on this problem.
I have dovecot setup to use SSL and IMAP.
I also have a pop account that I had no trouble getting working.
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
I changed the password to "abc" and it worked.
The secure password used
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 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