> What command are you starting qmail-smtpd with?
supervise /var/supervise/qmail/smtpd tcpserver -v -x/etc/tcp.smtp.cdb \
-u$QMAILDUID -g$NOFILESGID 0 smtp \
/var/qmail/bin/qmail-smtpd-wrapper 2>&1 | setuser qmaill accustamp | \
setuser qmaill cyclog /var/log/qmail/smtpd &
> What are the entire contents of tcp.smtp?
I tried both of the following with the same result:
127.:allow,RELAYCLIENT=""
209.166.48.:allow,RELAYCLIENT=""
127.:allow,RELAYCLIENT=""
209.166.48.163:allow,RELAYCLIENT=""
> How did you "reload" it?
qmail cdb which runs:
tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp
chmod 644 /etc/tcp.smtp*
echo "Reloaded /etc/tcp.smtp."
> What does tcpserver log?
I am not sure where this stuff gets logged but from the qmail-smtpd command
line I am gonna assume it is in /var/log/qmail/smtpd. Here is the dirt:
941037312.332784 tcpserver: status: 1/40
941037312.333839 tcpserver: pid 1423 from 209.166.49.163
941037312.341096 tcpserver: ok 1423
vader.psaconsultants.com:209.166.49.162:25
pavilion.psaconsultants.com:209.166.49.163::2757
I get a bunch of these. BTW 209.166.49.162 = qmail server, 163 = another
machine with the same domain from which I am trying to use 162 to send mail
to the internet.
As an aside here, does it matter what the mailing machine sends the server
in the FROM: field? Does this have to be a known user in the
psaconsultants.com domain? Or does qmail only care which domain the
machine that connected is in? The reason I ask is that I think it is
probably sending [EMAIL PROTECTED]
Thanks for the help,
Peter Abplanalp