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

Reply via email to