I don't want it to go to my smarthost, I want it to use qmail-qmqpc to send
it to my QMQP servers.  If only I could specify a protocol in smtproutes...

Otherwise I could run "mini-qmail" on the same box with an smtp server
listening on port 26, and use smtproutes to redirect outgoing mail to
localhost:26.  That way it would use my qmail-qmqpc to send it off to the
QMQP servers.  I want to use qmail-qmqpc because I modified to load balance
between multiple servers, and I don't want to bog down my list server box
with queueing outgoing mail.  It's going to be ALOT of outgoing mail...

Jay

-----Original Message-----
From: Charles Cazabon [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 25, 2000 9:43 AM
To: '[EMAIL PROTECTED]'
Subject: Re: queueing and using qmqp at the same time


Chris Johnson <[EMAIL PROTECTED]> wrote:
> > On Thu, Aug 24, 2000 at 04:37:41PM -0500, Austad, Jay wrote:
> > > I have a mail server that needs to receive mail for local users and
handle
> > > bounces.  However,  I would like all outgoing mail to use my QMQP
servers
> > > instead of being queued locally.  Is this possible?
> > 
> No.
> 
> You might look at Bruce Guenter's nullmailer,
http://em.ca/~bruceg/nullmailer/
> I've never used it, but it looks like it might do what you need.

nullmailer doesn't provide an SMTP daemon for incoming mail; it is only for
sending locally-injected mail from a dumb host to a smart relay.  However,
it's excellent for that.

However, smtproutes could be used with qmail to provide this functionality,
I think.  Set up /var/qmail/control/locals to handle local deliveries, and
put the single line
:smarthost.domain
into /var/qmail/control/smtproutes.  This should make everything that can't
be delivered locally be forwarded to your smarthost.

Anyone care to correct me on this?

Charles
-- 
--------------------------------------------------------------
Charles Cazabon                           <[EMAIL PROTECTED]>
QCC Communications Corporation                   Saskatoon, SK
My opinions do not necessarily represent those of my employer.
--------------------------------------------------------------

Reply via email to