> On the regular qmail box, I have the qmqp.tcp file allowing the second > server's IP address, and the tcpserver qmail-qmqpd process is running I > think, although it is not listed like as qmail-qmqpd but as a tcpserver > process... This is correct, I'm assuming.
Use ps auxwww | grep qmqp to see the entire command line: chris@entropy:~$ ps auxww | grep qmqp root 5500 0.0 0.0 1208 64 ? S Sep14 0:00 supervise qmail-qmqpd qmaill 5562 0.0 0.0 1220 60 ? S Sep14 0:00 /usr/local/bin/multilog t /var/log/qmail-qmqpd qmaild 5574 0.0 0.0 1236 72 ? S Sep14 0:01 /usr/local/bin/tcpserver -v -x /service/qmail-qmqpd/tcprules/cdb -U -h -p -R -l entropy.dmusic.com 0 628 /var/qmail/bin/qmail-qmqpd chris 27110 0.0 0.0 1332 504 pts/1 S 18:23 0:00 grep qmqp > It seems like it should be an easy fix, I'm just not sure where to look... Looking at the logs would be a good start.
