>Unable to deliver message to the following address(es). > ><[EMAIL PROTECTED]>: >68.156.89.118 does not like recipient. >Remote host said: 554 Client host rejected: cannot find your hostname, >[66.218.93.62] >Giving up on 68.156.89.118.
tx1# dig -x 68.156.89.118 ; <<>> DiG 9.2.3rc3 <<>> -x 68.156.89.118 ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9266 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITIONAL: 2 ;; QUESTION SECTION: ;118.89.156.68.in-addr.arpa. IN PTR ;; ANSWER SECTION: 118.89.156.68.in-addr.arpa. 10800 IN CNAME 118.0.89.156.68.in-addr.arpa. 118.0.89.156.68.in-addr.arpa. 10800 IN PTR spamcop.wirelesscommunitynetworks.com. I wonder if yahoo is not resolving the CNAME? if it's stopping a the CNAME hosntame, that's the problem, since there's no A: tx1# dig 118.0.89.156.68.in-addr.arpa. ; <<>> DiG 9.2.3rc3 <<>> 118.0.89.156.68.in-addr.arpa. ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49679 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 remove the CNAME or put an A record for the CNAME. Len
