The QMQP server implements one access policy: only explicitly
authorized client hosts are allowed to use the service.
The QMQP protocol requires the server to receive the entire
message before replying. If a message is malformed, or if any
netstring component is longer than acceptable, Postfix replies
immediately and closes the connection. It is left up to the
client to handle the situation.
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.
|
|
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.
|
|
qmqpd_authorized_clients (empty)
|
What clients are allowed to connect to the QMQP server port.
|
|
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".
|
|
verp_delimiter_filter (-=+)
|
The characters Postfix accepts as VERP delimiter characters on the
Postfix sendmail(1) command line and in SMTP commands.
|