Sentora Support Forums

Full Version: Open ports on postfix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to open ports 465 and 587 on postfix to enable services for mobile phones and external email clients. most isp's in these parts block port 25 outbound so these would be of great use for external email clients to connect to the server
hi Nextus

sudo nano /etc/postfix/master.cf

add
Code:
submission      inet  n       -       n       -       -       smtpd
is port 587
Code:
465      inet  n       -       n       -       -       smtpd
and save
and reboot postfix  
you are scholar among gods