On 12/23/2012 09:33 AM, Noel Jones wrote:
On 12/23/2012 8:12 AM, Robert Moskowitz wrote:
In the Centos 6 /etc/postfix/mail.cf there are the lines:
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
ddd $daemon_directory/$process_name $process_id & sleep 5
This parameter (?) does not show in the postconf -n listing. Also
this command takes these 3 lines in main.cf and I wonder how does
postfix know that these lines go together? Showing my lack of
knowledge here...
It would seem wrong for that parameter to be missing from "postconf
-n" output.
The top of the postconf manual page describes how multi line
parameters work. Basically a line starting with whitespace
continues the previous line.
http://www.postfix.org/postconf.5.html
This is the challenge of RTFM. Which FM? And how do I find it.
You also might notice that issuing the command
# postconf debugger_command
returns the whole value on one line. Or it might return an empty
value, in which case there is more than one debugger_command defined
in main.cf.
One thing I am thinking MAY be the problem is that this line in
main.cf fails because of a warning comment in main.cf something to
the concern that if you are using an X-based debugger, you should be
sure to set up your XAUTHORITY environment variable before starting
Postfix. And since this is provided in the base install of Centos
6, I *hope* they got this right...
Looks OK to me.
If you're still trying to display non-default parameters, google for
the postfinger tool.
This is an old tool, but does not seem to be available for Centos, and I
am not good at building. So I am going to have to go to the Centos list
and see if anyone has it built as an rpm for Centos 6.3. Thanks for the
tip.