Federico Edelman Anaya <[EMAIL PROTECTED]> wrote:
>
> Charles Cazabon wrote:
>
> > Federico Edelman Anaya <[EMAIL PROTECTED]> wrote:
> > > Dave Sill wrote:
> > >
> > > > You might also want to set up a second qmail installation on the central
> > > > server to do nothing but handle messages injected via SMTP. That will
> > > > allow the qmail-send sending the ezmlm messages to go full speed by
> > > > offloading bounce messages delivery to another qmail-send process.
> > >
> > > Ummmh.. I don't understand how can I install 2 qmail in the same server??
> >
> > Unpack the qmail source in a separate place. Change conf-qmail to
> > "/var/qmail2". Do "make setup check". Start qmail-smtpd from the second
> > instance to receive bounces.
>
> Ok ... but, what do I need with the /var/qmail/queue? Must be the same or
> linked?
No, no, no -- that would break lots of things. Your first instance of qmail
lives in /var/qmail/ and handles all your outgoing list mail. It's mail queue
is in /var/qmail/queue/, the binaries are in /var/qmail/bin/, control files in
/var/qmail/control, etc. You don't run qmail-smtpd for this instance.
The second instance of qmail lives in /var/qmail2/ . The queue is in
/var/qmail2/queue/ . Binaries are in /var/qmail2/bin/ . Control files are in
/var/qmail2/control/ . You run /var/qmail2/bin/qmail-smtpd (through
tcpserver) on port 25 to accept bounces from the outgoing list mails from the
other qmail instance. That way, bounces are injected into /var/qmail2/queue/
instead of /var/qmail/queue/ -- and you don't run into the problem where
qmail-send from the first instance of qmail has to pause processing of
outgoing messages to handle incoming ones.
> How can I do for the "connection" two Qmails?
There is no connection, really.
Charles
--
-----------------------------------------------------------------------
Charles Cazabon <[EMAIL PROTECTED]>
GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------