It's too bad you're not using vpop/mysql....  you could have used my patch.
That's exactly what it was made for.

But, failing that, you will need to make additional /service/qmail-smtpd/run
files with each one binding to a seperate IP.  In those /run files, make
some set the QMAILQUEUE env and some not.  Does this make sense?  I know
this has been detailed on more than one occation on this list.  You could
check the archives or reply to me directly.  I could show you how I did it
prior to my patch.

Chris Bunnell
Senior Engineer - Network Implementation
Avantac Technologies, Inc. - Formerly Sonic Internet Services
9719 Lincoln Village Drive #503
Sacramento, CA. 95827
(916) 854-5940
www.avantac.com
Powered by Sun.  My other OS is your Linux box.


p.s.  I just made a kinda 'fun' animated .gif for spam assassin and it's on
their remailer if anyone would like to put it on their site...


----- Original Message -----
From: "CertaintyTech - Ed Henderson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 24, 2002 9:52 AM
Subject: [Qmail-scanner-general]setting up a second qmail-smtpd


> I am contemplating setting up a second instance of qmail-smtpd to allow
some
> domains to not have their email run thru Q-S.  Do I need to recompile a
> second copy of qmail?  Or is it adequate to just start another server
> process bound to a different IP?  For instance on my qmail server I have
two
> interfaces 65.164.70.6 (mail.certainty.net) and 65.164.70.16
> (rawmail.certainty.net) where .6 runs thru Q-S and .16 would not.  The
> qmail-smtpd tcpserver line that I use now is:
>
> exec softlimit -m 10000000 \
>      tcpserver -v -p -r -c 15 -t 10 -l mail.certainty.net \
>      -x /home/vpopmail/etc/tcp.smtp.cdb -u "$QMAILDUID" -g "$NOFILESGID" \
>      65.164.70.6 smtp /var/qmail/bin/qmail-smtpd 2>&1
>
>
> Would I simply just add another line like:
> exec softlimit -m 10000000 \
>      tcpserver -v -p -r -c 15 -t 10 -l rawmail.certainty.net \
>      -x /home/vpopmail/etc/tcp.smtp.cdb -u "$QMAILDUID" -g "$NOFILESGID" \
>      65.164.70.16 smtp /var/qmail/bin/qmail-smtpd 2>&1
>
> What tells qmail-smtpd what IP to bind to?  Does the tcpserver do it?  Or
do
> I have to compile a seperate instance of qmail?  If anyone has any
> experience in this please share.
>
> Thanks,
> ---
> Ed.
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Qmail-scanner-general mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to