Comcast and mail header errors?

Cole Tuininga colet at code-energy.com
Thu Mar 23 08:55:01 EST 2006


On Thu, 2006-03-23 at 08:12 -0500, Ben Scott wrote:
> On 3/23/06, Cole Tuininga <colet at code-energy.com> wrote:
> > The problem is that the application has no control which interface it
> > uses when opening a socket to a remote system.
> 
> "man bind(2)"

Right - this is for *listening* sockets.  Sending an email out requires
the server to make a connection to a remote server - it doesn't use that
same socket.

>From man 2 bind (emphasis mine):

bind gives the socket sockfd the LOCAL ADDRESS my_addr.

Again though, this is for setting up *listening* sockets.  Not to
connect to *remote* socket.

-- 
Cole Tuininga <colet at code-energy.com>




More information about the gnhlug-discuss mailing list