Skip to main content

Emails Stuck in Queue with "Retry time not reached" and "Connection timed out" Errors

Comments

4 comments

  • mtindor

    If it is truly affecting ALL outbound mail, it sounds like the firewall on your server (CSF?) is blocking outbound TCP 25.

    If you have access via SSH, just try telnetting (assuming telnet is installed) some remote mail server port 25 such as "telnet smtp.google.com".   If you do that, you should get something like:

    220 mx.google.com ESMTP a1e0cc1a2514c-888ec214f99si1153451241.38 - gsmtp

    If you don't get a 220 message when telnetting TCP 25 of a remote mail server, then your issue is likely a firewall issue where your firewall is blocking TCP 25 outbound.

     

     

    1
  • quietFinn

    "telnet smtp.google.com" does not work, it has to be "telnet smtp.google.com 25"

     

    1
  • Vinicius Nogueira

    I tested telnet smtp.google.com 25 and got the following:

    Trying 2607:f8b0:4004:c17::1b...
    Connected to smtp.google.com.
    Escape character is '^]'.
    220 mx.google.com ESMTP 6a1803df08f44-70497df24f0si103804976d6.482 - gsmtp

    0
  • Vinicius Nogueira

    I think the following is happening: there's an email configured for mass XML dispatch to clients, and it was getting stuck in the queue, exceeding the maximum emails per hour. I suspect it's hitting a sending timeout from the providers themselves. Could this be it, or could it be an internal system freeze?

    0

Please sign in to leave a comment.