mail.smtp.port

Background

This sets the port the mail server is listening on.

Setting the key

Set this configuration key in the server configuration.

Use the configuration key editor to add or edit the mail.smtp.port key, and set the value. This can be set to any valid Integer value.

Default value

mail.smtp.port=25

By default it is assumed the mail server is listening on port 25.

Examples

If the mail server is listening on port 1025 set:

mail.smtp.port=1025