Changed SMTP

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
vaitguy
Posts: 15
Joined: Fri Sep 12, 2014 9:55 pm

Changed SMTP

Post by vaitguy »

Yes, this has been on here before, but I have never seen a consise answer to the question. Many ISPs block port 25 for our users from home and they use Thunderbird, etc. We are about to migrate over to Zimbra for all 1600 users and I am doing testing before we go to our ownership.
On our existing postfix setup, we have an entry in master.cf:

8025 inet n - n - - smtpd
To allow users to send via port 8025. Since we already have this setup on our existing, and wont have to have users change setup on their machines, does anyone see any problems to this?
Thanks
abhullar
Zimbra Alumni
Zimbra Alumni
Posts: 21
Joined: Fri Sep 12, 2014 10:17 pm

Changed SMTP

Post by abhullar »

To add an additional listener port of 2525, insert the the following line in /opt/zimbra/postfix/conf/master.cf
2525 inet n - n - - smtpd
Then, restart the MTA:
# su - zimbra

# zmmtactl stop

# zmmtactl start
Caveats
* Do not attempt to bind to ports in use by other applications. This will cause the MTA or other application to fail.

* Backup /opt/zimbra/postfix/master.cf before an upgrade. Changes made to master.cf should only be applied to the current distribution after upgrading.
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Changed SMTP

Post by phoenix »

[quote user="vaitguy"]Yes, this has been on here before, but I have never seen a consise answer to the question. [/QUOTE]There's a concise answer in the wiki and it's in the forums, IIRC.
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
Post Reply