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 path-to-directory
No, that was: postconf -m -c path-to-directory postconf -M -c path-to-directory Wietse