RFE: Postfix SMTP Port Options

As a follow-on to Bug #87, please add the ability to configure Postfix SMTP port options similar to sendmail.

These options are configured in the postfix master.cf file. The default smtp port is configured with this one line:


smtp inet n - n - - smtpd

The default port can be changed, or additional ports can be added with extra lines, as follows:


10025 inet n - n - - smtpd

Unlike the sendmail module, it appears there is no way to change the default port in the Postfix module currently. I expected to see it under "SMTP server options", but it is not there. Perhaps it is related to the "Default message delivery transport" setting in "General Options", I'm not sure. In any case, please add the ability to both change the default port and add additional ports. Thanks!

Status: 
Closed (fixed)