How to listen on port 587?

5 posts / 0 new
Last post
#1 Wed, 04/09/2008 - 09:09
cespe@planeteria.net

How to listen on port 587?

How do I tell postfix to listen and accept connections on port 587?

Thu, 04/10/2008 - 07:17
DanLong

I use Sendmail but assume, by definition,
you want to go in the postfix module and choose "server processes" then enable "submission" which is the 587 port and for good measure you'll want to enable "smtps" which is the listen 465 in immediate STARTTLS mode.

Sat, 04/12/2008 - 13:30 (Reply to #2)
rduval

GOt it working by making a new server process copying the port 25 (smtp) one and now it's working.

Sat, 04/12/2008 - 17:44 (Reply to #3)
DanLong

You might want to make a note of it in the bug & issue,

Sat, 04/12/2008 - 12:09
rduval

I did all this and still no access via 587. I even opened up the firewall by cloning the port 25 rule.

Topic locked