Some internet access providers have port 25 disabled in their routers to prevent spam. If you run your own email server in a data center, you might have to enable the submission port (587) in postfix to be able to send emails from your local email client to your own mail server.
To enable port 587, edit the file /etc/postfix/master.cf
nano /etc/postfix/master.cf
and remove the # in front of the line:
# submission inet n - y - - smtpd
so that it looks like this:
submission inet n - y - - smtpd
and restart postfix:
systemctl restart postfix
The post How to enable port 587 (submission) in postfix appeared first on FAQforge.
Today, IBM announced the launch of their latest server: the new IBM LinuxONE Emperor 5.…
Welcome to the Ubuntu Weekly Newsletter, Issue 890 for the week of April 27 –…
Singapore | May 27, 2025 | Full-day event How do you build robust, performant edge…
Kolla Ansible provides production-ready containers (here, Docker) and deployment tools for operating OpenStack clouds. This…
This public beta enables the full Ubuntu Desktop experience on the Qualcomm Dragonwing™ QCS6490 and…
Time is running out to be in full compliance with the EU Cyber Resilience Act,…