Errors sending to Hotmail from ASP app...

Discussion in 'C#' started by Forza, Oct 29, 2005.

  1. #1
    I have a website where people can register etc and I send them a confimation email. The problem I'm finding, is 1 in 4 people who use hotmail seem to fail. Am getting this:

    what's that a symptom of ? Some hotmail accounts get through just fine so I don't think it's a system-wide block.

    Ideas?
    :confused:
     
    Forza, Oct 29, 2005 IP
  2. Bibofa

    Bibofa Peon

    Messages:
    100
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Anyone have an ideas ?
     
    Bibofa, Oct 30, 2005 IP
  3. counterbalanced

    counterbalanced Guest

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I've been having problems today and yesterday sending to hotmail. The mail servers seem not to be responding.

    Just moved to a new server this weekend, so thought the problem was my configuration, but yahoo and gmail and some others seem OK.

    I read about some hotmail problems over the last few days, does anyone know if they are still occuring?
     
    counterbalanced, Oct 30, 2005 IP
  4. J.D.

    J.D. Peon

    Messages:
    1,198
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This error (550) indicates that your SMTP client got through to the front-line SMTP server, but the server rejected the name of the mailbox. This could be simply because the mailbox doesn't exist or it could be that access to this mailbox is restricted for security reasons to your client. For example, if there was enough spam coming from your IP address or address range, you may get this kind of response. Also, keep in mind that hotmail.com uses SPF (see 18405 for details) and this could be caused if your SPF record is misconfigured.

    J.D.
     
    J.D., Oct 30, 2005 IP
  5. Forza

    Forza Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    OK... update:

    After looking @ J.Ds thread, I tried DNSReport and punched in the hotmail address that was failing and it came up with:

    Weirder and weirder.
     
    Forza, Oct 30, 2005 IP
  6. counterbalanced

    counterbalanced Guest

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I can't even get an error back from their mailservers:

    telnet 65.54.166.99 25
    Connecting To 65.54.166.99...Could not open connection to the host, on port 25: Connect failed

    Any ideas. Could this be caused by a missing PTR record on my server?

    Forza what happens if you try to telnet to one of the hotmail servers from your machine?

    Looking at the logs, some mails to hotmail are getting through but most are not.
     
    counterbalanced, Oct 31, 2005 IP
  7. Forza

    Forza Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I can telnet ok, but when I get to the RCPT stage I get the 550 error.

    Very annoying.
     
    Forza, Oct 31, 2005 IP
  8. J.D.

    J.D. Peon

    Messages:
    1,198
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Not being able to connect to an IP adderss has nothing to do with DNS - it's either their server is down or your IP range blocked. Since their server isn't down (I can connect to it just fine), your IP adderss or range is being blocked. It happens quite often that a block of IP addresses is blocked (e.g. if they recorded some spamming activities from an IP address in this block) and your address just happens to be among them. Another possibility is that if you are trying to connect to the SMTP server from an IP range allocated to an ISP (e.g. cable or DSL) - many administrators block these ranges as well simply because too much spam originates from cable/DSL users.

    J.D.
     
    J.D., Oct 31, 2005 IP