On 8/8/06, Johannes Berg <johannes@sipsolutions.net> wrote:
Kresimir Tonkovic wrote:
> I assumed pop3s is pop3+ssl is pop3 over ssl.
Yes, it is, but pop3s uses a different port than pop3. Try netstat -ltnp
on your server :)
pop3+tls is the recommended way of doing encryption now, which uses the
same port as pop3 (110) but has a special STLS (I think) command to
"upgrade" an unencrypted connection to a secure one.
> protocols = pop3 pop3s
> pop3_listen = 192.168.0.1 <http://192.168.0.1>
> pop3s_listen = elag.hr <http://elag.hr>
Just change that to
pop3s_listen = 0.0.0.0
and you should be fine completely if you want to continue using pop3s.
If you want to switch to pop3+tls then you don't need pop3s at all.

johannes

Ok, if I switch to pop3+tls, how do I configure that in email clients? It seems that if I check "use SSL" in Outlook, Evolution, they connect to port 995 (pop3s).
--
kresho