Results 1 to 4 of 4

Thread: Send mail to AOL issue

  1. #1
    huynguyengds is offline Intermediate Member
    Join Date
    May 2009
    Posts
    20
    Rep Power
    5

    Default Send mail to AOL issue

    I can't reply my previous topic so I repost it.

    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
    >
    Many thanks any advice
    Regards,

  2. #2
    phoenix is online now Zimbra Consultant & Moderator
    Join Date
    Sep 2005
    Location
    Vannes, France
    Posts
    21,981
    Rep Power
    51

    Default

    Quote Originally Posted by huynguyengds View Post
    I can't reply my previous topic so I repost it.

    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
    Then it's quite likely you do not have a reverse DNS.

    Quote Originally Posted by huynguyengds View Post
    This is my revDNS
    No, it's not. What you are showing here is the reverse DNS for your server on a private LAN IP, they want a reverse DNS on your public IP.

    Quote Originally Posted by huynguyengds View Post
    Code:
     dig -x 
    
    ; <<>> 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
    >
    Many thanks any advice
    Regards,
    BTW, you can reply to your original thread but your posts are moderated as you're a new member.
    Regards


    Bill

  3. #3
    huynguyengds is offline Intermediate Member
    Join Date
    May 2009
    Posts
    20
    Rep Power
    5

    Default

    Many thanks Bill

    I'm new member.
    I try to learn setup and config ZCS.

    That is revDNS when I dig -x mystaticIPWAN
    dig -x 123.30.65.25

    ; <<>> DiG 9.3.4-P1 <<>> -x 123.30.65.25
    ;; 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:
    ;123.30.65.25.in-addr.arpa. IN PTR

    ;; ANSWER SECTION:
    25.65.30.123.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

    BTW: Sorry about my english.

    Regards

  4. #4
    phoenix is online now Zimbra Consultant & Moderator
    Join Date
    Sep 2005
    Location
    Vannes, France
    Posts
    21,981
    Rep Power
    51

    Default

    OK, that's better but not good news. Those results show that you do have a valid reverse DNS record to your domain so I'm afraid there's nothing I can do for you other than to suggest you open a support case with AOL at the link specified in their error message. If you are listed with them in error they should remove a block on your IP address sending them mail. Just one final question, you're not on a consumer (i.e. domestic) type of service from your ISP are you? If you are AOL does block them as well.
    Regards


    Bill

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 7
    Last Post: 02-03-2011, 06:01 AM
  2. Replies: 30
    Last Post: 01-13-2009, 07:00 AM
  3. [SOLVED] mailbox and apache not running
    By rtwick in forum Administrators
    Replies: 4
    Last Post: 11-15-2008, 07:21 AM
  4. zmamavisdctl stopped and won't restart
    By alto in forum Installation
    Replies: 2
    Last Post: 04-18-2008, 12:41 AM
  5. [SOLVED] Upgraded to 5.0 OSS - Sendmail Problem
    By Chewie71 in forum Installation
    Replies: 11
    Last Post: 12-28-2007, 06:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •