Date: Thu, 5 Apr 2007 13:48:51 -0500 From: Jeffrey Goldberg <jeffrey@goldmark.org> To: Gary Kline <kline@tao.thought.org> Cc: freebsd-questions List <freebsd-questions@freebsd.org> Subject: Re: advice on anti-spam tools Message-ID: <00B24FDC-4D16-429B-8ABB-DBA5AA8BA2D1@goldmark.org> In-Reply-To: <20070404212518.GA81033@thought.org> References: <0875b56eeca4d320fd9fa7b0d940fce2@uni-svishtov.bg> <20070403044918.GH72689@dan.emsphone.com> <20070404032432.GA13302@thought.org> <20070404200907.GA45237@dan.emsphone.com> <20070404212518.GA81033@thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 4, 2007, at 4:25 PM, Gary Kline wrote: > What I got caught on was "client," altho from the context, > here ``client'' seems to mean the mail-server-sending-spam.' > In the unix world, my server is the client--unless the > client-server model is different with email. Your mail server is constantly listening on port 25. When some other process (typically on some other host) connects to the service you are running on port 25, then the thing making the connection is the client. Even if it is a full blown MTA. Likewise when your mail server wants to pass mail on to some other server your server initiates a connection with a destination port (typically) of 25. During that activity your MTA is acting as a client. For mail the terms client and server have the usual unix meaning, it's just that most things that act as SMTP servers (sendmail, postfix, etc, etc) also act as SMTP clients. But note that this isn't the case the other way around. Many things that act as SMTP clients (pine, mutt, thunderbird, Outhouse) do NOT act as SMTP servers. I guess what might be confusing here is that it is typically to client that sends the most information during an SMTP session. With HTTP it is the other way around. But think instead of doing uploading with FTP. The client sends most of the information. I hope this helps. -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00B24FDC-4D16-429B-8ABB-DBA5AA8BA2D1>