5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] esmtp listen only...
FromSent OnAttachments
André da VeigaMay 30, 2005 5:08 am 
Binand SethumadhavanMay 30, 2005 5:37 am 
Phillip HutchingsMay 30, 2005 1:17 pm 
Gordon MessmerMay 30, 2005 2:00 pm 
Phillip HutchingsMay 30, 2005 11:08 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] esmtp listen only localhostActions...
From:Phillip Hutchings (sith@sitharus.com)
Date:May 30, 2005 1:17:51 pm
List:net.sourceforge.lists.courier-users

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.