Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.4.0
-
None
-
None
Description
Suggest split smtpserver.xml into 3 config files to allow listen on port 25 and 465 at the same time.
The 3 config files are:
smtpserver-common.xml
smtpserver-relay.xml
smtpserver-submission.xml
And listen port on the last 2 config files and be both 25, or 25 in smtpserver-relay.xml and 465 in smtpserver-submission.xml .
Because port 25 is not safe for password when post a new email, and just listen at port 465 may cause outside email-server cannot deliver email to port 25 at this mail server .