Skip to main content

DNS Only changing default SMTP port?

Comments

3 comments

  • cPanelMichael
    Hello :) This is answered on the following thread: change port 25 Thank you.
    0
  • Steve Kemp
    Thanks for the link...however this addresses incoming mail issues to port 25... ours is outgoing... ie we need mail thats queued on the server to be sent out via port 26... is this not possible to achieve?
    0
  • vanessa
    Not with them anymore - and even if you did change the port, it may still cause an issue with the recipient server trying to complete the transaction since SMTP by default communicates on port 25. Outbound Email on Port 25 | SoftLayer So a couple options for you: 1) Do what they recommend, and implement Mandrill or Sendgrid. I'm not sure about Sendgrid, but Mandrill is free up to 12,000 sends per month. I have instructions for both: Implementing Mandrill with Exim on cPanel - The cPanel Admin Implementing SendGrid with Exim on cPanel - The cPanel Admin 2) Hacky fix, but it might work: - Edit /etc/exim.conf.local (or create it if it doesn't exist) - Add the following (or edit the existing @config@ section if it already exists: @config@ daemon_smtp_ports = 26 : 465 - Run: /scripts/buildeximconf - Run: service exim restart I don't think #2 will fix your issue though.
    0

Please sign in to leave a comment.