Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Navigation

    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    send e-mails through a port other than 25 (mainly through port 587)

    Support
    change email port port 25 stmp
    3
    4
    40
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Z
      zedomingues last edited by

      considering that the whole world considers port 25 to be a less secure and more spam-friendly port, is there any way to configure my installation to send emails through port 587?

      tks

      M M 2 Replies Last reply Reply Quote 0
      • M
        murgero App Dev @zedomingues last edited by

        @zedomingues 587 is only for clients, not servers. port 25 supports the same encryption algorithms that 587 uses so it's just as secure (when it's told to do so).

        Port 25 is mainly used for server-to-server communication and it will always need to be that way according to the RFC for SMTP.

        1 Reply Last reply Reply Quote 3
        • M
          micmc @zedomingues last edited by

          @zedomingues said in send e-mails through a port other than 25 (mainly through port 587):

          considering that the whole world considers port 25 to be a less secure and more spam-friendly port, is there any way to configure my installation to send emails through port 587?

          tks

          The "consideration" of port 25 by the whole world is because it's been the port of choice since the invention of the simple mail transport protocol, SMTP, meaning this is how it works since the beginnings of this technology, before it even was known as "The Internet", and at that MOST EMAIL CLIENTS are set by default to use port 25 for email sending protocol (SMTP), thus not a server-to-server- only communication protocol.

          The use of port 587 for SMTP sever would be to use with SSL and/or TLS encryption and would be much easier to set as is, if you will, if you use an email marketing software from your server (which would allow you to use port 587 as a secured sending port) and / or if you set your SMTP using a third party as AWS SES or SendGrid or Mailchimp or any in the like.

          Regards,
          Andy

          1 Reply Last reply Reply Quote 0
          • Z
            zedomingues last edited by

            thanks for the explanations. I have already contacted digital ocean requesting the release of port 25.

            at first, strangely, they claimed that there is no output block on port 25 (although I did the test with the command 'telnet' in the cli).

            1 Reply Last reply Reply Quote 0
            • First post
              Last post