Forum Discussion

detrain's avatar
detrain
Joining in
2 years ago

Cannot connect to Namesco SMTP server

Since Monday morning I have been unable to submit e-mail to Namesco's SMTP server us2.smtp.mailhostbox.com (which my personal domains have aliases for).  This problem affects all device connected via my Virgin Hub3 - I've tried 3 computers with wired ethernet connections and my iPad and phone which are both on Wifi.

In the Windows command prompt I have determined I am unable to telnet to this server on any of its SMTP ports 25, 465 and 587, using any of its four IPv4 addresses returned by nslookup.

I can send emails using the same account settings on my phone when I turn of the Wifi so it uses its 4G SIM rather than Virgin Media.  I can also send emails via my Virgin Media Hub3 and an account setup to use its own server smtp.ntlworld.com and another server managed by a workplace.

I assume either my Hub3's WAN IP address or Namesco's SMTP server is on some blacklist.  I have contacted Namesco's support and they have said it's not at their end.  I've rebooted my Hub3 twice but both times it has come back with the same IP address.

19 Replies

  • The 'curl' command-line SMTP client shows how it tries each of the 4 IP addresses in turn and the delay before a timeout error is about 20s for each.

    $ curl -v smtp://smtp.detrain.uk:587 --ssl-reqd -u jas@detrain.uk:ZvUrYXFl5
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Host smtp.detrain.uk:587 was resolved.
    * IPv6: (none)
    * IPv4: 208.91.199.225, 208.91.199.223, 208.91.199.224, 208.91.198.143
    * Trying 208.91.199.225:587...
    0 0 0 0 0 0 0 0 --:--:-- 0:00:20 --:--:-- 0* connect to 208.91.199.225 port 587 from 0.0.0.0 port 53071 failed: Timed out
    0 0 0 0 0 0 0 0 --:--:-- 0:00:21 --:--:-- 0* Trying 208.91.199.223:587...
    0 0 0 0 0 0 0 0 --:--:-- 0:00:41 --:--:-- 0* connect to 208.91.199.223 port 587 from 0.0.0.0 port 53072 failed: Timed out
    0 0 0 0 0 0 0 0 --:--:-- 0:00:42 --:--:-- 0* Trying 208.91.199.224:587...
    0 0 0 0 0 0 0 0 --:--:-- 0:01:02 --:--:-- 0* connect to 208.91.199.224 port 587 from 0.0.0.0 port 53074 failed: Timed out
    0 0 0 0 0 0 0 0 --:--:-- 0:01:03 --:--:-- 0* Trying 208.91.198.143:587...
    0 0 0 0 0 0 0 0 --:--:-- 0:01:23 --:--:-- 0* connect to 208.91.198.143 port 587 from 0.0.0.0 port 53075 failed: Timed out
    * Failed to connect to smtp.detrain.uk port 587 after 84227 ms: Couldn't connect to server
    0 0 0 0 0 0 0 0 --:--:-- 0:01:24 --:--:-- 0
    * Closing connection
    curl: (28) Failed to connect to smtp.detrain.uk port 587 after 84227 ms: Couldn't connect to server
  • Before anyone mentions it: having forgotten to delete the password from the curl command for my test account in the previous post I have changed it in the Namesco control panel!

  • Now my 3 attempts at posting the command-line output that disappeared previously when I reloaded the page have all appeared.

  • Client62's avatar
    Client62
    Alessandro Volta

    We can telnet to us2.smtp.mailhostbox.com on port 587 &  port 25  , both ports respond.

    • detrain's avatar
      detrain
      Joining in

      Doesn't surprise me.  I think the specific IP address allocated to my Hub3 is blocked.

  • When you contacted Namesco support, was it an actual technician you spoke with or just their front line general enquiries staff?

    I could be wrong but I think Namesco is too much of a mainstream brand who's technicians are hidden and not easily reachable.

    • detrain's avatar
      detrain
      Joining in

      I raised a support ticket in the Namesco domain management Control Panel.  The front-line people escalated it to their 'service provider' who presumably runs the SMTP server for them.  NamesCo acquired this service from FreeParking when they took it over, it is referred to as "FreeParking FreeMail" and is presumably subcontracted.  They reported back that my IP address was not blacklisted in their server, closed the ticket and told me it was not their problem and I needed to contact Virgin Media instead.  I don't have any strings to pull to get a technician there to talk to me.

  • As of now, my ability to send email via NamesCo has been restored although the IPv4 address of my Hub3 has not changed.