27 Jan
2011
27 Jan
'11
8:30 p.m.
I set the auth to SSL and STARTTLS. I also set disable_plaintext_auth to both yes and no, and the result is the same... it uses pop3/plain. I viewed the running process to see which of the 4 conf files it was using, so I know i have the right file.
Thoughts?
On 1/27/2011 6:03 PM, Paul Griffith wrote:
What if you change STARTTTLS to SSL ?
Did you try setting disable_plaintext_auth = no ?
On 1/27/2011 2:28 PM, Paul Griffith wrote:
This looks like you are trying to connect to pop3 without SSL or TLS. If you really want to allow plaintext over a non-secure connection then you need to use the following.
disable_plaintext_auth = no
Paul