Hi all
I have a problem to explain the ISP why my client server got blacklisted (EMAIL SERVER). The result as blacklisted IP I got it from MXTOOL
The reason why got Blacklisted?
There was no REVERSE DNS for my client email server
to be satisfied, I try to use NSLOOKUP to my client IP address
g3ck0@linux-nqxb:~> nslookup 202.190.74.101
Server: 10.0.3.2
Address: 10.0.3.2#53
Non-authoritative answer:
101.74.190.202.in-addr.arpa canonical name = 101.96.74.190.202.in-addr.arpa.
101.96.74.190.202.in-addr.arpa name = mail.jkm.gov.my.
Authoritative answers can be found from:
g3ck0@linux-nqxb:~>
Based from the NSLOOKUP above, it’s look like weird to me because before this I already setup several email server and never this kind of NSLOOKUP
as an example below,
g3ck0@linux-nqxb:~> nslookup 58.26.44.83
Server: 10.0.3.2
Address: 10.0.3.2#53
Non-authoritative answer:
83.44.26.58.in-addr.arpa name = atmail.mtib.gov.my.
Authoritative answers can be found from:
g3ck0@linux-nqxb:~>
or,
g3ck0@linux-nqxb:~> nslookup 58.26.58.142
Server: 10.0.3.2
Address: 10.0.3.2#53
Non-authoritative answer:
142.58.26.58.in-addr.arpa name = mail.maiwp.gov.my.
Authoritative answers can be found from:
g3ck0@linux-nqxb:~>
After do the googling, I found that, this happen because Multiple pointer records,
From the WIKI,
Multiple pointer records
While most rDNS entries only have one PTR record, DNS does not restrict the number. However, having multiple PTR records for the same IP address is generally not recommended, unless there is a specific need. For example, if a web server supports many virtual hosts, there may be one PTR record for each host and some versions of name server software will allocate this automatically. Multiple PTR records can cause problems, however, including triggering bugs in programs that only expect single PTR records and, in the case of a large web server, having hundreds of PTR records can cause the DNS packets to be much larger than normal.
Now I become more confusing after read all the reason of Multiple pointer records
Why my ISP configure the DNS like this? What is the benefit?
DO I need to change back to the single record?
Thanks alll
Regards
e1