Re: Checking configuration files in advance

2023-01-27 Thread Wietse Venema
Wietse Venema: > Viktor Dukhovni: > > On Thu, Jan 26, 2023 at 07:36:06PM -0500, Wietse Venema wrote: > > > > > You can check parameter names and some parameter value syntax with: > > > > > > postconf -m -f path-to-directory > > > postconf -M -f path-to-directory > > > > Did you mean: > >

Re: Checking configuration files in advance

2023-01-27 Thread Wietse Venema
Viktor Dukhovni: > On Thu, Jan 26, 2023 at 07:36:06PM -0500, Wietse Venema wrote: > > > You can check parameter names and some parameter value syntax with: > > > > postconf -m -f path-to-directory > > postconf -M -f path-to-directory > > Did you mean: > > postconf -m -f -c path-to

Re: Checking configuration files in advance

2023-01-26 Thread Viktor Dukhovni
On Thu, Jan 26, 2023 at 07:36:06PM -0500, Wietse Venema wrote: > You can check parameter names and some parameter value syntax with: > > postconf -m -f path-to-directory > postconf -M -f path-to-directory Did you mean: postconf -m -f -c path-to-directory postconf -M -f -c pa

Re: Checking configuration files in advance

2023-01-26 Thread Wietse Venema
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.c

Re: Checking configuration files in advance

2023-01-26 Thread raf
On Thu, Jan 26, 2023 at 05:47:32PM +, Pedro David Marco wrote: > Hi all, > Is there anyway to check for potential errors in Postifx confiuration files > before movig them to /etc/postfix > Thanks in advance! > Pete. Kind of. You can run "postconf -n" and "postconf -M" which show explicitly