Lines Matching refs:postfix

3 #	postfix-wrapper 5
12 # This document describes how the familiar "postfix start"
15 # activities between the postfix(1) command and a multi-instance
25 # run only one Postfix instance, commands such as "postfix
29 # the same postfix commands in boot scripts, upgrade procedures,
35 # # postfix start
37 # Other postfix(1) commands also work as expected. For example,
41 # # postfix status
49 # directory on the postfix(1) command line:
51 # # postfix -c \fI/path/to/config_directory command\fR
53 # Alternatively, the postfix(1) command accepts the instance's
57 # Otherwise, the postfix(1) command will operate on all Postfix
62 # By default, the postfix(1) command operates in single-instance
63 # mode. In this mode the command invokes the postfix-script
69 # When the postfix(1) command operates in multi-instance mode
75 # Turning on postfix(1) multi-instance mode goes as follows:
84 # /etc/postfix/main.cf:
85 # multi_instance_wrapper = $daemon_directory/postfix-wrapper
86 # multi_instance_directories = /etc/postfix-test
89 # The $daemon_directory/postfix-wrapper file implements a
98 # In multi-instance mode, the postfix(1) command invokes the
99 # $multi_instance_wrapper command instead of the postfix-script
101 # postfix(1) command in single-instance mode for each Postfix
114 # POSTFIX=$command_directory/postfix
151 # for manual testing with "postfix -c \fI/path/name\fR start"
191 # The postfix(1) command operates on only one Postfix instance
197 # value is non-empty, the postfix(1) command executes the
199 # instead of executing the commands in postfix-script.
233 # When present, this forces the postfix(1) command to operate
235 # variable is exported by the postfix(1) -c option, so that
236 # postfix(1) commands in descendant processes will work
272 # postfix(1) Postfix control program
274 # $daemon_directory/postfix-wrapper simple multi-instance manager