On Sat, 1 Mar 2003, Len Conrad wrote:
|->>Mar 1 09:24:14 gumby kwoody[4549]: postfix/smtpd[7343]: reject: RCPT from
|->>freelists-180.iquest.net[206.53.239.180]: 450
|->><[EMAIL PROTECTED]>: Sender address rejected: Domain not
|->>found; from=<[EMAIL PROTECTED]>
|->>to=<[EMAIL PROTECTED]>
|->
|->450 means it was a DNS timeout
Yup got that.
|->>; <<>> DiG 8.3 <<>> freelists.org
|->>;; res options: init recurs defnam dnsrch
|->>;; res_nsend to server default -- 0.0.0.0: Operation timed out
|->
|->et voila, Monsieur Keith, votre probleme
yes it is.. :)
|->>;; FROM: tuck.citytel.net to SERVER: default -- 0.0.0.0
|->
|->"default -- 0.0.0.0" ??? that would work better if it were an ip address!!
I thought that just a bare dig:
dig <domain>
would automatically query the localhost. In this case tuck.citytel.net is
running named, so would just query the daemon directly.
|->you've found the DNS problem as seen by postfix, so the solution is NOT to
|->whitelist anything, but fix your DNS problem.
|->
Yes I was just trying every avenue. I did just fix it though.
Simply:
ndc> restart
named seemed to go braindead there. As soon as it was restarted
postfix could resolve freelists.org and a stream of backed up mail
from freelists.org rolled in.
thanks Len.
Keith