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.
Microsoft Edge is now available for Ubuntu. In this guide, I’ll walk you through the…
Our latest Canonical website rebrand did not just bring the new Vanilla-based frontend, it also…
At Canonical, the work of our teams is strongly embedded in the open source principles…
Welcome to the Ubuntu Weekly Newsletter, Issue 873 for the week of December 29, 2024…
Have WiFi troubles on your Ubuntu 24.04 system? Don’t worry, you’re not alone. WiFi problems…
The following is a post from Mark Shuttleworth on the Ubuntu Discourse instance. For more…