OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: current settings

From: Rob Foehl (rwfloonybin.net)
Date: Tue Jun 01 2004 - 15:51:25 CDT


On Tue, 1 Jun 2004, Roger wrote:

> Is there a way to tell what parameters postfix is running with? I'd
> like to do a reload and see if the settings I changed in main.cf
> actually took effect.

postconf -n shows you non-default configuration, but there's no way to
read it from a running process. Most parameters are used by daemons that
are short-lived; new instances pick up new configuration automatically.
To expedite a change, issue a 'postfix reload'. See postconf(5) for
further information on when specific parameters will take effect.

> Also I put in the following paramter in main.cf
>
> las3sf = 10
>
> I saved main.cf and restarted expecting an error - just to see what
> would happen if a typo occured. Postfix started and didn't complain.

Of course not. Postfix allows you to define your own parameters; as long
as you don't break the syntax rules, it's perfectly valid.

-Rob