* Jos Backus <[EMAIL PROTECTED]> [010205 16:30] wrote:
> On Mon, Feb 05, 2001 at 02:11:38PM -0800, Dan Phoenix wrote:
> > their mail message is taken and piped to...sendmail -t
> > which is a symbolic link to /var/qmail/bin/sendmail -t
> 
> You can save an exec by piping directly into qmail-inject, which should have
> the same effect (qmail's sendmail execv's qmail-inject; it sounds like you
> don't need the compatibility interface).

You could also do some tricky stuff if qmail has a constant reading
scheme by using some sort of FIFO and a file that you fcntl lock
over.

You could have a simple perl script listening on the other end of
the perl script and dole out email to several persistant processes.

-- 
-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
"I have the heart of a child; I keep it in a jar on my desk."


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to