New Server - Cannot Send to Hotmail

Discussion in 'Site & Server Administration' started by tapalapa, May 27, 2008.

  1. #1
    Got a new dedicated server on WHM/Cpanel . I can send to all other mail providers except Hotmail. When I send the mail, it shows that its send, there is no mail in the mail que. but no email arrives in hotmail accounts. This is a new server so I know its not in any Spam list as i've checked all that. Yes I have created an SPF record and Domain Keys . I tried to check my DNS status with dnsstuff.com , but i've noticed they have sold out and gone all commercial and they dont accept paypal & I dont have a credit card . Anyone here with a DNS stuff account ? maybe u can screenshot a DNS report for this account on dnsstuff.com for me
    www.younaija.com
    Code (markup):

     
    tapalapa, May 27, 2008 IP
  2. gate2vn

    gate2vn Peon

    Messages:
    809
    Likes Received:
    33
    Best Answers:
    1
    Trophy Points:
    0
    #2
    is there any error in exim log?
     
    gate2vn, May 28, 2008 IP
  3. wisdomtool

    wisdomtool Moderator Staff

    Messages:
    15,825
    Likes Received:
    1,367
    Best Answers:
    1
    Trophy Points:
    455
    #3
    wisdomtool, May 28, 2008 IP
  4. xous

    xous Active Member

    Messages:
    173
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    60
    #4
    http://www.intodns.com/younaija.com is a replacement for DNSStuff's dns checks.

    Your IP address does not appear to be blacklisted in any DNS blacklists.

    Try checking out:
    http://postmaster.msn.com/Troubleshooting.aspx

    I think hotmail may not like the PTR record for the MX IP.

    
     $ dig -x 69.77.188.80
    
    ; <<>> DiG 9.4.1-P1 <<>> -x 69.77.188.80
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41359
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 13, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;80.188.77.69.in-addr.arpa.     IN      PTR
    
    ;; ANSWER SECTION:
    80.188.77.69.in-addr.arpa. 86088 IN     CNAME   80.0-24.188.77.69.in-addr.arpa.
    80.0-24.188.77.69.in-addr.arpa. 3287 IN PTR     69-77-188-80.onx.com.
    
    ;; AUTHORITY SECTION:
    .                       424461  IN      NS      I.ROOT-SERVERS.NET.
    .                       424461  IN      NS      J.ROOT-SERVERS.NET.
    .                       424461  IN      NS      K.ROOT-SERVERS.NET.
    .                       424461  IN      NS      L.ROOT-SERVERS.NET.
    .                       424461  IN      NS      M.ROOT-SERVERS.NET.
    .                       424461  IN      NS      A.ROOT-SERVERS.NET.
    .                       424461  IN      NS      B.ROOT-SERVERS.NET.
    .                       424461  IN      NS      C.ROOT-SERVERS.NET.
    .                       424461  IN      NS      D.ROOT-SERVERS.NET.
    .                       424461  IN      NS      E.ROOT-SERVERS.NET.
    .                       424461  IN      NS      F.ROOT-SERVERS.NET.
    .                       424461  IN      NS      G.ROOT-SERVERS.NET.
    .                       424461  IN      NS      H.ROOT-SERVERS.NET.
    
    ;; Query time: 2 msec
    ;; SERVER: 192.168.2.1#53(192.168.2.1)
    ;; WHEN: Wed May 28 02:40:37 2008
    ;; MSG SIZE  rcvd: 310
    
    Code (markup):
    If I recall correctly using a CNAME record for a PTR record is discouraged or does not comply with the RFC spec. but I'm not certain.
     
    xous, May 28, 2008 IP