Table of Contents
How-To: Create A Secondary Inbound SMTP Port
Prerequisites
Last Updated for InterWorx version 3.0.1
No special prerequisites.
Purpose:
Since many ISP‘s today are blocking access to port 25 (the default SMTP port) on any mail severer but their own as an anti-spam measure, clients of those ISP‘s are required to send email through the ISP‘s mail servers exclusively. However, when the sending server’s domain and the domain of the sender’s email address do not match, these emails tend to get caught in other anti spam measures and are rejected.
| This procedure allows server administrators to allow clients access to SMTP on a port other than 25. This new port is created IN ADDITION TO, port 25, end users with ISP‘s which do not block port 25 can continue to use the default port for SMTP access. |
How-To Enable
- Click on the menu if it is not already expanded.
- Click on the submenu if it is not already expanded.
- Click on the ◊ MTA Settings item.
- You should now be looking at the Mail Server Management :: MTA controls in the main content area.
- Locate the Alternate Inbound SMTP Server section.
- Type the desired port (default 587)
- Click the button.
| The default port is 587, but you can change it to any unused port you wish. |
Enable New Port in Firewall (If applicable)
- Click on the menu if it is not already expanded.
- Click on the ♦ Firewall item.
- You should now be looking at the Firewall controls in the main content area.
- Locate the Port Access section.
- Type 587 (or the port you just created) in the port field.
- Select Open from all 4 drop down menus.
- Click the button.
| The new port will show up on the list mentioned as SUBMISSION if you used port 587 as this is the User Submissions SMTP port rather than the server submissions port as port 25 is. If you absolutely need to edit the name you can edit the /etc/services file. |
| WARNING: YOU CAN NOT OPEN 587 AND CLOSE DOWN PORT 25. SMTP SERVERS COMMUNICATE WITH EACH OTHER USING PORT 25 AND DISABLING IT WILL CRIPPLE YOUR BOX AS AN SMTP SERVER. |
