Pedro David Marco:
> Hi all,
> Is there anyway to check for potential errors in Postifx confiuration
> files before movig them to /etc/postfix

You can check parameter names and some parameter value syntax with:

    postconf -m -f path-to-directory
    postconf -M -f path-to-directory

with main.cf and master.cf in a different directory than /etc/postfix

However, many parameter values are validated only by the programs
that use those parameters. You can validate that only by running
the programs.

        Wietse

Reply via email to