On 8/8/06, <b class="gmail_sendername">Johannes Berg</b> <<a href="mailto:johannes@sipsolutions.net">johannes@sipsolutions.net</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Kresimir Tonkovic wrote:<br>> I assumed pop3s is pop3+ssl is pop3 over ssl.<br>Yes, it is, but pop3s uses a different port than pop3. Try netstat -ltnp<br>on your server :)<br>pop3+tls is the recommended way of doing encryption now, which uses the
<br>same port as pop3 (110) but has a special STLS (I think) command to<br>"upgrade" an unencrypted connection to a secure one.<br>> protocols = pop3 pop3s<br>> pop3_listen = <a href="http://192.168.0.1">192.168.0.1
</a> <<a href="http://192.168.0.1">http://192.168.0.1</a>><br>> pop3s_listen = <a href="http://elag.hr">elag.hr</a> <<a href="http://elag.hr">http://elag.hr</a>><br>Just change that to<br>pop3s_listen = <a href="http://0.0.0.0">
0.0.0.0</a><br>and you should be fine completely if you want to continue using pop3s.<br>If you want to switch to pop3+tls then you don't need pop3s at all.<br><br>johannes<br></blockquote></div><br>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).
<br>-- <br>kresho