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-directory
> > postconf -M -f -c path-to-directory
>
> No, that was:
One more time:
To check parameter names and some parameter value syntax:
postconf -n -c path-to-directory
postconf -M -c path-to-directory
However, many parameter values are fully validated only in the
program(s) that use those parameters.
I'd like to add that a temporary setting "soft_bounce=yes" can
"soften" the impact of some configuration mistakes that would cause
mail to be returned to the sender.
Wietse