Postfix daemons terminate voluntarily, either after being idle for
a configurable amount of time, or after having serviced a
configurable number of requests. Exceptions to this rule are the
resident queue manager, address verification server, and the TLS
session cache and pseudo-random number server.
| Tag | Description |
|
-c config_dir
|
Read the main.cf and master.cf configuration files in
the named directory instead of the default configuration directory.
This also overrides the configuration files for other Postfix
daemon processes.
|
|
-D
|
After initialization, run a debugger on the master process. The
debugging command is specified with the debugger_command in
the main.cf global configuration file.
|
|
-d
|
Do not redirect stdin, stdout or stderr to /dev/null, and
do not discard the controlling terminal. This must be used
for debugging only.
|
|
-e exit_time
|
Terminate the master process after exit_time seconds. Child
processes terminate at their convenience.
|
|
-t
|
Test mode. Return a zero exit status when the master.pid lock
file does not exist or when that file is not locked. This is evidence
that the master(8) daemon is not running.
|
|
-v
|
Enable verbose logging for debugging purposes. This option
is passed on to child processes. Multiple -v options
make the software increasingly verbose.
|
|
Signals:
|
|
SIGHUP
|
Upon receipt of a HUP signal (e.g., after "postfix reload"),
the master process re-reads its configuration files. If a service has
been removed from the master.cf file, its running processes
are terminated immediately.
Otherwise, running processes are allowed to terminate as soon
as is convenient, so that changes in configuration settings
affect only new service requests.
|
|
SIGTERM
|
Upon receipt of a TERM signal (e.g., after "postfix abort"),
the master process passes the signal on to its child processes and
terminates.
This is useful for an emergency shutdown. Normally one would
terminate only the master ("postfix stop") and allow running
processes to finish what they are doing.
|
| Tag | Description |
|
config_directory (see postconf -d output)
|
The default location of the Postfix main.cf and master.cf
configuration files.
|
|
daemon_directory (see postconf -d output)
|
The directory with Postfix support programs and daemon programs.
|
|
debugger_command (empty)
|
The external command to execute when a Postfix daemon program is
invoked with the -D option.
|
|
inet_interfaces (all)
|
The network interface addresses that this mail system receives
mail on.
|
|
inet_protocols (ipv4)
|
The Internet protocols Postfix will attempt to use when making
or accepting connections.
|
|
import_environment (see postconf -d output)
|
The list of environment parameters that a Postfix process will
import from a non-Postfix parent process.
|
|
mail_owner (postfix)
|
The UNIX system account that owns the Postfix queue and most Postfix
daemon processes.
|
|
process_id (read-only)
|
The process ID of a Postfix command or daemon process.
|
|
process_name (read-only)
|
The process name of a Postfix command or daemon process.
|
|
queue_directory (see postconf -d output)
|
The location of the Postfix top-level queue directory.
|
|
syslog_facility (mail)
|
The syslog facility of Postfix logging.
|
|
syslog_name (postfix)
|
The mail system name that is prepended to the process name in syslog
records, so that "smtpd" becomes, for example, "postfix/smtpd".
|