Shawn Heisey:
> helo mcp.example.com
> mail from: [email protected]
> quit
>
> Here's what this looks like in context:
>
> mcp:/usr/src# telnet ns2 25
> Trying 10.8.0.22...
> Connected to ns2.example.com.
> Escape character is '^]'.
> 220 nexus2.example.com ESMTP Postfix (Debian/GNU)
> helo mcp.example.com
> mail from: [email protected]
> quit
> 250 nexus2.example.com
> 250 2.1.0 Ok
> 221 2.0.0 Bye
> Connection closed by foreign host.
As you see, Postfix does not reject any command because of pipelining,
so everything works the way you want it to.
Wietse