Skip to main content

Emails in Queue, Spool file locking, timing out

Comments

9 comments

  • kodeslogic
    Check if you can able to connect to the google mail server by the telnet Try:#telnet aspmx.l.google.com 25
    0
  • ricardoborrb
    Check if you can able to connect to the google mail server by the telnet Try:#telnet aspmx.l.google.com 25

    I'm receiving this: [CODE=bash]# telnet aspmx.l.google.com 25 Trying 2607:f8b0:400d:c0f::1b... Connected to aspmx.l.google.com. Escape character is '^]'. 220 mx.google.com ESMTP a16si1115641qkk.135 - gsmtp 451 4.4.2 Timeout - closing connection. a16si1115641qkk.135 - gsmtp Connection closed by foreign host.
    And stops/freeze
    0
  • cPRex Jurassic Moderator
    Thanks for that reply. Just to try another network, what happens with this? telnet mx1.cpanel.net 25
    0
  • ricardoborrb
    Thanks for that reply. Just to try another network, what happens with this? telnet mx1.cpanel.net 25

    Similar thing: [CODE=bash]# telnet mx1.cpanel.net 25 Trying 208.74.121.68... telnet: connect to address 208.74.121.68: Connection timed out
    0
  • cPRex Jurassic Moderator
    It seems like your hosting provider may be blocking port 25 if you aren't able to send any outbound messages. You'd want to speak with the host to confirm this, and they'd be able to tell you what your options are to work around that.
    0
  • ricardoborrb
    It seems like your hosting provider may be blocking port 25 if you aren't able to send any outbound messages. You'd want to speak with the host to confirm this, and they'd be able to tell you what your options are to work around that.

    Is there a way to change the port?
    0
  • cPRex Jurassic Moderator
    Unfortunately no - all other servers on the internet expect that communication to be on port 25, so you'll need to use that. We have some additional details here that you may find helpful: Why is port 25 blocked?
    0
  • kodeslogic
    Just to confirm it's not your server firewall, disable csf and try: csf -x telnet mx1.cpanel.net 25
    After that you can re-enable csf by csf -e
    0
  • ricardoborrb
    Just to confirm it's not your server firewall, disable csf and try: csf -x telnet mx1.cpanel.net 25
    After that you can re-enable csf by csf -e

    It timed out also, [CODE=bash]# csf -x Flushing chain `INPUT' Flushing chain `FORWARD' Flushing chain `OUTPUT' Flushing chain `ALLOWIN' Flushing chain `ALLOWOUT' Flushing chain `DENYIN' Flushing chain `DENYOUT' Flushing chain `INVALID' Flushing chain `INVDROP' Flushing chain `LOCALINPUT' Flushing chain `LOCALOUTPUT' Flushing chain `LOGDROPIN' Flushing chain `LOGDROPOUT' Flushing chain `SMTPOUTPUT' Deleting chain `ALLOWIN' Deleting chain `ALLOWOUT' Deleting chain `DENYIN' Deleting chain `DENYOUT' Deleting chain `INVALID' Deleting chain `INVDROP' Deleting chain `LOCALINPUT' Deleting chain `LOCALOUTPUT' Deleting chain `LOGDROPIN' Deleting chain `LOGDROPOUT' Deleting chain `SMTPOUTPUT' Flushing chain `PREROUTING' Flushing chain `INPUT' Flushing chain `OUTPUT' Flushing chain `POSTROUTING' Flushing chain `PREROUTING' Flushing chain `OUTPUT' Flushing chain `PREROUTING' Flushing chain `INPUT' Flushing chain `FORWARD' Flushing chain `OUTPUT' Flushing chain `POSTROUTING' Flushing chain `INPUT' Flushing chain `FORWARD' Flushing chain `OUTPUT' Flushing chain `ALLOWIN' Flushing chain `ALLOWOUT' Flushing chain `DENYIN' Flushing chain `DENYOUT' Flushing chain `INVALID' Flushing chain `INVDROP' Flushing chain `LOCALINPUT' Flushing chain `LOCALOUTPUT' Flushing chain `LOGDROPIN' Flushing chain `LOGDROPOUT' Flushing chain `SMTPOUTPUT' Deleting chain `ALLOWIN' Deleting chain `ALLOWOUT' Deleting chain `DENYIN' Deleting chain `DENYOUT' Deleting chain `INVALID' Deleting chain `INVDROP' Deleting chain `LOCALINPUT' Deleting chain `LOCALOUTPUT' Deleting chain `LOGDROPIN' Deleting chain `LOGDROPOUT' Deleting chain `SMTPOUTPUT' Flushing chain `PREROUTING' Flushing chain `INPUT' Flushing chain `OUTPUT' Flushing chain `POSTROUTING' Flushing chain `PREROUTING' Flushing chain `OUTPUT' Flushing chain `PREROUTING' Flushing chain `INPUT' Flushing chain `FORWARD' Flushing chain `OUTPUT' Flushing chain `POSTROUTING' csf and lfd have been disabled # telnet mx1.cpanel.net 25 Trying 208.74.121.68... telnet: connect to address 208.74.121.68: Connection timed out
    It did the same :( So seems a provider issue. Thanks, guy for you all your help! If anyone has any other suggestions let me know.
    0

Please sign in to leave a comment.