Re: Beating the spam filter ...



On 08/01/06 23:21, Carl Byington wrote:
You seem to have bogus reverse dns:

<snip>

You don't have an A record to match your reverse dns. Add an A record
for englishteachingkorea.com pointing to 72.232.183.2.

A simple check of the hello string of the mail server running on the 72.232.183.2 host shows that it is answering as "india.eccindustries.info".

An A RR query for the FQDN of "india.eccindustries.info" does resolve to the IP of 72.232.183.2 thus indicating to me that it is the proper FQDN for the IP address. This being the case the reverse DNS for the IP in question should resolve to that name. Any other name that you would like to point to that name should (IMHO) be a CNAME (a.k.a. Alias) from the other name to "india.eccindustries.info".

Before someone flames me, let me explain my position. I am of the school of thought (there are a few of them on this issue) that any given host has 1 (one) fully qualified domain name per IP. Sometimes the same FQDN can be used for multiple IPs. This being the case the reverse DNS records for the IP(s) should, nay, MUST resolve to this FQDN. The FQDN is what identifies this HOST as a computer connected to the internet. Once you have this identity established, you can then start CNAMEing / aliasing other names to it. I.e. you can say that "englishteachingkorea.com" is a CNAME / Alias to "india.eccindustries.info". You will also want to use either the FQDN or a CNAME / Alias there of as your MX record(s). In short, if as much as possible about your setup agrees on a name, or ultimately points back to one name and you advertise your self as this name, things are happier.

My advice, update your reverse DNS for 72.232.183.2 to resolve to "india.eccindustries.info".

As I'm doing some checks, "englishteachingkorea.com" uses "mail.eccindustries.info" as it's MX. "mail.eccindustries.info" is a CNAME to "server.eccindustries.info" which is an A record to 72.232.183.2. I would change the mail. CNAME to reference "india.eccindustries.info". I'd make similar changes to all the records, I'm not sure what you do or do not have. Incidentally make "server.eccindustries.info" be a CNAME to "india.eccindustries.info" too.

Any more questions, just ask.



Grant. . . .
.



Relevant Pages

  • Re: Beating the spam filter ...
    ... alias and the alias is listed in the MX records for REMOTE. ... Or are you referencing the fact that a CNAME should be the only RR for the given name of the CNAME RR? ... Now consider if you will the desire of the hosting company to have a level of abstraction for the host name of mx.hosting-company.tld such that they can freely move the SMTP service from host to host, or add additional hosts to a pool with out the need to update all the client DNS zones. ... To accomplish such with out using CNAMEs, mx.hosting-company.tld would have to use A recordthat resolve to the IP addressof the current mail server. ...
    (comp.mail.sendmail)
  • Re: MX-only domains dying?
    ... I've always thought of the www host as being an artifact of the good old days of the web where DNS was used as part of the maintenance methodology - if you needed to service a box you switched the IP in DNS to the hot spare. ... Using service names allows you to have each respective serviceresolve to different address, thus allowing you to spread services across different hosts. ... If you are wondering why I have A records for domainN.tld verses a CNAME record, I have never been able to get CNAME records to co-exist with any other record type for a given name. ...
    (comp.mail.sendmail)
  • Re: Multiple site on IIS 6.0
    ... >use a CNAME with different domains. ... >I'll add an A record for bar.com for www so I can resolve www.bar.com to the ... >external site. ... >> In the bar.com zone, create a host named foo, point it to your web ...
    (microsoft.public.inetserver.iis)
  • How to resolve host record
    ... server to resolve a simple computer name, and not a FQDN? ... Say the computer name I want to add is called "host". ...
    (microsoft.public.win2000.dns)
  • Re: Beating the spam filter ...
    ... touch on the matter agree that pointing an MX at a name that has a CNAME ... of abstraction for the host name of mx.hosting-company.tld such that they ... to a pool with out the need to update all the client DNS zones. ... It is dead wrong to have multiple CNAME records for one name. ...
    (comp.mail.sendmail)