Dirk St?cker:
> On Mon, 28 May 2018, Viktor Dukhovni wrote:
>
> >> It might be useful, but probably not, to have a version of postconf -n
> >> that showed the default value along sinde the changed value:
> >
> > join <(postconf -n) <(postconf -d | sed 's/=/(default:/; s/$/)/')
>
> Do you maybe also have a command to show only changed parameters?
>
> Something like postconf -n, but dropping everything identical to default.
There is a shell pipeline for that, too...
> This is a task which I need something to change a vendor supplied main.cf
> into the better understandable minimum configuration which does not
> contain legacy settings.
>
> Could "postconf" get a new "-N" paramater for that maybe ;-)
My Postfix cycles are consumed by TLS connection reuse.
Wietse