About 7,300 results
Open links in new tab
  1. Many ISP's is block port 25, how do I choose an alternative port?

    Nov 29, 2012 · However, many of the networks are with ISP's that block port 25 for SMTP. Therefore I would also like to open up a secondary port so that some of the installs can communicate on that if …

  2. Is port 25 used between mail servers secured with SSL/TLS?

    Jun 12, 2019 · The most common ports are 25 and 587, but a client-server system should not use 25. If you want secure outgoing communication, use 587 with TLS. This is the default e-mail submission …

  3. postfix - What ports to open for mail server? - Server Fault

    Port 25 needs to be open in order for it to receive mail from the internet. All mail servers will establish a connection on port 25 and initiate TLS (encryption) on that port if necessary. SMTPS on port 465 is …

  4. Unblocking port 25 limitations in Azure - Server Fault

    Apr 2, 2018 · The answer is in the article you linked: use an authenticated and encrypted mail submission agent. However, this will limit your ability to connect to MTAs on port 25. Presumably, …

  5. Can I configure Postfix to send outgoing emails to port other than 25 ...

    Sep 8, 2020 · Since port 25 is blocked on my VPS, I need to configure Postfix to send emails to other ports such as 587 or 465. But it seems most incoming SMTP servers on the Internet such as outlook …

  6. Enable SMTP Port 587 instead of Port 25 - Server Fault

    Feb 24, 2022 · Currently this only accepts traffic on port 25 I want to look at setting up port 587 with TLS encryption, but keep port 25 running in junction with port 587 for the time being on the same SMTP …

  7. Exchange Server 2019 can't send email on port 25 - Server Fault

    Mar 8, 2023 · I have setup a windows server 2022 with Exchange 2019 and am unable to send out email because outgoing port 25 is blocked. Vultr.com says they have removed the default SMTP block …

  8. email - Port 25 "relay send" and TLS - Server Fault

    Dec 21, 2020 · Port 25 on the other hand has three functions i.e. email "relay sending" email "relay recieving" and email "submitting" (a mess). Other two ports are already demanding mandatory TLS …

  9. linux - How to open port 25 on the server - Server Fault

    Assuming you actually have a service listening on that port you would do something like the following to open up the firewall if the ip of your server is 172.16.1.20: sudo iptables -I RH-Firewall-1-INPUT 5 -p …

  10. Postfix - SMTP Port 25 - Server Fault

    Feb 10, 2021 · I need to use port 25 to send some notifications on local networks (nagios, ups etc) without sasl authentication. So I have to block access from net to use port 25 I added to smtp master …