OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Variables for addresses in master.cf

From: Wietse Venema (wietseporcupine.org)
Date: Tue Mar 03 2009 - 16:25:08 CST


Daniel L. Miller:
> Does Postfix support variables (I suppose defined in main.cf) to be used
> for internet addresses in master.cf? Example:
>
> main.cf:
> inbound_interface = 192.168.0.10
> outbound_interface = 192.168.0.11
>
> master.cf:
> inbound_interface:25 inet n - - - - smtpd
> outbound_interface:submission inet n - - - - smtpd

Currently, you can have main.cf variables only where Postfix daemon
processes expect to find them, that is, on the daemon process
command line.

man 5 master

        Wietse