Skip to main content

Cannot Sent Email

Comments

3 comments

  • SysSachin
    Hello, Please do verify the rDNS is properly set or not. You have to check at mxtoolbox.com/ReverseLookup.aspx Also, you have to check MX record is correct for you domain name at intodns.com
    0
  • Jcats
    I've check the Mail Delivery Reports and the result was "Connection timed out"

    Your rDNS wouldn't have anything to do with a connection timeout. Please go into SSH and run:
    tail -f /var/log/exim_mainlog
    then go into WHM > Mail Queue Manager click one of the emails in queue and click "Deliver Message Now". Watch SSH and paste the full output once it times out. Actually... what happens if you simply run:
    telnet smtp.gmail.com 587
    and paste the output, you may have to wait a bit for it to timeout. If you get:
    -bash: telnet: command not found
    first run:
    yum -y install telnet
    0
  • cPanelMichael
    I've check the Mail Delivery Reports and the result was "Connection timed out"

    Hello, Are you able to send out email to remote mail servers that are not Yahoo or Gmail? You can test this with a command such as:
    telnet remote-mail-server.tld 25
    Replace "remote-mail-server.tld" with the hostname or IP address of a specific mail server you are attempting to send email to. It's possible your hosting provider has blocked outgoing traffic over port 25, in which case you'd need to contact them to request they lift that restriction. Thank you.
    0

Please sign in to leave a comment.