Today, I bound another IP address to our ethernet card. Eth0 is
209.90.117.130, eth0:1 is 209.90.117.144, and now, eth0:2 is 209.90.117.140
.
The first two IP's were running jim-dandy for some time, now that I've
added the third address, outgoing mail is sent from 209.90.117.140, not
.130, as it should be.
qmail-smtpd is being started as follows:
/usr/local/bin/tcpserver -v -x /etc/tcp.smtp.cdb -u 80 -g 80 -c100 0 smt
p /var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger smtpd 3 &
Am I correct in assuming that it should be started like this:
/usr/local/bin/tcpserver -v -x /etc/tcp.smtp.cdb -u 80 -g 80 -c100
209.90.117.130 0
smtp /var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger smtpd 3 &
?
steve