I can't set Courier esmtp to listen to all IP addresses. The result of the "netstat -na" command i get:

You can, and you have.

Proto Recv-Q Send-Q Local Address Foreign Address State
<...>
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
<...>

This tells you that the courier mail server on 127.0.0.1:25 is listening for connections on 0.0.0.0/0:25, ie all addresses.

Proto Recv-Q Send-Q Local Address Foreign Address State
<...>
tcp 0 0 :::143 :::* LISTEN
<...>

Same as above, except this time it's listening on ipv6 addresses as well, but that doesn't matter for 99% of people.

--
Phillip Hutchings
http://www.sitharus.com/



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to