Lines Matching refs:postconf
3 # Reports parameters that are documented in the postconf(5 mapage),
4 # but not implemented according to postconf(1) output.
9 bin/postconf mail_version >/dev/null || exit 1
13 # Extract the implemented parameter names from postconf(1) output, using
16 bin/postconf -dHc conf | sort >have.tmp || exit 1
18 # Build a stoplist for postconf(5) output.
79 # Eliminate config functions. The are documented in the postconf(5)
87 # Extract parameters from the postconf(5) manpage.
89 awk '/^%PARAM/ { print $2 }' proto/postconf.proto |
92 # Report names from the postconf(5) manpage that have no implementation.