Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 24
  1. #1
    Member
    Join Date
    Nov 2007
    Posts
    861

    Arrow Not able send email to any of AOL users

    hi

    we are not able send email to any of AOL users below are the last email log from the server .

    if anyone know how to resolve this please update on this...
    ----------------------------------------------
    2009-03-06 20:08:32 1LfbC3-0000sC-Uu <= test@fusiontechindia.com H=localhost (fusiontechindia.com) [127.0.0.1] P=esmtpa A=fixed_login:test@fusiontechindia.com S=877 id=1139.61.17.209.216.1236350311.squirrel@fusiontechindia.com T="test mail at 8:08"
    2009-03-06 20:08:42 1LfbC3-0000sC-Uu ** jalaraminfotech@aol.com R=fail_remote_domains: The mail server could not deliver mail to jalaraminfotech@aol.com. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
    2009-03-06 20:08:42 1LfbC3-0000sC-Uu Completed
    ----------------------------------------------

    Thanks & Regards,
    Nilesh

  2. #2
    Moderator
    Join Date
    Jun 2006
    Location
    Germany
    Posts
    79

    Default

    hi,

    AOL says:
    The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
    host -t mx fusiontechindia.com
    fusiontechindia.com mail is handled by 0 fusiontechindia.com.

    Where is your mx record?
    IMHO you can't deliver mails to AOL without mx record


    HTH
    Pixelpirat

  3. #3
    Member
    Join Date
    Nov 2007
    Posts
    861

    Default

    Quote Originally Posted by Pixelpirat View Post
    hi,

    AOL says:


    host -t mx fusiontechindia.com
    fusiontechindia.com mail is handled by 0 fusiontechindia.com.

    Where is your mx record?
    IMHO you can't deliver mails to AOL without mx record


    HTH
    Pixelpirat
    here is MX record details

    [root@saturn ~]# dig -t MX fusiontechindia.com

    ; <<>> DiG 9.2.4 <<>> -t MX fusiontechindia.com
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41581
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1

    ;; QUESTION SECTION:
    ;fusiontechindia.com. IN MX

    ;; ANSWER SECTION:
    fusiontechindia.com. 14400 IN MX 0 fusiontechindia.com.

    ;; AUTHORITY SECTION:
    fusiontechindia.com. 86400 IN NS ns10.jinfo.net.
    fusiontechindia.com. 86400 IN NS ns9.jinfo.net.

    ;; ADDITIONAL SECTION:
    fusiontechindia.com. 14400 IN A 69.72.212.42

    ;; Query time: 0 msec
    ;; SERVER: 69.72.212.42#53(69.72.212.42)
    ;; WHEN: Sat Mar 7 11:13:07 2009
    ;; MSG SIZE rcvd: 115

    [root@saturn ~]#

  4. #4
    Moderator
    Join Date
    Jun 2006
    Location
    Germany
    Posts
    79

    Default

    IMHO a mx record must be a FQDN (domain name and host name) e.g. mail.fusiontechindia.com
    Your mx is only a domain name fusiontechindia.com

    http://en.wikipedia.org/wiki/MX_record

  5. #5
    Member
    Join Date
    Nov 2007
    Posts
    861

    Arrow

    Quote Originally Posted by Pixelpirat View Post
    IMHO a mx record must be a FQDN (domain name and host name) e.g. mail.fusiontechindia.com
    Your mx is only a domain name fusiontechindia.com

    http://en.wikipedia.org/wiki/MX_record
    we have pointed this domain to 69.72.212.42 server & mail.fusiontechindia.com is pointing on the same

    for your information earlier we got Retry Time Out Error now its coming this

    DNS records
    name class type data time to live
    fusiontechindia.com IN TXT v=spf1 a mx ip4:69.72.212.42 ?all 14400s (04:00:00)
    fusiontechindia.com IN MX
    preference: 0
    exchange: fusiontechindia.com
    14400s (04:00:00)
    fusiontechindia.com IN SOA
    server: ns9.jinfo.net
    email: saturn.inetindia.net
    serial: 2009013103
    refresh: 86400
    retry: 7200
    expire: 3600000
    minimum ttl: 86400
    86400s (1.00:00:00)
    fusiontechindia.com IN NS ns9.jinfo.net 86400s (1.00:00:00)
    fusiontechindia.com IN NS ns10.jinfo.net 86400s (1.00:00:00)
    fusiontechindia.com IN A 69.72.212.42 14400s (04:00:00)
    42.212.72.69.in-addr.arpa IN PTR saturn.inetindia.net 11421s (03:10:21)

  6. #6
    Moderator
    Join Date
    Jun 2006
    Location
    Germany
    Posts
    79

    Default

    Quote Originally Posted by nileshparmar View Post
    we have pointed this domain to 69.72.212.42 server & mail.fusiontechindia.com is pointing on the same
    Your mx isn't pointing to mail.fusiontechindia.com, he is pointing to fusiontechindia.com

    If you changed it and it doesn't work again, then contact the postmaster of aol.
    its possible that aol blocked your ip.

  7. #7
    Member
    Join Date
    Aug 2002
    Posts
    1,118

    Default

    Are you able to send out any e-mail from your server?

    Do a:

    Code:
    dig aol.com MX
    from the server that you are trying to send from.

    It looks like your server is not able to resolve aol.com or find any MX records for it. This may point to a problem with your DNS resolvers on your server.

  8. #8
    Member
    Join Date
    Nov 2007
    Posts
    861

    Arrow

    Quote Originally Posted by sparek-3 View Post
    Are you able to send out any e-mail from your server?

    Do a:

    Code:
    dig aol.com MX
    from the server that you are trying to send from.

    It looks like your server is not able to resolve aol.com or find any MX records for it. This may point to a problem with your DNS resolvers on your server.
    No, im not able to send out any email from our sever & not able to receive emails from AOL server

    im getting below msg from our server check this

    [root@saturn ~]# telnet mailin-01.mx.aol.com 25
    mailin-01.mx.aol.com/25: Name or service not known


    what do i do of this ??

    Do a:

    Code:
    dig aol.com MX
    Regards,
    Nilesh
    Last edited by crazyaboutlinux; 03-07-2009 at 09:41 AM.

  9. #9
    Member
    Join Date
    Aug 2002
    Posts
    1,118

    Default

    You need to do this on the shell on the server in question.

    Is this a managed server or unmanaged server?

  10. #10
    Member
    Join Date
    Nov 2007
    Posts
    861

    Arrow

    Quote Originally Posted by sparek-3 View Post
    You need to do this on the shell on the server in question.

    Is this a managed server or unmanaged server?
    [root@saturn ~]# dig aol.com MX

    ; <<>> DiG 9.2.4 <<>> aol.com MX
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38059
    ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 4, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;aol.com. IN MX

    ;; AUTHORITY SECTION:
    aol.com. 16369 IN NS dns-01.ns.aol.com.
    aol.com. 16369 IN NS dns-02.ns.aol.com.
    aol.com. 16369 IN NS dns-06.ns.aol.com.
    aol.com. 16369 IN NS dns-07.ns.aol.com.

    ;; Query time: 0 msec
    ;; SERVER: 69.72.212.43#53(69.72.212.43)
    ;; WHEN: Sat Mar 7 20:12:48 2009
    ;; MSG SIZE rcvd: 112

    [root@saturn ~]#


    this is a managed server

  11. #11
    Member
    Join Date
    Aug 2002
    Posts
    1,118

    Default

    Talk to the datacenter about this. It looks like you don't have the correct DNS resolvers in your resolver set up.

    You are not getting any answers to your aol.com MX record query from dig. This means that your server is not able to look up the aol.com DNS record and see where to send the messages to.

    Your datacenter should be able to help you with this. They should have DNS resolvers for your server to use and they should be able to set these up for you.

  12. #12
    Member
    Join Date
    Nov 2007
    Posts
    861

    Arrow

    can i check this at my end

    i have complete shell & root access

    Regards,
    Nilesh

  13. #13
    Member nilesh_kolte's Avatar
    Join Date
    Apr 2006
    Posts
    66

    Default

    Hello,

    Seems that your domain don't have reverse DNS record.Add the RDNS for the domain also try to get the MX for aol.com from your server.



    Regards,
    ~~~ Cool Buddy ~~~

  14. #14
    Member
    Join Date
    Nov 2007
    Posts
    861

    Arrow

    hello,

    thanks for your opinion but RDNS is already set you can check below for the same

    DNS records
    name class type data time to live
    fusiontechindia.com IN TXT v=spf1 a mx ip4:69.72.212.42 ?all 14400s (04:00:00)
    fusiontechindia.com IN MX
    preference: 0
    exchange: fusiontechindia.com
    14400s (04:00:00)
    fusiontechindia.com IN SOA
    server: ns9.jinfo.net
    email: saturn.inetindia.net
    serial: 2009013103
    refresh: 86400
    retry: 7200
    expire: 3600000
    minimum ttl: 86400
    86400s (1.00:00:00)
    fusiontechindia.com IN NS ns10.jinfo.net 86400s (1.00:00:00)
    fusiontechindia.com IN NS ns9.jinfo.net 86400s (1.00:00:00)
    fusiontechindia.com IN A 69.72.212.42 14400s (04:00:00)
    42.212.72.69.in-addr.arpa IN PTR saturn.inetindia.net 12086s (03:21:26)

    -- end --

  15. #15
    Member
    Join Date
    Sep 2004
    Posts
    887

    Default

    As somebody has already pointed out, your resolvers don't know how to find AOL.COM.

    Your resolvers are listed in /etc/resolv.conf

    If the nameservers in /etc/resolv.conf are the nameservers that your provider gave to you to use, contact them and tell them that their resolvers are broken.

    dig aol.com mx @resolver.qwest.net
    - if your resolvers are working they should show similar to this

    Mike

Similar Threads & Tags
Similar threads

  1. Use a certain IP to send mail to AOL
    By madcow774 in forum E-mail Discussions
    Replies: 2
    Last Post: 10-02-2008, 03:37 PM
  2. Do I need exim running on port 587 for AOL users to send email?
    By BianchiDude in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 06-07-2007, 06:01 AM
  3. Users cant send email / relayhosts not updating
    By nyjimbo in forum cPanel and WHM Discussions
    Replies: 23
    Last Post: 03-30-2005, 05:39 PM
  4. Forcing PHP users to send email via SendMail
    By trparky in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 02-09-2005, 04:38 AM
  5. [FEATURE REQUEST] Email all Users - option to not send duplicates?
    By spaceman in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 03-30-2004, 10:41 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube