On 2006-02-08 16:43:43 -0500, John Peacock wrote:
> Peter J. Holzer wrote:
> >That depends where it received these replies. After the client has
> >received the PIPELINING keyword in the response to EHLO, it may send
> >MAIL FROM, one or more RCPT TO and DATA in single block. Only after that
> >it must read the responses to find out whether it should actually
> >transfer the mail or not.
> 
> Do we actually support PIPELINING?

I don't think the server has to do much to support it. About the only
difference for the server is that a single TCP packet may contain
several (incomplete) commands, so

* the parser needs to be a bit more careful (not a problem for qpsmtpd
  which reads line by line not packet by packet).

* You can't use something like earlytalker in the middle of a command
  group.

> I see it in the capabilities we list for EHLO, but I know that I have
> never tested it.

If you receive mail from sendmail MTAs, you have tested it :-).

        hp

-- 
   _  | Peter J. Holzer    | Ich sehe nun ein, dass Computer wenig
|_|_) | Sysadmin WSR       | geeignet sind, um sich was zu merken.
| |   | [EMAIL PROTECTED]         |
__/   | http://www.hjp.at/ |    -- Holger Lembke in dan-am

Attachment: pgpT5hdsaFSzu.pgp
Description: PGP signature

Reply via email to