On 8/8/06, <b class="gmail_sendername">Johannes Berg</b> &lt;<a href="mailto:johannes@sipsolutions.net">johannes@sipsolutions.net</a>&gt; 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>&gt; 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>&quot;upgrade&quot; an unencrypted connection to a secure one.<br>&gt; protocols = pop3 pop3s<br>&gt; pop3_listen = <a href="http://192.168.0.1">192.168.0.1
</a> &lt;<a href="http://192.168.0.1">http://192.168.0.1</a>&gt;<br>&gt; pop3s_listen = <a href="http://elag.hr">elag.hr</a> &lt;<a href="http://elag.hr">http://elag.hr</a>&gt;<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>By the way, <span style="font-family: courier new,monospace; font-weight: bold;">
pop3s_listen = <a href="http://0.0.0.0">0.0.0.0</a></span> works. Thanks.<br><br>Is that different from <span style="font-family: courier new,monospace; font-weight: bold;">pop3s_listen = *</span> ?<br clear="all"><br>-- 
<br>kresho