Getting started
Installation & Setup
Video Tutorials
Administration
Audience Management
Email Marketing
Plug-Ins & Add-Ons
Developers
Advanced
Help
How to unallocate port 25 and 587?
Octeth allocates port 25 and 587 for its own inbound SMTP server. This inbound SMTP server is used for bounce processing as well as reply monitoring and forwarding.
However, you may want to install and run Postfix, Qmail, PowerMTA or similar on-premise MTA on the server you are running Octeth.
In such a case, first you must disable port 25 and port 587 allocation on Octeth’s configuration.
Follow these steps:
- Edit
/opt/oempro/docker-compose.ymlfile - Under
haproxyservice, comment these marked lines with a dash: - Rebuild and restart Octeth’s HAProxy service:
- Now, you can go ahead and run Postfix, Qmail, PowerMTA or any other on-premise MTA on the same server with Octeth.
cd /opt/oempro/
docker-compose build haproxy
docker-compose kill haproxy && docker-compose up -d haproxyWhen setting up a delivery server in Octeth, set the SMTP host to 172.17.0.1 instead of localhost. This will make sure that Octeth connects to the port 25 (or 587) of the host server.
When you upgrade your Octeth to the latest version, these changes will be lost. Do not forget to edit your
docker-compose.yml file and perform the same change after the Octeth version uprade.On this page
- How to unallocate port 25 and 587?