Lines Matching refs:proxy_read_maps
3 # Outputs missing mail_params.h lines for the proxy_read_maps default
6 # First, get the proxy_read_maps default value from postconf command
8 # present in the proxy_read_maps default value.
10 $command = "bin/postconf -dh proxy_read_maps | tr ' ' '\12'";
11 open(PROXY_READ_MAPS, "$command|")
13 while (<PROXY_READ_MAPS>) {
16 $proxy_read_maps{$1} = 1;
18 close(PROXY_READ_MAPS) || die "close $command: $!\n";
41 # ending in _maps and that are not listed in proxy_read_maps. We get
52 next if defined($proxy_read_maps{$param_name});