
How to Change Postfix SMTP Port on Ubuntu
Nowadays some Internet Service Provider block port 25 which is used by SMTP. We can change this in Postfix to point to another port, for example port 587. Edit /etc/postfix/master.cf $ sudo nano /etc/postfix/master.cf Add # in front of this line: smtp inet n – – – – smtpd and add new line: 587 inet…