So how does the message pass between the various parts of the qmail
structure (inject, queue, send), if not via STDIN and OUT?
I want to write a wrapper for qmail-queue, but am a novice. This is a
long term project. thx
Dave Sill escribi�:
>
> Eric Dahnke <[EMAIL PROTECTED]> wrote:
>
> > qmail-queue reads a mail message from descriptor 0. It
> > then reads envelope information from descriptor 1.
> >
> >In reference to this, I thought descriptor 0 was STDIN and descriptor 1
> >was STDOUT, How can qmail-queue read envelop information from descriptor
> >1.
>
> qmail-queue doesn't use stdin/stdout/stderr, so those descriptors are
> available for other uses.
>
> -Dave