8 Aug
2006
8 Aug
'06
11:31 a.m.
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 :)
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
Kresimir Tonkovic wrote: 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. 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