> On Fri, Jan 21, 2000 at 10:33:04PM -0600, Bruce Guenter wrote:
> > 
> > Could we see it?  I am almost finished writing a simple qmail-queue
> > wrapper that filters the body of the message through qmail-inject.  This
> > achieves the same header rewriting that the @fixme trick does, without
> > double delivery.  Once I finish it I'll post it.

Bruce: Russ Allbery's mjinject contains perl code for exactly
that operation (or easily modified for that).  Hmmm... But you're 
not working in perl, are you?
 
On Sat, Jan 22, 2000 at 12:48:11PM +0800, Michael Boman wrote:
> Can any of this qmail-queue wrappers be done so the queue is stored on a
> Network (shared) drive, so each server in a cluster of servers can take
> any of the messages is the queue and send it?

Michael,

1) qmail-queue is a program with the job of actually writing a message
   into the "qmaill queue" which is a directory and file structure for
   safely storing mail messages.  They are two different things.

   The "queue" was designed in a way which necessitates the exclusive
   use of a single qmail system.  Sorry.

2) It's not impossible to cluster servers to balance the "load."  
   First you have to define whether it's the incoming or outgoing
   message load which you have to balance.  Second, you have to realize
   that none of the solutions which will help you solve your problem
   will involve sharing a "queue" between multiple instanciations of
   qmail.  Each instance will have its own queue.

John White

Reply via email to