OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
RE: Running Postfix on a port other than 25

andrew.boringMillerZell.com
Date: Fri Mar 28 2003 - 08:52:37 CST


Ralf Hildebrandt [Ralf.Hildebrandtcharite.de] said:

> * Anti-Spam Test Account <chuckcslate.net>:
>
> > I've been looking through the FAQs and such and can't seem
> to find the
> > specific syntax I need to instruct Postfix to listen on a port other
> > than 25.
>
> http://www.stahl.bau.tu-bs.de/~hildeb/postfix/viruswall.shtml

I had been curious about this question as well.
So, to clarify the URL above, if I wanted to run a standard instance of
Postfix *not* on port 25, and *only* on port 2525 with no Viruswall (or any
other) product, then I would replace the line in master.cf:

 smtp inet n - n - - smtpd

with

 192.168.0.1:2525 inet n - n - - smtpd

Is that correct?
No other specific configuration is needed (beyond the standard config)?