The text below provides only a parameter summary. See
postconf(5) for more details including examples.
| Tag | Description |
|
config_directory (see postconf -d output)
|
The default location of the Postfix main.cf and master.cf
configuration files.
|
|
daemon_timeout (18000s)
|
How much time a Postfix daemon process may take to handle a
request before it is terminated by a built-in watchdog timer.
|
|
ipc_timeout (3600s)
|
The time limit for sending or receiving information over an internal
communication channel.
|
|
line_length_limit (2048)
|
Upon input, long lines are chopped up into pieces of at most
this length; upon delivery, long lines are reconstructed.
|
|
max_idle (100s)
|
The maximum amount of time that an idle Postfix daemon process
waits for the next service request before exiting.
|
|
max_use (100)
|
The maximal number of connection requests before a Postfix daemon
process terminates.
|
|
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".
|