On 19 January 2018 at 15:21, Viktor Dukhovni <[email protected]> wrote: > > > > > default_destination_concurrency_limit = 50 > > This is the default, remove the setting. > > ...
Here's a way to check for explicit settings in main.cf that are actually defaults and so could be removed (works under bash): comm -1 -2 <(postconf -n|sort) <(postconf -d|sort)
