This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

reverse dns

astaro 5.203

i have problems with sending emails to aol.com accounts. aol servers are asking for reverse dns lookup. how can i make this possible. im using asl as smtp proxy. do i have to enter something in dns proxy?


This thread was automatically locked due to age.
Parents
    • First, you have to establish which DNS server(s) are authoritative for your domain. Go to an online WHOIS and see which are the authoritative DNS servers. (This is regulated by your Registrar, and you can instruct them who to have responsibility for managing your DNS -choose wisely; if you're going to do it, read up on what's involved before you take on such a responsibility).  Knowing what IP address(es) are your domain's DNS (authoritative) server(s) will tell you where the change has to be made.

    • Once that is determined, you have to have a reverse lookup record entered in that/those DNS server(s). These records are called "in-addr.arpa" records. If the DNS server is being managed by your ISP for instance, you will call them up to have them make in-addr.arpa entires for your existing MX (Mail Exchanger) DNS entries. If it turns out that your Astaro box is acting as authoritative DNS for your domain, repost here to find out how to make these entries in Astaro...
    [/list]
  • P.S. I wasn't disregarding Knecht's answer; as you can see, we posted at about the same time...
Reply Children
  • Hi SecApp,

    doesn't matter i rather think it's quite cool, that questions are answered  within 1 hour and even twice !!
    So that means this forum is really worth to visit and the members are willing to share knowledge and help each other !!

    .... and all for FREE  
  • i have static adresses and manage the dns at networksolutions and created an mx record their. in asl i put this mx record too. that all works. i think i have to enter also the name of my internal exchange server at networksolutions since this is in an non public ip range it cannot resolve. or am i wrong. or is entering *.aol.com in dns proxy for resolving dns enough.
  • For each of your MX records, you will have to make PTR records for whatever host you are referencing in your MX records (e.g., mail.your-domain.com). Here is an article at Network World:

    Wrapping up DNS 

    You can easily find other examples if you search using the keywords used above (message to future readers of this post if the Network World link goes stale...)

    After you make these entries, you can test that they have been created properly by running nslookup and typing the IP address of your mail server(s); nslookup should come back with the (fully qualified domain) name of your mail server. [If you are not directly using the authoritative DNS server from where you are usng the nslookup utility, you can force nslookup to do so by first entering:

         server {ip address of your authoritative DNS server}

    in nslookup.

    If the mail host used in an MX is not in your domain (e.g., mail.mail-drop-company.com, the PTR records will have to be made by the people managing that domain (or whoever they in turn delegated authority to for management of their DNS...).

    P.S. It would be advisable to invest some of your time now in reading an O'Reilly book on DNS...
  • As Xeno pointed out in his very brief memo, if you set your SMTP proxy to send the outgoing mail via your ISP's outgoing mail server, your entire DNS configuration issue goes away. Simply configure the SMTP proxy to use your ISP's SMTP server as its Smarthost.

    AOL is not the only site that will turn down mail from unknown mail servers. Spooling the outgoing mail through your ISP's outbound mail server may be the simplest and most reliable solution.