Skip to main content

vps from jino.ru

Comments

4 comments

  • kodeslogic
    Any error message or bounce back you received after sending the mail? Check the error logs at /var/log/exim_mainlog
    0
  • cPRex Jurassic Moderator
    It's also possible that provider doesn't allow outbound mail, which is becoming more common. You can try running this command from the server to see if that is the case: telnet mx1.cpanel.net 25
    as that will try and make a connection to the cPanel mail server. If you receive a "command not found" error you may need to install telnet first, which you can do with the "yum install telnet" command.
    0
  • andy2020
    It's also possible that provider doesn't allow outbound mail, which is becoming more common. You can try running this command from the server to see if that is the case: telnet mx1.cpanel.net 25
    as that will try and make a connection to the cPanel mail server. If you receive a "command not found" error you may need to install telnet first, which you can do with the "yum install telnet" command.

    thanks so much.
    0
  • cPRex Jurassic Moderator
    You're welcome!
    0

Please sign in to leave a comment.