Skip to main content

How to set email correctly

Comments

3 comments

  • Shchaneric
    Oh, I got the problem, my VPS provider blocked port 25. I enabled the EXIM use other port 576. But there are other problem, all of the outbound mail defer due to "R=dkim_lookuphost T=dkim_remote_smtp defer (110): Connection timed out" How to fix it? Thanks very much
    0
  • vanessa
    Exim requires port 25 to work - other mail servers are going to use this port to communicate when you send/receive email. So having it blocked and changing the port it listens on is not going to resolve this for you. Doing so only facilitates end users that have port 25 blocked through their ISP that need another port to use for connections to your server. You will either need to contact your provider, or see if using an SMTP relay like SendGrid is possible instead.
    0
  • cPanelMichael
    Hello, The previous post is correct. There's an additional thread on this topic at: change port 25 Thank you.
    0

Please sign in to leave a comment.