HomeSort by: relevance | last modified time | path
    Searched refs:proxy_read_maps (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/mantools/
missing-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})
    [all...]
xpostdef 56 proxy_read_maps

Completed in 18 milliseconds