For some reason qmail-smtpd decided to stop recieving local mail delivered
from a remote host. I am able to send mail from the local domain to a
remote domain (the machine I am sending mail from in both cases is a remote
machine)
I have not made any changes to either /etc/tcp.smtp or to rcpthosts.
Defaultdomain, defaulthost, locals, and me all contain the correct
information and have not been modified.
this is the transaction information when I send mail from
[EMAIL PROTECTED] to [EMAIL PROTECTED]:
tcpserver: pid 32442 from 64.83.0.22
tcpserver: deny 32442 www.graycastle.com:210.228.3.165:25
mail02.cavtel.net:64.83.0.22::2377
tcpserver: end 32442 status 25600
this is the transaction information when I send mail from
[EMAIL PROTECTED] to [EMAIL PROTECTED]:
tcpserver: pid 32444 from 64.83.19.66
tcpserver: ok 32444 www.graycastle.com:210.228.3.165:25
64.83.19.66.dsl66-static-ric.cavtel.net:64.83.19.66::49533
this is my /etc/tcp.smtp file:
:deny
127.:allow,RELAYCLIENT=""
192.168.1.2:allow,RELAYCLIENT=""
166.38.41.:allow,RELAYCLIENT=""
64.83.19.:allow,RELAYCLIENT=""
this is my qmail-smtpd/run file.
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -x /etc/tcp.smtp.cdb \
-u $QMAILDUID -g $NOFILESGID 0 smtp \
/var/qmail/bin/qmail-smtpd 2>&1
Where should I start looking for this?
thanks,
David