How to fix the "421 RP-001 The mail server IP connecting to Windows Live Hotmail server has exceeded the rate limit" problem? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T13:29:40Z http://stackoverflow.com/feeds/question/343300 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/343300/how-to-fix-the-421-rp-001-the-mail-server-ip-connecting-to-windows-live-hotmail 2 How to fix the "421 RP-001 The mail server IP connecting to Windows Live Hotmail server has exceeded the rate limit" problem? Ryan 2008-12-05T09:25:01Z 2009-06-24T05:57:43Z <p>We run a large online community in the Netherlands. Because of that we send a lot of mail to the hotmail email addresses of our members. Recently we have noticed that not all mail is reaching our members, because we have hit a certain limit or so it seems.</p> <p>Google doesn't give a solution (yet) but we see a lot of others having the same problem. Note, We have added (since long) SPF records for our domain, in TXT and SPF types. What else can we do to tackle this problem?</p> <p>// Ryan</p> http://stackoverflow.com/questions/343300/how-to-fix-the-421-rp-001-the-mail-server-ip-connecting-to-windows-live-hotmail/567402#567402 1 Answer by bzlm for How to fix the "421 RP-001 The mail server IP connecting to Windows Live Hotmail server has exceeded the rate limit" problem? bzlm 2009-02-19T22:00:19Z 2009-02-22T17:33:26Z <p>421 means that the service is not <em>currently</em> available, and that the client <strong>should try again</strong>. This could be for any number of reasons, including trying to discourage you from too frequent mailing if Hotmail thinks you might be a spambot. </p> <p>Why not simply let your outbound smtpd queue the mails and try again? </p> <p>Why is "not all mail reaching your members"? Don't you try again if you get a 421 response?</p> <p>EDIT: Do what <a href="http://stackoverflow.com/questions/343300/how-to-fix-the-421-rp-001-the-mail-server-ip-connecting-to-windows-live-hotmail-s/570757#570757">sqook says.</a></p> http://stackoverflow.com/questions/343300/how-to-fix-the-421-rp-001-the-mail-server-ip-connecting-to-windows-live-hotmail/570757#570757 1 Answer by Nik Reiman for How to fix the "421 RP-001 The mail server IP connecting to Windows Live Hotmail server has exceeded the rate limit" problem? Nik Reiman 2009-02-20T18:39:21Z 2009-02-20T18:39:21Z <p>To add to what bzlm said, hotmail probably isn't <em>rejecting</em> your mails, so much as trying to use rate-limiting to prevent spam. That said, there are a few potential solutions you could use here. You could contact hotmail and see about getting your mailserver exemption status from their rate-limiting. Depending on the size of your community, they may or may not respond to you or be willing to work with you. I suggest this only as the "diplomatic" solution.</p> <p><em>Or</em>, you could set up two mail servers; one for hotmail users, and one for everybody else. I know from some of the sites that I run that a lot of people register with hotmail accounts, mostly because everybody has one which they use as a "spam dump" for online services where they don't want to use their real email address. So, as you no doubt realize, the number of hotmail users in your database represents a fairly substantial percentage. Therefore, when you need to send an email, you could determine whether to send it to your normal SMTP server, or your hotmail-designated one. On the hotmail SMTP service, you'd need to add some type of waiting mechanism to sleep a certain amount of time after receiving a 421 response.</p> <p>The problem with this idea is that the number of hotmail users you have, plus the delay you'll encounter in sending, means that the queue length might very well exceed the number of mails you must send. You could alleviate this problem by setting up secondary/tertiary servers, preferably on other networks... but I'm getting ahead of myself here. At any rate, I did a bit of googling around (as you probably have, too), and this isn't such an uncommon problem, but there is no obvious solution to it.</p> <p>So likely, you'll either have to create some type of slightly-unorthodox network workaround, or try the "diplomatic" route and contact an organization unlikely to care about your problem. I'd suggest doing both in parallel. :)</p> http://stackoverflow.com/questions/343300/how-to-fix-the-421-rp-001-the-mail-server-ip-connecting-to-windows-live-hotmail/1036606#1036606 0 Answer by Warren for How to fix the "421 RP-001 The mail server IP connecting to Windows Live Hotmail server has exceeded the rate limit" problem? Warren 2009-06-24T05:57:43Z 2009-06-24T05:57:43Z <p>The only real way to "get around" this is to become a good e-mail citizen. Make it easy for people to unsubscribe from your notifications, establish complaint feedback loops with the major mail providers, remove bouncing e-mails from your list automatically, don't send people e-mails they don't want to receive. Failing to adhere to these simple requirements makes you look like a spammer, and providers like Hotmail will treat you like one.</p>