HomeSort by: relevance | last modified time | path
    Searched refs:postconf (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/ibm-public/postfix/dist/mantools/
makepostconflinks 3 postconf -d | awk '
18 # XXX debugger_command is not listed in postconf output.
19 print "\ts;[[:<:]]debugger_command[[:>:]];<a href=\"postconf.5.html#debugger_command\">debugger_command</a>;g"
26 printf "\ts;[[:<:]]%s[[:>:]];<a href=\"postconf.5.html#%s\">%s</a>;g\n",
check-postlink 8 trap 'rm -f postlink.tmp postconf.tmp stoplist.tmp 2>/dev/null' 0 1 2 3 15
14 sed -n '/[ ].*href="postconf\.5\.html#/{
20 # Extract parameters from postconf output, using the stock configurations.
22 bin/postconf -dHc conf | sort >postconf.tmp
24 # Filter the postconf output through a stoplist. First, parameter
55 # Report names from postconf that have no rule in mantools/postlink.
57 comm -23 postconf.tmp postlink.tmp | grep -F -vx -f stoplist.tmp
check-snapshot-nonprod 12 mail_version=$(sh postfix-env.sh bin/postconf -h mail_version) || exit 1
19 mail_version=$(sh postfix-env.sh bin/postconf -h mail_version) || exit 1
26 mail_version=$(sh postfix-env.sh bin/postconf -h mail_version) || exit 1
check-table-proto 10 # For each database type, extract parameter names from its postconf
16 for map in `(ls src/postconf/pcf*suffixes.h || kill $$) |
17 sed 's;src/postconf/pcf_\(.*\)_suffixes.h$;\1;'`
20 tr -cd '[A-zA-z_0-9\12]' < src/postconf/pcf_${map}_suffixes.h |
check-postconf-undocumented 3 # Reports parameters that exist in postconf(1) output, but that are not
4 # documented in the postconf(5) manpage.
9 bin/postconf mail_version >/dev/null || exit 1
13 # Extract parameters from the postconf(5) manpage.
15 awk '/^%PARAM/ { print $2 }' proto/postconf.proto | sort > have.tmp || exit 1
17 # Build a stoplist for postconf(1) output.
60 # postconf(5) manpage.
63 # First, extract parameters from postconf(1) output, using the stock
66 bin/postconf -dHc conf | grep -F -vx -f stoplist.tmp
check-postconf-unimplemented 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
    [all...]
  /src/external/ibm-public/postfix/dist/conf/
postfix-non-bdb-script 100 # .IP "\fBnon_bdb_migration_allow_root_prefixes (see 'postconf -d non_bdb_migration_allow_root_prefixes' output)\fR"
104 # .IP "\fBnon_bdb_migration_allow_user_prefixes (see 'postconf -d non_bdb_migration_allow_user_prefixes' output)\fR"
145 postconf=$command_directory/postconf
161 for type_name in `$postconf -h authorized_flush_users \
180 eval type="`$postconf -h $param`"
192 $postconf -h non_bdb_migration_level
196 $postconf -X non_bdb_migration_level
197 $postconf -MX ${REINDEX_SVC}/unix
202 $postconf -MX ${REINDEX_SVC}/uni
    [all...]
postmulti-script 52 alt=`postconf -h alternate_config_directories` || return 1
70 postconf -e "$@" || return 1
84 test $# -eq 0 || postconf -c "$config_directory" -e "$@" || return 1
112 postconf -e \
120 wrapper=`postconf -hx multi_instance_wrapper` || exit 1
121 enable=`postconf -hx multi_instance_enable` || exit 1
188 val=`postconf -nh $p` || exit 1
195 postconf -c $tmpdir -# $comment_out || exit 1
202 postconf -c $tmpdir -e \
305 postconf -c "$config_directory" -e
    [all...]
postfix-wrapper 99 # # postconf -c /etc/postfix -e
123 # # postconf -c /etc/postfix-test -e
136 # # postconf -e "multi_instance_directories=`postconf
156 # # postconf -c /etc/postfix-test -e multi_instance_enable=yes
187 POSTCONF=$command_directory/postconf
193 instance_dirs=`$POSTCONF -h multi_instance_directories | sed 'y/,/ /'` ||
215 test "`$POSTCONF -c $dir -h multi_instance_enable`" = yes || {
220 test "`$POSTCONF -c $dir -h multi_instance_enable`" = yes |
    [all...]
postfix-tls-script 173 # .IP "\fBcommand_directory (see 'postconf -d' output)\fR"
175 # .IP "\fBconfig_directory (see 'postconf -d' output)\fR"
206 # .IP "\fBtls_random_source (see 'postconf -d' output)\fR"
243 postconf=$command_directory/postconf
313 default_config_directory=`$postconf -dh config_directory`
314 openssl=`$postconf -c $default_config_directory -xh openssl_path`
329 $postconf -T compile-version | grep . >/dev/null || {
330 mail_version=`$postconf -dh mail_version`
336 for _algo in `$postconf -T public-key-algorithms | grep -E '^(rsa|ecdsa)$'
    [all...]
postfix-script 93 def_config_directory=`$command_directory/postconf -dh config_directory` || {
94 $FATAL cannot execute $command_directory/postconf!
101 $command_directory/postconf -qc $def_config_directory \
103 $FATAL cannot execute $command_directory/postconf!
227 $command_directory/postconf >/dev/null
259 $command_directory/postconf >/dev/null
285 maillog_file=`$command_directory/postconf -qh maillog_file` || {
286 $FATAL cannot execute $command_directory/postconf!
290 $command_directory/postconf -qM postlog/unix-dgram 2>/dev/null \
316 test "x`$command_directory/postconf -h non_bdb_migration_level`" = xenable-reindex || exit
    [all...]
  /src/external/ibm-public/postfix/sbin/
Makefile 5 SUBDIR= postalias postcat postconf postdrop postfix postkick postlock postlog \
  /src/external/ibm-public/postfix/sbin/postconf/
Makefile 4 # The shipped makefiles construct it using postconf -d after building
5 # postconf. It isn't entirely clear how to deal with that in a cross
13 PROG= postconf
18 PSRCS= postconf.c postconf_builtin.c postconf_dbms.c postconf_edit.c \
37 ${GENSRCS}: postconf-hdrs.stamp
38 CLEANFILES+= postconf-hdrs.stamp
39 postconf-hdrs.stamp: ${DIST}/../global/mail_params.h ${DIST}/../global/mail_params.c
  /src/etc/rc.d/
postfix 24 postconf="/usr/sbin/postconf"
29 $($postconf -h newaliases_path)
49 for f in $($postconf -hx alias_database); do
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_misc.c 9 /* #include <postconf.h>
56 #include <postconf.h>
postconf_node.c 9 /* #include <postconf.h>
140 #include <postconf.h>
postconf_match.c 9 /* #include <postconf.h>
124 #include <postconf.h>
postconf_other.c 9 /* #include <postconf.h>
82 #include <postconf.h>
139 msg_warn("unknown 'postconf -T' mode: %s", what);
postconf_print.c 9 /* #include <postconf.h>
58 #include <postconf.h>
postconf_lookup.c 9 /* #include <postconf.h>
105 #include <postconf.h>
186 * When expanding $name in "postconf -n" parameter values, don't limit the
189 * When expanding $name in "postconf -d" parameter values, do limit the
postconf_service.c 9 /* #include <postconf.h>
60 #include <postconf.h>
postconf_main.c 9 /* #include <postconf.h>
101 #include <postconf.h>
  /src/external/ibm-public/postfix/man/man1/
Makefile 9 MAN= postalias.1 postcat.1 postconf.1 postfix.1 \
  /src/external/ibm-public/postfix/man/man5/
Makefile 12 MAN+= postconf.5 postfix-wrapper.5
  /src/external/ibm-public/postfix/share/html/
Makefile 19 postconf.1.html postdrop.1.html postfix.1.html postkick.1.html \
26 pcre_table.5.html pgsql_table.5.html postconf.5.html \
37 index.html postconf.5.html OVERVIEW.html postfix-logo.jpg

Completed in 26 milliseconds

1 2