0x800CCC0E : Outlook SMTP error when sending mail

November 13th, 2009

One of my customers was getting this error message when trying to send e-mail:

The connection to the server has failed. Subject ‘New email address’, Account: ‘mail.example.com’, Server: ‘mail.example.com’, Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 10013, Error Number: 0x800CCC0E

The problem – some ISP’s block port 25 for all but their own SMTP server. I’m not quite sure why they do this, but it’s annoying! Anyway, to fix the problem, the user needs to either use their ISP’s SMTP server to send e-mails, or they need to change their outgoing SMTP port from port 25 (default) to port 26. You will need to ensure that your mail server is set up to listen on port 26 first though – it is quite common these days, but not all do. If you run a cPanel/WHM server, you can enable port 26 in Exim by logging in to WHM and going to “Service Manager” in the menu. From here, you can set Exim to run on port 26 as well as port 25. Don’t forget to unblock port 26 in your servers firewall!

Share and Enjoy:
  • Digg
  • Twitter
  • Facebook
  • del.icio.us
  • Slashdot
  • Reddit
  • Sphinn
  • StumbleUpon
  • Mixx
  • Blogplay
  • Suggest to Techmeme via Twitter
  • Print
  • Google Bookmarks
  1. Ken Gordon - November 14th, 2009 at 4:01 am

    ISPs have many reasons for blocking outside access to Port 25. In fact it’s now considered “Best Practice” – see, for example, the recommendations from the Messaging Anti-Abuse Working Group at http://bit.ly/2WRNQj.