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.
Canonical announces that the Advantech AOM-2721 is officially joining the list of Ubuntu Certified Hardware.…
Yet again instead of tweets, a blog post. The backlog got out of hand -…
This article provides a guide demonstrating how to deploy OpenProject on Ubuntu VPS. What is…
Canonical is pleased to announce that NVIDIA’s newly introduced NVIDIA Nemotron 3.5 Lightning, an open,…
If you have been using an ecommerce store to place online orders or have been…