Skip to main content

SMTP timeout after initial connection

Comments

3 comments

  • cPRex Jurassic Moderator
    Hey there! Your hosting provider likely has port 25 blocked. You'd either need to ask them to open it, or configure a smarthost to workaround that limitation:
    0
  • JayConsulting
    Hey there! Your hosting provider likely has port 25 blocked. You'd either need to ask them to open it, or configure a smarthost to workaround that limitation:
    0
  • cPRex Jurassic Moderator
    Port 26 is for Exim to *listen* on - that means incoming connections to your server. This is helpful when someone has a home office where their ISP blocks port 25 to help stop spam so they can connect to your server. This doesn't affect outgoing mail from your machine - even if you could change that port (I suppose you technically can hack Exim to change it) every other server in the world will only be listening on port 25.
    0

Please sign in to leave a comment.