On Wed, Dec 19, 2018 at 02:58:00PM +0000, Dominic Raferd wrote: > This might help OP identify any non-default postscreen settings (kudos: > Viktor) - > > LC_ALL=C join --check-order <(postconf -n) <(postconf -d | sed > 's/=/(default:/; s/$/)/')|grep ^postscreen_
Thanks, but may be worth noting that "--check-order" (which I did not suggest) is a non-portable Linux-specific feature. Leaving it out is more portable. -- Viktor.