To add another listener you need to edit this file:
/etc/postfix/master.cf
Find this line (the real line has tabs separating the fields so it will look different):
smtp inet n – n – – smtpd
add another below it:
587 inet n – n – – smtpd
Save the file and stop and restart the mail server. Server Admin will do this nicely. Your mail clients can now be configured to use port 587 to send mail.
Why port 587? It’s the standard alternate SMTP port. You can use any port that you wish as long as another service on the same box is not using that port.
Comments are closed