Thanks for quickly reply.
I have an static IP not dynamic IP
This issues make me headarche
This is posted from AOL
host mailin-03.mx.aol.com[64.12.138.153] said: 421-: (dns:b1) http://postmaster.info.aol.com/errors/554dnsb1.html 421 service not avaible (in reply to end of data command).
It said I don't have revDNS
This is my revDNS
Code:
dig -x myIP
; <<>> DiG 9.3.4-P1 <<>> -x myIP
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30265
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;myIP.in-addr.arpa. IN PTR
;; ANSWER SECTION:
revmyIP.in-addr.arpa. 86365 IN PTR mail.mydomain.com.
;; AUTHORITY SECTION:
30.123.in-addr.arpa. 55898 IN NS hcm-server1.vnn.vn.
30.123.in-addr.arpa. 55898 IN NS vdc-hn01.vnn.vn.
;; ADDITIONAL SECTION:
vdc-hn01.vnn.vn. 79424 IN A 203.162.0.11
hcm-server1.vnn.vn. 79424 IN A 203.162.4.1
;; Query time: 2 msec
;; SERVER: 172.16.4.2#53(172.16.4.2)
;; WHEN: Tue May 26 21:44:43 2009
;; MSG SIZE rcvd: 164
I can telnet to my mail server
The hostname as the same MX record
Code:
telnet mail.mydomain.com 25
Trying myIP...
Connected to mail.mydomain.com.
Escape character is '^]'.
220 mail.mydomain.com ESMTP Postfix
This is nslookup
Local
Code:
nslookup
>set type=mx
>mydomain.com
Server: 172.16.4.2
Address: 172.16.4.2#53
mydomain.com mail exchanger = 0 mail.mydomain.com.
>
Outsite
Code:
nslookup
>set type=mx
>mydomain.com
Server: 210.245.24.22
Address: 210.245.24.22#53
Non-authoritative answer:
mydomain.com mail exchanger = 10 mail.mydomain.com.
Authoritative answers can be found from:
mydomain.com nameserver = ns.mydomain.com
mail.mydomain.com internet address = myIP
ns.mydomain.com internet address = 203.163.96.67
>
I can sent to any mail server but AOL is don't
Many thanks for your advice
Regards,