# smtpd(8postfix) - man - phpman

[SMTPD(8postfix)](https://www.chedong.com/phpMan.php/man/SMTPD/8postfix/markdown)                                                                      [SMTPD(8postfix)](https://www.chedong.com/phpMan.php/man/SMTPD/8postfix/markdown)



## NAME
       smtpd - Postfix SMTP server

## SYNOPSIS
       **smtpd** [generic Postfix daemon options]

### sendmail -bs

## DESCRIPTION
       The  SMTP  server accepts network connection requests and performs zero or more SMTP transac‐
       tions per connection.  Each received message is piped through the [**cleanup**(8)](https://www.chedong.com/phpMan.php/man/cleanup/8/markdown) daemon,  and  is
       placed  into  the  **incoming**  queue as one single queue file.  For this mode of operation, the
       program expects to be run from the [**master**(8)](https://www.chedong.com/phpMan.php/man/master/8/markdown) process manager.

       Alternatively, the SMTP server be can run in stand-alone mode; this is traditionally obtained
       with  "**sendmail** **-bs**".  When the SMTP server runs stand-alone with non $**mail**___**owner** privileges,
       it receives mail even while the mail system is not running, deposits messages  directly  into
       the  **maildrop**  queue,  and  disables the SMTP server's access policies. As of Postfix version
       2.3, the SMTP server refuses to  receive  mail  from  the  network  when  it  runs  with  non
       $**mail**___**owner** privileges.

       The  SMTP server implements a variety of policies for connection requests, and for parameters
       given to **HELO,** **ETRN,** **MAIL** **FROM,** **VRFY** and **RCPT** **TO** commands. They are detailed below and in the
       **main.cf** configuration file.

## SECURITY
       The SMTP server is moderately security-sensitive. It talks to SMTP clients and to DNS servers
       on the network. The SMTP server can be run chrooted at fixed low privilege.

## STANDARDS
       RFC 821 (SMTP protocol)
       RFC 1123 (Host requirements)
       RFC 1652 (8bit-MIME transport)
       RFC 1869 (SMTP service extensions)
       RFC 1870 (Message size declaration)
       RFC 1985 (ETRN command)
       RFC 2034 (SMTP enhanced status codes)
       RFC 2554 (AUTH command)
       RFC 2821 (SMTP protocol)
       RFC 2920 (SMTP pipelining)
       RFC 3030 (CHUNKING without BINARYMIME)
       RFC 3207 (STARTTLS command)
       RFC 3461 (SMTP DSN extension)
       RFC 3463 (Enhanced status codes)
       RFC 3848 (ESMTP transmission types)
       RFC 4409 (Message submission)
       RFC 4954 (AUTH command)
       RFC 5321 (SMTP protocol)
       RFC 6531 (Internationalized SMTP)
       RFC 6533 (Internationalized Delivery Status Notifications)
       RFC 7505 ("Null MX" No Service Resource Record)

## DIAGNOSTICS
       Problems and transactions are logged to [**syslogd**(8)](https://www.chedong.com/phpMan.php/man/syslogd/8/markdown) or [**postlogd**(8)](https://www.chedong.com/phpMan.php/man/postlogd/8/markdown).

       Depending on the setting of the **notify**___**classes**  parameter,  the  postmaster  is  notified  of
       bounces, protocol problems, policy violations, and of other trouble.

## CONFIGURATION PARAMETERS
       Changes  to **main.cf** are picked up automatically, as [**smtpd**(8)](https://www.chedong.com/phpMan.php/man/smtpd/8/markdown) processes run for only a limited
       amount of time. Use the command "**postfix** **reload**" to speed up a change.

       The text below provides only a parameter summary. See [**postconf**(5)](https://www.chedong.com/phpMan.php/man/postconf/5/markdown) for more details  including
       examples.

## COMPATIBILITY CONTROLS
       The  following  parameters  work around implementation errors in other software, and/or allow
       you to override standards in order to prevent undesirable use.

       **broken**___**sasl**___**auth**___**clients** **(no)**
              Enable interoperability with remote SMTP clients that implement an obsolete version of
              the AUTH command (RFC 4954).

       **disable**___**vrfy**___**command** **(no)**
              Disable the SMTP VRFY command.

       **smtpd**___**noop**___**commands** **(empty)**
              List  of commands that the Postfix SMTP server replies to with "250 Ok", without doing
              any syntax checks and without changing state.

       **strict**___**rfc821**___**envelopes** **(no)**
              Require that addresses received in SMTP MAIL FROM and RCPT TO  commands  are  enclosed
              with <>, and that those addresses do not contain RFC 822 style comments or phrases.

       Available in Postfix version 2.1 and later:

       **smtpd**___**reject**___**unlisted**___**sender** **(no)**
              Request  that the Postfix SMTP server rejects mail from unknown sender addresses, even
              when no explicit reject_unlisted_sender access restriction is specified.

       **smtpd**___**sasl**___**exceptions**___**networks** **(empty)**
              What remote SMTP clients the Postfix SMTP server will not offer AUTH support to.

       Available in Postfix version 2.2 and later:

       **smtpd**___**discard**___**ehlo**___**keyword**___**address**___**maps** **(empty)**
              Lookup tables, indexed by the remote SMTP client address, with case insensitive  lists
              of  EHLO keywords (pipelining, starttls, auth, etc.) that the Postfix SMTP server will
              not send in the EHLO response to a remote SMTP client.

       **smtpd**___**discard**___**ehlo**___**keywords** **(empty)**
              A case insensitive list of EHLO keywords (pipelining, starttls, auth, etc.)  that  the
              Postfix SMTP server will not send in the EHLO response to a remote SMTP client.

       **smtpd**___**delay**___**open**___**until**___**valid**___**rcpt** **(yes)**
              Postpone  the  start  of an SMTP mail transaction until a valid RCPT TO command is re‐
              ceived.

       Available in Postfix version 2.3 and later:

       **smtpd**___**tls**___**always**___**issue**___**session**___**ids** **(yes)**
              Force the Postfix SMTP server to issue a TLS session id, even when TLS session caching
              is turned off (smtpd_tls_session_cache_database is empty).

       Available in Postfix version 2.6 and later:

       **tcp**___**windowsize** **(0)**
              An optional workaround for routers that break TCP window scaling.

       Available in Postfix version 2.7 and later:

       **smtpd**___**command**___**filter** **(empty)**
              A mechanism to transform commands from remote SMTP clients.

       Available in Postfix version 2.9 and later:

       **smtpd**___**per**___**record**___**deadline** **(normal:** **no,** **overload:** **yes)**
              Change  the behavior of the smtpd_timeout and smtpd_starttls_timeout time limits, from
              a time limit per read or write system call, to a time limit to send or receive a  com‐
              plete  record (an SMTP command line, SMTP response line, SMTP message content line, or
              TLS protocol message).

       Available in Postfix version 3.0 and later:

       **smtpd**___**dns**___**reply**___**filter** **(empty)**
              Optional filter for Postfix SMTP server DNS lookup results.

       Available in Postfix version 3.6 and later:

       **smtpd**___**relay**___**before**___**recipient**___**restrictions** **(see** **'postconf** **-d'** **output)**
              Evaluate smtpd_relay_restrictions before smtpd_recipient_restrictions.

       **known**___**tcp**___**ports** **(lmtp=24,** **smtp=25,** **smtps=submissions=465,** **submission=587)**
              Optional setting that avoids lookups in the [**services**(5)](https://www.chedong.com/phpMan.php/man/services/5/markdown) database.

## ADDRESS REWRITING CONTROLS
       See the ADDRESS_REWRITING_README document  for  a  detailed  discussion  of  Postfix  address
       rewriting.

       **receive**___**override**___**options** **(empty)**
              Enable  or  disable  recipient validation, built-in content filtering, or address map‐
              ping.

       Available in Postfix version 2.2 and later:

       **local**___**header**___**rewrite**___**clients** **(permit**___**inet**___**interfaces)**
              Rewrite message header addresses in mail from these clients and update incomplete  ad‐
              dresses  with  the domain name in $myorigin or $mydomain; either don't rewrite message
              headers from other clients at all, or rewrite message headers  and  update  incomplete
              addresses with the domain specified in the remote_header_rewrite_domain parameter.

## BEFORE-SMTPD PROXY AGENT
       Available in Postfix version 2.10 and later:

       **smtpd**___**upstream**___**proxy**___**protocol** **(empty)**
              The name of the proxy protocol used by an optional before-smtpd proxy agent.

       **smtpd**___**upstream**___**proxy**___**timeout** **(5s)**
              The time limit for the proxy protocol specified with the smtpd_upstream_proxy_protocol
              parameter.

## AFTER QUEUE EXTERNAL CONTENT INSPECTION CONTROLS
       As of version 1.0, Postfix can be configured to send new mail to an external  content  filter
       AFTER the mail is queued. This content filter is expected to inject mail back into a (Postfix
       or other) MTA for further delivery. See the FILTER_README document for details.

       **content**___**filter** **(empty)**
              After the message is queued, send the entire message to the specified _transport:desti__‐
              _nation_.

## BEFORE QUEUE EXTERNAL CONTENT INSPECTION CONTROLS
       As  of  version  2.1,  the  Postfix  SMTP server can be configured to send incoming mail to a
       real-time SMTP-based content filter BEFORE mail is queued.  This content filter  is  expected
       to  inject mail back into Postfix.  See the SMTPD_PROXY_README document for details on how to
       configure and operate this feature.

       **smtpd**___**proxy**___**filter** **(empty)**
              The hostname and TCP port of the mail filtering proxy server.

       **smtpd**___**proxy**___**ehlo** **($myhostname)**
              How the Postfix SMTP server announces itself to the proxy filter.

       **smtpd**___**proxy**___**options** **(empty)**
              List of options that control how the Postfix  SMTP  server  communicates  with  a  be‐
              fore-queue content filter.

       **smtpd**___**proxy**___**timeout** **(100s)**
              The  time limit for connecting to a proxy filter and for sending or receiving informa‐
              tion.

## BEFORE QUEUE MILTER CONTROLS
       As of version 2.3, Postfix supports the Sendmail version 8  Milter  (mail  filter)  protocol.
       These  content  filters run outside Postfix. They can inspect the SMTP command stream and the
       message content, and can request modifications before mail is queued.  For  details  see  the
       MILTER_README document.

       **smtpd**___**milters** **(empty)**
              A  list of Milter (mail filter) applications for new mail that arrives via the Postfix
              [**smtpd**(8)](https://www.chedong.com/phpMan.php/man/smtpd/8/markdown) server.

       **milter**___**protocol** **(6)**
              The mail filter protocol version and optional protocol  extensions  for  communication
              with a Milter application; prior to Postfix 2.6 the default protocol is 2.

       **milter**___**default**___**action** **(tempfail)**
              The  default  action when a Milter (mail filter) response is unavailable (for example,
              bad Postfix configuration or Milter failure).

       **milter**___**macro**___**daemon**___**name** **($myhostname)**
              The {daemon_name} macro value for Milter (mail filter) applications.

       **milter**___**macro**___**v** **($mail**___**name** **$mail**___**version)**
              The {v} macro value for Milter (mail filter) applications.

       **milter**___**connect**___**timeout** **(30s)**
              The time limit for connecting to a Milter (mail filter) application, and for negotiat‐
              ing protocol options.

       **milter**___**command**___**timeout** **(30s)**
              The  time limit for sending an SMTP command to a Milter (mail filter) application, and
              for receiving the response.

       **milter**___**content**___**timeout** **(300s)**
              The time limit for sending message content to a Milter (mail filter) application,  and
              for receiving the response.

       **milter**___**connect**___**macros** **(see** **'postconf** **-d'** **output)**
              The  macros  that are sent to Milter (mail filter) applications after completion of an
              SMTP connection.

       **milter**___**helo**___**macros** **(see** **'postconf** **-d'** **output)**
              The macros that are sent to Milter (mail filter) applications after the SMTP  HELO  or
              EHLO command.

       **milter**___**mail**___**macros** **(see** **'postconf** **-d'** **output)**
              The macros that are sent to Milter (mail filter) applications after the SMTP MAIL FROM
              command.

       **milter**___**rcpt**___**macros** **(see** **'postconf** **-d'** **output)**
              The macros that are sent to Milter (mail filter) applications after the SMTP  RCPT  TO
              command.

       **milter**___**data**___**macros** **(see** **'postconf** **-d'** **output)**
              The  macros that are sent to version 4 or higher Milter (mail filter) applications af‐
              ter the SMTP DATA command.

       **milter**___**unknown**___**command**___**macros** **(see** **'postconf** **-d'** **output)**
              The macros that are sent to version 3 or higher Milter (mail filter) applications  af‐
              ter an unknown SMTP command.

       **milter**___**end**___**of**___**header**___**macros** **(see** **'postconf** **-d'** **output)**
              The  macros  that  are  sent to Milter (mail filter) applications after the end of the
              message header.

       **milter**___**end**___**of**___**data**___**macros** **(see** **'postconf** **-d'** **output)**
              The macros that are sent to  Milter  (mail  filter)  applications  after  the  message
              end-of-data.

       Available in Postfix version 3.1 and later:

       **milter**___**macro**___**defaults** **(empty)**
              Optional  list  of  _name=value_  pairs that specify default values for arbitrary macros
              that Postfix may send to Milter applications.

       Available in Postfix version 3.2 and later:

       **smtpd**___**milter**___**maps** **(empty)**
              Lookup tables with Milter settings per remote SMTP client IP address.

## GENERAL CONTENT INSPECTION CONTROLS
       The following parameters are applicable for both built-in and external content filters.

       Available in Postfix version 2.1 and later:

       **receive**___**override**___**options** **(empty)**
              Enable or disable recipient validation, built-in content filtering,  or  address  map‐
              ping.

## EXTERNAL CONTENT INSPECTION CONTROLS
       The following parameters are applicable for both before-queue and after-queue content filter‐
       ing.

       Available in Postfix version 2.1 and later:

       **smtpd**___**authorized**___**xforward**___**hosts** **(empty)**
              What remote SMTP clients are allowed to use the XFORWARD feature.

## SASL AUTHENTICATION CONTROLS
       Postfix SASL support (RFC 4954) can be used to authenticate remote SMTP clients to the  Post‐
       fix  SMTP  server,  and to authenticate the Postfix SMTP client to a remote SMTP server.  See
       the SASL_README document for details.

       **broken**___**sasl**___**auth**___**clients** **(no)**
              Enable interoperability with remote SMTP clients that implement an obsolete version of
              the AUTH command (RFC 4954).

       **smtpd**___**sasl**___**auth**___**enable** **(no)**
              Enable SASL authentication in the Postfix SMTP server.

       **smtpd**___**sasl**___**local**___**domain** **(empty)**
              The name of the Postfix SMTP server's local SASL authentication realm.

       **smtpd**___**sasl**___**security**___**options** **(noanonymous)**
              Postfix  SMTP  server  SASL  security options; as of Postfix 2.3 the list of available
              features  depends  on  the  SASL  server  implementation   that   is   selected   with
              **smtpd**___**sasl**___**type**.

       **smtpd**___**sender**___**login**___**maps** **(empty)**
              Optional  lookup  table  with the SASL login names that own the sender (MAIL FROM) ad‐
              dresses.

       Available in Postfix version 2.1 and later:

       **smtpd**___**sasl**___**exceptions**___**networks** **(empty)**
              What remote SMTP clients the Postfix SMTP server will not offer AUTH support to.

       Available in Postfix version 2.1 and 2.2:

       **smtpd**___**sasl**___**application**___**name** **(smtpd)**
              The application name that the Postfix SMTP server uses for SASL server initialization.

       Available in Postfix version 2.3 and later:

       **smtpd**___**sasl**___**authenticated**___**header** **(no)**
              Report the SASL authenticated user name in the [**smtpd**(8)](https://www.chedong.com/phpMan.php/man/smtpd/8/markdown) Received message header.

       **smtpd**___**sasl**___**path** **(smtpd)**
              Implementation-specific information that the Postfix SMTP server passes through to the
              SASL plug-in implementation that is selected with **smtpd**___**sasl**___**type**.

       **smtpd**___**sasl**___**type** **(cyrus)**
              The SASL plug-in type that the Postfix SMTP server should use for authentication.

       Available in Postfix version 2.5 and later:

       **cyrus**___**sasl**___**config**___**path** **(empty)**
              Search path for Cyrus SASL application configuration files, currently used only to lo‐
              cate the $smtpd_sasl_path.conf file.

       Available in Postfix version 2.11 and later:

       **smtpd**___**sasl**___**service** **(smtp)**
              The  service  name  that  is  passed  to  the  SASL  plug-in  that  is  selected  with
              **smtpd**___**sasl**___**type** and **smtpd**___**sasl**___**path**.

       Available in Postfix version 3.4 and later:

       **smtpd**___**sasl**___**response**___**limit** **(12288)**
              The maximum length of a SASL client's response to a server challenge.

       Available in Postfix 3.6 and later:

       **smtpd**___**sasl**___**mechanism**___**filter** **(!external,** **static:rest)**
              If  non-empty, a filter for the SASL mechanism names that the Postfix SMTP server will
              announce in the EHLO response.

## STARTTLS SUPPORT CONTROLS
       Detailed information about STARTTLS configuration may be found in the TLS_README document.

       **smtpd**___**tls**___**security**___**level** **(empty)**
              The SMTP TLS security level for the Postfix SMTP server; when  a  non-empty  value  is
              specified, this overrides the obsolete parameters smtpd_use_tls and smtpd_enforce_tls.

       **smtpd**___**sasl**___**tls**___**security**___**options** **($smtpd**___**sasl**___**security**___**options)**
              The SASL authentication security options that the Postfix SMTP server uses for TLS en‐
              crypted SMTP sessions.

       **smtpd**___**starttls**___**timeout** **(see** **'postconf** **-d'** **output)**
              The time limit for Postfix SMTP server write and read operations  during  TLS  startup
              and shutdown handshake procedures.

       **smtpd**___**tls**___**CAfile** **(empty)**
              A  file containing (PEM format) CA certificates of root CAs trusted to sign either re‐
              mote SMTP client certificates or intermediate CA certificates.

       **smtpd**___**tls**___**CApath** **(empty)**
              A directory containing (PEM format) CA certificates of root CAs trusted to sign either
              remote SMTP client certificates or intermediate CA certificates.

       **smtpd**___**tls**___**always**___**issue**___**session**___**ids** **(yes)**
              Force the Postfix SMTP server to issue a TLS session id, even when TLS session caching
              is turned off (smtpd_tls_session_cache_database is empty).

       **smtpd**___**tls**___**ask**___**ccert** **(no)**
              Ask a remote SMTP client for a client certificate.

       **smtpd**___**tls**___**auth**___**only** **(no)**
              When TLS encryption is optional in the Postfix SMTP server, do not announce or  accept
              SASL authentication over unencrypted connections.

       **smtpd**___**tls**___**ccert**___**verifydepth** **(9)**
              The verification depth for remote SMTP client certificates.

       **smtpd**___**tls**___**cert**___**file** **(empty)**
              File with the Postfix SMTP server RSA certificate in PEM format.

       **smtpd**___**tls**___**exclude**___**ciphers** **(empty)**
              List of ciphers or cipher types to exclude from the SMTP server cipher list at all TLS
              security levels.

       **smtpd**___**tls**___**dcert**___**file** **(empty)**
              File with the Postfix SMTP server DSA certificate in PEM format.

       **smtpd**___**tls**___**dh1024**___**param**___**file** **(empty)**
              File with DH parameters that the Postfix SMTP server should use  with  non-export  EDH
              ciphers.

       **smtpd**___**tls**___**dh512**___**param**___**file** **(empty)**
              File  with DH parameters that the Postfix SMTP server should use with export-grade EDH
              ciphers.

       **smtpd**___**tls**___**dkey**___**file** **($smtpd**___**tls**___**dcert**___**file)**
              File with the Postfix SMTP server DSA private key in PEM format.

       **smtpd**___**tls**___**key**___**file** **($smtpd**___**tls**___**cert**___**file)**
              File with the Postfix SMTP server RSA private key in PEM format.

       **smtpd**___**tls**___**loglevel** **(0)**
              Enable additional Postfix SMTP server logging of TLS activity.

       **smtpd**___**tls**___**mandatory**___**ciphers** **(medium)**
              The minimum TLS cipher grade that the Postfix SMTP server will use with mandatory  TLS
              encryption.

       **smtpd**___**tls**___**mandatory**___**exclude**___**ciphers** **(empty)**
              Additional list of ciphers or cipher types to exclude from the Postfix SMTP server ci‐
              pher list at mandatory TLS security levels.

       **smtpd**___**tls**___**mandatory**___**protocols** **(see** **'postconf** **-d'** **output)**
              TLS protocols accepted by the Postfix SMTP server with mandatory TLS encryption.

       **smtpd**___**tls**___**received**___**header** **(no)**
              Request that the Postfix SMTP server produces Received:  message headers that  include
              information about the protocol and cipher used, as well as the remote SMTP client Com‐
              monName and client certificate issuer CommonName.

       **smtpd**___**tls**___**req**___**ccert** **(no)**
              With mandatory TLS encryption, require a trusted remote SMTP client certificate in or‐
              der to allow TLS connections to proceed.

       **smtpd**___**tls**___**wrappermode** **(no)**
              Run  the  Postfix SMTP server in the non-standard "wrapper" mode, instead of using the
              STARTTLS command.

       **tls**___**daemon**___**random**___**bytes** **(32)**
              The number of pseudo-random bytes that an [**smtp**(8)](https://www.chedong.com/phpMan.php/man/smtp/8/markdown) or [**smtpd**(8)](https://www.chedong.com/phpMan.php/man/smtpd/8/markdown)  process  requests  from
              the  [**tlsmgr**(8)](https://www.chedong.com/phpMan.php/man/tlsmgr/8/markdown)  server  in  order  to seed its internal pseudo random number generator
              (PRNG).

       **tls**___**high**___**cipherlist** **(see** **'postconf** **-d'** **output)**
              The OpenSSL cipherlist for "high" grade ciphers.

       **tls**___**medium**___**cipherlist** **(see** **'postconf** **-d'** **output)**
              The OpenSSL cipherlist for "medium" or higher grade ciphers.

       **tls**___**low**___**cipherlist** **(see** **'postconf** **-d'** **output)**
              The OpenSSL cipherlist for "low" or higher grade ciphers.

       **tls**___**export**___**cipherlist** **(see** **'postconf** **-d'** **output)**
              The OpenSSL cipherlist for "export" or higher grade ciphers.

       **tls**___**null**___**cipherlist** **(eNULL:!aNULL)**
              The OpenSSL cipherlist for "NULL" grade ciphers that  provide  authentication  without
              encryption.

       Available in Postfix version 2.5 and later:

       **smtpd**___**tls**___**fingerprint**___**digest** **(see** **'postconf** **-d'** **output)**
              The  message digest algorithm to construct remote SMTP client-certificate fingerprints
              or public key fingerprints (Postfix 2.9 and later)  for  **check**___**ccert**___**access**  and  **per**‐‐
              **mit**___**tls**___**clientcerts**.

       Available in Postfix version 2.6 and later:

       **smtpd**___**tls**___**protocols** **(see** **postconf** **-d** **output)**
              TLS protocols accepted by the Postfix SMTP server with opportunistic TLS encryption.

       **smtpd**___**tls**___**ciphers** **(medium)**
              The  minimum TLS cipher grade that the Postfix SMTP server will use with opportunistic
              TLS encryption.

       **smtpd**___**tls**___**eccert**___**file** **(empty)**
              File with the Postfix SMTP server ECDSA certificate in PEM format.

       **smtpd**___**tls**___**eckey**___**file** **($smtpd**___**tls**___**eccert**___**file)**
              File with the Postfix SMTP server ECDSA private key in PEM format.

       **smtpd**___**tls**___**eecdh**___**grade** **(see** **'postconf** **-d'** **output)**
              The Postfix SMTP server security grade  for  ephemeral  elliptic-curve  Diffie-Hellman
              (EECDH) key exchange.

       **tls**___**eecdh**___**strong**___**curve** **(prime256v1)**
              The  elliptic curve used by the Postfix SMTP server for sensibly strong ephemeral ECDH
              key exchange.

       **tls**___**eecdh**___**ultra**___**curve** **(secp384r1)**
              The elliptic curve used by the Postfix SMTP server for maximally strong ephemeral ECDH
              key exchange.

       Available in Postfix version 2.8 and later:

       **tls**___**preempt**___**cipherlist** **(no)**
              With SSLv3 and later, use the Postfix SMTP server's cipher preference order instead of
              the remote client's cipher preference order.

       **tls**___**disable**___**workarounds** **(see** **'postconf** **-d'** **output)**
              List or bit-mask of OpenSSL bug work-arounds to disable.

       Available in Postfix version 2.11 and later:

       **tlsmgr**___**service**___**name** **(tlsmgr)**
              The name of the [**tlsmgr**(8)](https://www.chedong.com/phpMan.php/man/tlsmgr/8/markdown) service entry in master.cf.

       Available in Postfix version 3.0 and later:

       **tls**___**session**___**ticket**___**cipher** **(Postfix** **>=** **3.0:** **aes-256-cbc,** **Postfix** **<** **3.0:** **aes-128-cbc)**
              Algorithm used to encrypt RFC5077 TLS session tickets.

       Available in Postfix version 3.2 and later:

       **tls**___**eecdh**___**auto**___**curves** **(see** **'postconf** **-d'** **output)**
              The prioritized list of elliptic curves supported  by  the  Postfix  SMTP  client  and
              server.

       Available in Postfix version 3.4 and later:

       **smtpd**___**tls**___**chain**___**files** **(empty)**
              List of one or more PEM files, each holding one or more private keys directly followed
              by a corresponding certificate chain.

       **tls**___**server**___**sni**___**maps** **(empty)**
              Optional lookup tables that map names received from remote SMTP clients  via  the  TLS
              Server Name Indication (SNI) extension to the appropriate keys and certificate chains.

       Available in Postfix 3.5, 3.4.6, 3.3.5, 3.2.10, 3.1.13 and later:

       **tls**___**fast**___**shutdown**___**enable** **(yes)**
              A  workaround for implementations that hang Postfix while shutting down a TLS session,
              until Postfix times out.

       Available in Postfix 3.5 and later:

       **info**___**log**___**address**___**format** **(external)**
              The email address form that will be used in non-debug logging (info, warning, etc.).

## OBSOLETE STARTTLS CONTROLS
       The following configuration parameters exist for compatibility with Postfix  versions  before
       2.3. Support for these will be removed in a future release.

       **smtpd**___**use**___**tls** **(no)**
              Opportunistic  TLS:  announce  STARTTLS support to remote SMTP clients, but do not re‐
              quire that clients use TLS encryption.

       **smtpd**___**enforce**___**tls** **(no)**
              Mandatory TLS: announce STARTTLS support to remote  SMTP  clients,  and  require  that
              clients use TLS encryption.

       **smtpd**___**tls**___**cipherlist** **(empty)**
              Obsolete Postfix < 2.3 control for the Postfix SMTP server TLS cipher list.

## SMTPUTF8 CONTROLS
       Preliminary SMTPUTF8 support is introduced with Postfix 3.0.

       **smtputf8**___**enable** **(yes)**
              Enable preliminary SMTPUTF8 support for the protocols described in RFC 6531..6533.

       **strict**___**smtputf8** **(no)**
              Enable stricter enforcement of the SMTPUTF8 protocol.

       **smtputf8**___**autodetect**___**classes** **(sendmail,** **verify)**
              Detect that a message requires SMTPUTF8 support for the specified mail origin classes.

       Available in Postfix version 3.2 and later:

       **enable**___**idna2003**___**compatibility** **(no)**
              Enable  'transitional'  compatibility  between  IDNA2003 and IDNA2008, when converting
              UTF-8 domain names to/from the ASCII form that is used for DNS lookups.

## VERP SUPPORT CONTROLS
       With VERP style delivery, each recipient of a message receives a customized copy of the  mes‐
       sage  with  his/her  own  recipient  address  encoded  in  the  envelope sender address.  The
       VERP_README file describes configuration and operation details of Postfix support  for  vari‐
       able  envelope  return  path addresses.  VERP style delivery is requested with the SMTP XVERP
       command or with the "sendmail -V" command-line option and is available in Postfix version 1.1
       and later.

       **default**___**verp**___**delimiters** **(+=)**
              The two default VERP delimiter characters.

       **verp**___**delimiter**___**filter** **(-=+)**
              The characters Postfix accepts as VERP delimiter characters on the Postfix [**sendmail**(1)](https://www.chedong.com/phpMan.php/man/sendmail/1/markdown)
              command line and in SMTP commands.

       Available in Postfix version 1.1 and 2.0:

       **authorized**___**verp**___**clients** **($mynetworks)**
              What remote SMTP clients are allowed to specify the XVERP command.

       Available in Postfix version 2.1 and later:

       **smtpd**___**authorized**___**verp**___**clients** **($authorized**___**verp**___**clients)**
              What remote SMTP clients are allowed to specify the XVERP command.

## TROUBLE SHOOTING CONTROLS
       The DEBUG_README document describes how to debug parts of the Postfix mail system. The  meth‐
       ods vary from making the software log a lot of detail, to running some daemon processes under
       control of a call tracer or debugger.

       **debug**___**peer**___**level** **(2)**
              The increment in verbose logging level when a nexthop destination,  remote  client  or
              server name or network address matches a pattern given with the debug_peer_list param‐
              eter.

       **debug**___**peer**___**list** **(empty)**
              Optional list of nexthop destination, remote client or server name or network  address
              patterns  that,  if matched, cause the verbose logging level to increase by the amount
              specified in $debug_peer_level.

       **error**___**notice**___**recipient** **(postmaster)**
              The recipient of postmaster notifications about mail delivery problems that are caused
              by policy, resource, software or protocol errors.

       **internal**___**mail**___**filter**___**classes** **(empty)**
              What  categories of Postfix-generated mail are subject to before-queue content inspec‐
              tion by non_smtpd_milters, header_checks and body_checks.

       **notify**___**classes** **(resource,** **software)**
              The list of error classes that are reported to the postmaster.

       **smtpd**___**reject**___**footer** **(empty)**
              Optional information that is appended after each Postfix SMTP server 4XX  or  5XX  re‐
              sponse.

       **soft**___**bounce** **(no)**
              Safety net to keep mail queued that would otherwise be returned to the sender.

       Available in Postfix version 2.1 and later:

       **smtpd**___**authorized**___**xclient**___**hosts** **(empty)**
              What remote SMTP clients are allowed to use the XCLIENT feature.

       Available in Postfix version 2.10 and later:

       **smtpd**___**log**___**access**___**permit**___**actions** **(empty)**
              Enable  logging of the named "permit" actions in SMTP server access lists (by default,
              the SMTP server logs "reject" actions but not "permit" actions).

## KNOWN VERSUS UNKNOWN RECIPIENT CONTROLS
       As of Postfix version 2.0, the SMTP server rejects mail for unknown recipients. This prevents
       the  mail queue from clogging up with undeliverable MAILER-DAEMON messages. Additional infor‐
       mation on this topic is in the LOCAL_RECIPIENT_README and ADDRESS_CLASS_README documents.

       **show**___**user**___**unknown**___**table**___**name** **(yes)**
              Display the name of the recipient table in the "User unknown" responses.

       **canonical**___**maps** **(empty)**
              Optional address mapping lookup tables for message headers and envelopes.

       **recipient**___**canonical**___**maps** **(empty)**
              Optional address mapping lookup tables for envelope and header recipient addresses.

       **sender**___**canonical**___**maps** **(empty)**
              Optional address mapping lookup tables for envelope and header sender addresses.

       Parameters concerning known/unknown local recipients:

### mydestination ($myhostname, localhost.$mydomain, localhost)
              The list of domains that are delivered via the $local_transport mail  delivery  trans‐
              port.

       **inet**___**interfaces** **(all)**
              The network interface addresses that this mail system receives mail on.

       **proxy**___**interfaces** **(empty)**
              The  network  interface  addresses  that this mail system receives mail on by way of a
              proxy or network address translation unit.

       **inet**___**protocols** **(see** **'postconf** **-d** **output')**
              The Internet protocols Postfix will attempt to use when making  or  accepting  connec‐
              tions.

       **local**___**recipient**___**maps** **(proxy:unix:passwd.byname** **$alias**___**maps)**
              Lookup  tables with all names or addresses of local recipients: a recipient address is
              local when its domain matches $mydestination, $inet_interfaces or $proxy_interfaces.

       **unknown**___**local**___**recipient**___**reject**___**code** **(550)**
              The numerical Postfix SMTP server response code when a recipient address is local, and
              $local_recipient_maps specifies a list of lookup tables that does not match the recip‐
              ient.

       Parameters concerning known/unknown recipients of relay destinations:

       **relay**___**domains** **(Postfix** **>=** **3.0:** **empty,** **Postfix** **<** **3.0:** **$mydestination)**
              What destination domains (and subdomains thereof) this system will relay mail to.

       **relay**___**recipient**___**maps** **(empty)**
              Optional lookup tables with all valid addresses in the domains that  match  $relay_do‐
              mains.

       **unknown**___**relay**___**recipient**___**reject**___**code** **(550)**
              The  numerical  Postfix  SMTP  server reply code when a recipient address matches $re‐
              lay_domains, and relay_recipient_maps specifies a list of lookup tables that does  not
              match the recipient address.

       Parameters concerning known/unknown recipients in virtual alias domains:

       **virtual**___**alias**___**domains** **($virtual**___**alias**___**maps)**
              Postfix is final destination for the specified list of virtual alias domains, that is,
              domains for which all addresses are aliased to addresses in other local or remote  do‐
              mains.

       **virtual**___**alias**___**maps** **($virtual**___**maps)**
              Optional lookup tables that alias specific mail addresses or domains to other local or
              remote address.

       **unknown**___**virtual**___**alias**___**reject**___**code** **(550)**
              The Postfix SMTP server reply code when a recipient address matches $virtual_alias_do‐
              mains,  and  $virtual_alias_maps specifies a list of lookup tables that does not match
              the recipient address.

       Parameters concerning known/unknown recipients in virtual mailbox domains:

       **virtual**___**mailbox**___**domains** **($virtual**___**mailbox**___**maps)**
              Postfix is final destination for the specified list of domains; mail is delivered  via
              the $virtual_transport mail delivery transport.

       **virtual**___**mailbox**___**maps** **(empty)**
              Optional  lookup  tables  with  all  valid  addresses  in the domains that match $vir‐
              tual_mailbox_domains.

       **unknown**___**virtual**___**mailbox**___**reject**___**code** **(550)**
              The Postfix SMTP server reply code when a  recipient  address  matches  $virtual_mail‐
              box_domains, and $virtual_mailbox_maps specifies a list of lookup tables that does not
              match the recipient address.

## RESOURCE AND RATE CONTROLS
       The following parameters limit resource usage by the SMTP server and/or  control  client  re‐
       quest rates.

       **line**___**length**___**limit** **(2048)**
              Upon  input, long lines are chopped up into pieces of at most this length; upon deliv‐
              ery, long lines are reconstructed.

       **queue**___**minfree** **(0)**
              The minimal amount of free space in bytes in the queue file system that is  needed  to
              receive mail.

       **message**___**size**___**limit** **(10240000)**
              The maximal size in bytes of a message, including envelope information.

       **smtpd**___**recipient**___**limit** **(1000)**
              The  maximal number of recipients that the Postfix SMTP server accepts per message de‐
              livery request.

       **smtpd**___**timeout** **(normal:** **300s,** **overload:** **10s)**
              The time limit for sending a Postfix SMTP server response and for receiving  a  remote
              SMTP client request.

       **smtpd**___**history**___**flush**___**threshold** **(100)**
              The  maximal  number  of lines in the Postfix SMTP server command history before it is
              flushed upon receipt of EHLO, RSET, or end of DATA.

       Available in Postfix version 2.3 and later:

       **smtpd**___**peername**___**lookup** **(yes)**
              Attempt to look up the remote SMTP client hostname, and verify that the  name  matches
              the client IP address.

       The  per SMTP client connection count and request rate limits are implemented in co-operation
       with the [**anvil**(8)](https://www.chedong.com/phpMan.php/man/anvil/8/markdown) service, and are available in Postfix version 2.2 and later.

       **smtpd**___**client**___**connection**___**count**___**limit** **(50)**
              How many simultaneous connections any client is allowed to make to this service.

       **smtpd**___**client**___**connection**___**rate**___**limit** **(0)**
              The maximal number of connection attempts any client is allowed to make to  this  ser‐
              vice per time unit.

       **smtpd**___**client**___**message**___**rate**___**limit** **(0)**
              The  maximal number of message delivery requests that any client is allowed to make to
              this service per time unit, regardless of whether  or  not  Postfix  actually  accepts
              those messages.

       **smtpd**___**client**___**recipient**___**rate**___**limit** **(0)**
              The  maximal  number of recipient addresses that any client is allowed to send to this
              service per time unit, regardless of whether or not Postfix actually accepts those re‐
              cipients.

       **smtpd**___**client**___**event**___**limit**___**exceptions** **($mynetworks)**
              Clients that are excluded from smtpd_client_*_count/rate_limit restrictions.

       Available in Postfix version 2.3 and later:

       **smtpd**___**client**___**new**___**tls**___**session**___**rate**___**limit** **(0)**
              The  maximal  number of new (i.e., uncached) TLS sessions that a remote SMTP client is
              allowed to negotiate with this service per time unit.

       Available in Postfix version 2.9 and later:

       **smtpd**___**per**___**record**___**deadline** **(normal:** **no,** **overload:** **yes)**
              Change the behavior of the smtpd_timeout and smtpd_starttls_timeout time limits,  from
              a  time limit per read or write system call, to a time limit to send or receive a com‐
              plete record (an SMTP command line, SMTP response line, SMTP message content line,  or
              TLS protocol message).

       Available in Postfix version 3.1 and later:

       **smtpd**___**client**___**auth**___**rate**___**limit** **(0)**
              The maximal number of AUTH commands that any client is allowed to send to this service
              per time unit, regardless of whether or not Postfix actually accepts those commands.

       Available in Postfix 3.9, 3.8.4, 3.7.9, 3.6.13, 3.5.23 and later:

       **smtpd**___**forbid**___**bare**___**newline** **(Postfix** **<** **3.9:** **no)**
              Reject or restrict input lines from an SMTP client that end in  <LF>  instead  of  the
              standard <CR><LF>.

       **smtpd**___**forbid**___**bare**___**newline**___**exclusions** **($mynetworks)**
              Exclude the specified clients from smtpd_forbid_bare_newline enforcement.

       Available in Postfix 3.9, 3.8.5, 3.7.10, 3.6.14, 3.5.24 and later:

       **smtpd**___**forbid**___**bare**___**newline**___**reject**___**code** **(550)**
              The  numerical  Postfix  SMTP  server  response  code  when  rejecting  a request with
              "smtpd_forbid_bare_newline = reject".

## TARPIT CONTROLS
       When a remote SMTP client makes errors, the Postfix SMTP server can insert delays before  re‐
       sponding. This can help to slow down run-away software.  The behavior is controlled by an er‐
       ror counter that counts the number of errors within an SMTP session that a client makes with‐
       out delivering mail.

       **smtpd**___**error**___**sleep**___**time** **(1s)**
              With  Postfix version 2.1 and later: the SMTP server response delay after a client has
              made more than $smtpd_soft_error_limit errors, and fewer than  $smtpd_hard_error_limit
              errors, without delivering mail.

       **smtpd**___**soft**___**error**___**limit** **(10)**
              The  number  of errors a remote SMTP client is allowed to make without delivering mail
              before the Postfix SMTP server slows down all its responses.

       **smtpd**___**hard**___**error**___**limit** **(normal:** **20,** **overload:** **1)**
              The maximal number of errors a remote SMTP client is allowed to make without  deliver‐
              ing mail.

       **smtpd**___**junk**___**command**___**limit** **(normal:** **100,** **overload:** **1)**
              The  number  of junk commands (NOOP, VRFY, ETRN or RSET) that a remote SMTP client can
              send before the Postfix SMTP server starts to increment the error  counter  with  each
              junk command.

       Available in Postfix version 2.1 and later:

       **smtpd**___**recipient**___**overshoot**___**limit** **(1000)**
              The  number  of  recipients  that a remote SMTP client can send in excess of the limit
              specified with $smtpd_recipient_limit, before the Postfix SMTP server  increments  the
              per-session error count for each excess recipient.

## ACCESS POLICY DELEGATION CONTROLS
       As of version 2.1, Postfix can be configured to delegate access policy decisions to an exter‐
       nal server that runs outside Postfix.  See the file SMTPD_POLICY_README for more information.

       **smtpd**___**policy**___**service**___**max**___**idle** **(300s)**
              The time after which an idle SMTPD policy service connection is closed.

       **smtpd**___**policy**___**service**___**max**___**ttl** **(1000s)**
              The time after which an active SMTPD policy service connection is closed.

       **smtpd**___**policy**___**service**___**timeout** **(100s)**
              The time limit for connecting to, writing to, or receiving from a delegated SMTPD pol‐
              icy server.

       Available in Postfix version 3.0 and later:

       **smtpd**___**policy**___**service**___**default**___**action** **(451** **4.3.5** **Server** **configuration** **problem)**
              The default action when an SMTPD policy service request fails.

       **smtpd**___**policy**___**service**___**request**___**limit** **(0)**
              The  maximal  number  of  requests  per  SMTPD  policy service connection, or zero (no
              limit).

       **smtpd**___**policy**___**service**___**try**___**limit** **(2)**
              The maximal number of attempts to send an SMTPD policy service request  before  giving
              up.

       **smtpd**___**policy**___**service**___**retry**___**delay** **(1s)**
              The delay between attempts to resend a failed SMTPD policy service request.

       Available in Postfix version 3.1 and later:

       **smtpd**___**policy**___**service**___**policy**___**context** **(empty)**
              Optional  information  that  the Postfix SMTP server specifies in the "policy_context"
              attribute of a policy service request (originally, to share the same service  endpoint
              among multiple check_policy_service clients).

## ACCESS CONTROLS
       The  SMTPD_ACCESS_README document gives an introduction to all the SMTP server access control
       features.

       **smtpd**___**delay**___**reject** **(yes)**
              Wait  until  the  RCPT  TO  command  before   evaluating   $smtpd_client_restrictions,
              $smtpd_helo_restrictions  and  $smtpd_sender_restrictions, or wait until the ETRN com‐
              mand before evaluating $smtpd_client_restrictions and $smtpd_helo_restrictions.

       **parent**___**domain**___**matches**___**subdomains** **(see** **'postconf** **-d'** **output)**
              A list of Postfix features where the pattern "example.com" also matches subdomains  of
              example.com, instead of requiring an explicit ".example.com" pattern.

       **smtpd**___**client**___**restrictions** **(empty)**
              Optional  restrictions that the Postfix SMTP server applies in the context of a client
              connection request.

       **smtpd**___**helo**___**required** **(no)**
              Require that a remote SMTP client introduces itself with the HELO or EHLO command  be‐
              fore sending the MAIL command or other commands that require EHLO negotiation.

       **smtpd**___**helo**___**restrictions** **(empty)**
              Optional  restrictions that the Postfix SMTP server applies in the context of a client
              HELO command.

       **smtpd**___**sender**___**restrictions** **(empty)**
              Optional restrictions that the Postfix SMTP server applies in the context of a  client
              MAIL FROM command.

       **smtpd**___**recipient**___**restrictions** **(see** **'postconf** **-d'** **output)**
              Optional  restrictions that the Postfix SMTP server applies in the context of a client
              RCPT TO command, after smtpd_relay_restrictions.

       **smtpd**___**etrn**___**restrictions** **(empty)**
              Optional restrictions that the Postfix SMTP server applies in the context of a  client
              ETRN command.

       **allow**___**untrusted**___**routing** **(no)**
              Forward  mail  with sender-specified routing (user[@%!]remote[@%!]site) from untrusted
              clients to destinations matching $relay_domains.

       **smtpd**___**restriction**___**classes** **(empty)**
              User-defined aliases for groups of access restrictions.

       **smtpd**___**null**___**access**___**lookup**___**key** **(<>)**
              The lookup key to be used in SMTP [**access**(5)](https://www.chedong.com/phpMan.php/man/access/5/markdown) tables instead of the null sender address.

       **permit**___**mx**___**backup**___**networks** **(empty)**
              Restrict the use of the permit_mx_backup SMTP access feature  to  only  domains  whose
              primary MX hosts match the listed networks.

       Available in Postfix version 2.0 and later:

       **smtpd**___**data**___**restrictions** **(empty)**
              Optional  access  restrictions  that the Postfix SMTP server applies in the context of
              the SMTP DATA command.

       **smtpd**___**expansion**___**filter** **(see** **'postconf** **-d'** **output)**
              What characters are allowed in $name expansions of RBL reply templates.

       Available in Postfix version 2.1 and later:

       **smtpd**___**reject**___**unlisted**___**sender** **(no)**
              Request that the Postfix SMTP server rejects mail from unknown sender addresses,  even
              when no explicit reject_unlisted_sender access restriction is specified.

       **smtpd**___**reject**___**unlisted**___**recipient** **(yes)**
              Request  that  the  Postfix  SMTP server rejects mail for unknown recipient addresses,
              even when no explicit reject_unlisted_recipient access restriction is specified.

       Available in Postfix version 2.2 and later:

       **smtpd**___**end**___**of**___**data**___**restrictions** **(empty)**
              Optional access restrictions that the Postfix SMTP server applies in  the  context  of
              the SMTP END-OF-DATA command.

       Available in Postfix version 2.10 and later:

       **smtpd**___**relay**___**restrictions** **(permit**___**mynetworks,** **permit**___**sasl**___**authenticated,** **defer**___**unauth**___**destina**‐‐
### tion)
              Access restrictions for mail relay control that the Postfix SMTP server applies in the
              context of the RCPT TO command, before smtpd_recipient_restrictions.

## SENDER AND RECIPIENT ADDRESS VERIFICATION CONTROLS
       Postfix  version  2.1  introduces sender and recipient address verification.  This feature is
       implemented by sending probe email messages that are not actually delivered.  This feature is
       requested  via  the  reject_unverified_sender and reject_unverified_recipient access restric‐
       tions.  The status of verification probes is maintained by the  [**verify**(8)](https://www.chedong.com/phpMan.php/man/verify/8/markdown)  server.   See  the
       file ADDRESS_VERIFICATION_README for information about how to configure and operate the Post‐
       fix sender/recipient address verification service.

       **address**___**verify**___**poll**___**count** **(normal:** **3,** **overload:** **1)**
              How many times to query the [**verify**(8)](https://www.chedong.com/phpMan.php/man/verify/8/markdown) service for the completion of an address verifi‐
              cation request in progress.

       **address**___**verify**___**poll**___**delay** **(3s)**
              The  delay  between  queries  for the completion of an address verification request in
              progress.

       **address**___**verify**___**sender** **($double**___**bounce**___**sender)**
              The sender address to use in address verification probes; prior to Postfix 2.5 the de‐
              fault was "postmaster".

       **unverified**___**sender**___**reject**___**code** **(450)**
              The  numerical  Postfix SMTP server response code when a recipient address is rejected
              by the reject_unverified_sender restriction.

       **unverified**___**recipient**___**reject**___**code** **(450)**
              The numerical Postfix SMTP server response when a recipient address is rejected by the
              reject_unverified_recipient restriction.

       Available in Postfix version 2.6 and later:

       **unverified**___**sender**___**defer**___**code** **(450)**
              The  numerical Postfix SMTP server response code when a sender address probe fails due
              to a temporary error condition.

       **unverified**___**recipient**___**defer**___**code** **(450)**
              The numerical Postfix SMTP server response when a recipient address probe fails due to
              a temporary error condition.

       **unverified**___**sender**___**reject**___**reason** **(empty)**
              The Postfix SMTP server's reply when rejecting mail with reject_unverified_sender.

       **unverified**___**recipient**___**reject**___**reason** **(empty)**
              The Postfix SMTP server's reply when rejecting mail with reject_unverified_recipient.

       **unverified**___**sender**___**tempfail**___**action** **($reject**___**tempfail**___**action)**
              The  Postfix  SMTP server's action when reject_unverified_sender fails due to a tempo‐
              rary error condition.

       **unverified**___**recipient**___**tempfail**___**action** **($reject**___**tempfail**___**action)**
              The Postfix SMTP server's action when reject_unverified_recipient fails due to a  tem‐
              porary error condition.

       Available with Postfix 2.9 and later:

       **address**___**verify**___**sender**___**ttl** **(0s)**
              The  time  between changes in the time-dependent portion of address verification probe
              sender addresses.

## ACCESS CONTROL RESPONSES
       The following parameters control numerical SMTP reply codes and/or text responses.

       **access**___**map**___**reject**___**code** **(554)**
              The numerical Postfix SMTP server response code for an [**access**(5)](https://www.chedong.com/phpMan.php/man/access/5/markdown) map "reject" action.

       **defer**___**code** **(450)**
              The numerical Postfix SMTP server response code when a remote SMTP client  request  is
              rejected by the "defer" restriction.

       **invalid**___**hostname**___**reject**___**code** **(501)**
              The  numerical  Postfix SMTP server response code when the client HELO or EHLO command
              parameter is rejected by the reject_invalid_helo_hostname restriction.

       **maps**___**rbl**___**reject**___**code** **(554)**
              The numerical Postfix SMTP server response code when a remote SMTP client  request  is
              blocked  by  the  reject_rbl_client, reject_rhsbl_client, reject_rhsbl_reverse_client,
              reject_rhsbl_sender or reject_rhsbl_recipient restriction.

       **non**___**fqdn**___**reject**___**code** **(504)**
              The numerical Postfix SMTP server reply code when a client request is rejected by  the
              reject_non_fqdn_helo_hostname, reject_non_fqdn_sender or reject_non_fqdn_recipient re‐
              striction.

       **plaintext**___**reject**___**code** **(450)**
              The numerical Postfix SMTP server response code when a request is rejected by the  **re**‐‐
              **ject**___**plaintext**___**session** restriction.

       **reject**___**code** **(554)**
              The  numerical  Postfix SMTP server response code when a remote SMTP client request is
              rejected by the "reject" restriction.

       **relay**___**domains**___**reject**___**code** **(554)**
              The numerical Postfix SMTP server response code when a client request is  rejected  by
              the reject_unauth_destination recipient restriction.

       **unknown**___**address**___**reject**___**code** **(450)**
              The numerical response code when the Postfix SMTP server rejects a sender or recipient
              address because its domain is unknown.

       **unknown**___**client**___**reject**___**code** **(450)**
              The numerical Postfix SMTP server response code when a client  without  valid  address
              <=> name mapping is rejected by the reject_unknown_client_hostname restriction.

       **unknown**___**hostname**___**reject**___**code** **(450)**
              The  numerical  Postfix SMTP server response code when the hostname specified with the
              HELO or EHLO command is rejected by the reject_unknown_helo_hostname restriction.

       Available in Postfix version 2.0 and later:

       **default**___**rbl**___**reply** **(see** **'postconf** **-d'** **output)**
              The default Postfix SMTP server response template for a request that is rejected by an
              RBL-based restriction.

       **multi**___**recipient**___**bounce**___**reject**___**code** **(550)**
              The  numerical  Postfix SMTP server response code when a remote SMTP client request is
              blocked by the reject_multi_recipient_bounce restriction.

       **rbl**___**reply**___**maps** **(empty)**
              Optional lookup tables with RBL response templates.

       Available in Postfix version 2.6 and later:

       **access**___**map**___**defer**___**code** **(450)**
              The numerical Postfix SMTP server response code for an [**access**(5)](https://www.chedong.com/phpMan.php/man/access/5/markdown) map  "defer"  action,
              including "defer_if_permit" or "defer_if_reject".

       **reject**___**tempfail**___**action** **(defer**___**if**___**permit)**
              The  Postfix SMTP server's action when a reject-type restriction fails due to a tempo‐
              rary error condition.

       **unknown**___**helo**___**hostname**___**tempfail**___**action** **($reject**___**tempfail**___**action)**
              The Postfix SMTP server's action when reject_unknown_helo_hostname fails due to a tem‐
              porary error condition.

       **unknown**___**address**___**tempfail**___**action** **($reject**___**tempfail**___**action)**
              The  Postfix  SMTP  server's  action  when  reject_unknown_sender_domain or reject_un‐
              known_recipient_domain fail due to a temporary error condition.

## MISCELLANEOUS CONTROLS
       **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  ter‐
              minated by a built-in watchdog timer.

       **command**___**directory** **(see** **'postconf** **-d'** **output)**
              The location of all postfix administrative commands.

       **double**___**bounce**___**sender** **(double-bounce)**
              The sender address of postmaster notifications that are generated by the mail system.

       **ipc**___**timeout** **(3600s)**
              The  time  limit  for  sending or receiving information over an internal communication
              channel.

       **mail**___**name** **(Postfix)**
              The mail system name that is displayed in Received: headers, in the SMTP greeting ban‐
              ner, and in bounced mail.

       **mail**___**owner** **(postfix)**
              The UNIX system account that owns the Postfix queue and most Postfix daemon processes.

       **max**___**idle** **(100s)**
              The  maximum  amount of time that an idle Postfix daemon process waits for an incoming
              connection before terminating voluntarily.

       **max**___**use** **(100)**
              The maximal number of incoming connections that a Postfix daemon process will  service
              before terminating voluntarily.

### myhostname (see 'postconf -d' output)
              The internet hostname of this mail system.

### mynetworks (see 'postconf -d' output)
              The list of "trusted" remote SMTP clients that have more privileges than "strangers".

### myorigin ($myhostname)
              The domain name that locally-posted mail appears to come from, and that locally posted
              mail is delivered to.

       **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.

       **recipient**___**delimiter** **(empty)**
              The set of characters that can separate an email address localpart, user  name,  or  a
              .forward file name from its extension.

       **smtpd**___**banner** **($myhostname** **ESMTP** **$mail**___**name)**
              The text that follows the 220 status code in the SMTP greeting banner.

       **syslog**___**facility** **(mail)**
              The syslog facility of Postfix logging.

       **syslog**___**name** **(see** **'postconf** **-d'** **output)**
              A  prefix  that is prepended to the process name in syslog records, so that, for exam‐
              ple, "smtpd" becomes "prefix/smtpd".

       Available in Postfix version 2.2 and later:

       **smtpd**___**forbidden**___**commands** **(CONNECT,** **GET,** **POST)**
              List of commands that cause the Postfix SMTP server to immediately terminate the  ses‐
              sion with a 221 code.

       Available in Postfix version 2.5 and later:

       **smtpd**___**client**___**port**___**logging** **(no)**
              Enable  logging  of the remote SMTP client port in addition to the hostname and IP ad‐
              dress.

       Available in Postfix 3.3 and later:

       **service**___**name** **(read-only)**
              The master.cf service name of a Postfix daemon process.

       Available in Postfix 3.4 and later:

       **smtpd**___**reject**___**footer**___**maps** **(empty)**
              Lookup tables, indexed by the complete Postfix SMTP server 4xx or 5xx  response,  with
              reject footer templates.

## SEE ALSO
       [anvil(8)](https://www.chedong.com/phpMan.php/man/anvil/8/markdown), connection/rate limiting
       [cleanup(8)](https://www.chedong.com/phpMan.php/man/cleanup/8/markdown), message canonicalization
       [tlsmgr(8)](https://www.chedong.com/phpMan.php/man/tlsmgr/8/markdown), TLS session and PRNG management
       [trivial-rewrite(8)](https://www.chedong.com/phpMan.php/man/trivial-rewrite/8/markdown), address resolver
       [verify(8)](https://www.chedong.com/phpMan.php/man/verify/8/markdown), address verification service
       [postconf(5)](https://www.chedong.com/phpMan.php/man/postconf/5/markdown), configuration parameters
       [master(5)](https://www.chedong.com/phpMan.php/man/master/5/markdown), generic daemon options
       [master(8)](https://www.chedong.com/phpMan.php/man/master/8/markdown), process manager
       [postlogd(8)](https://www.chedong.com/phpMan.php/man/postlogd/8/markdown), Postfix logging
       [syslogd(8)](https://www.chedong.com/phpMan.php/man/syslogd/8/markdown), system logging

## README FILES
       Use "**postconf** **readme**___**directory**" or "**postconf** **html**___**directory**" to locate this information.
       ADDRESS_CLASS_README, blocking unknown hosted or relay recipients
       ADDRESS_REWRITING_README, Postfix address manipulation
       BDAT_README, Postfix CHUNKING support
       FILTER_README, external after-queue content filter
       LOCAL_RECIPIENT_README, blocking unknown local recipients
       MILTER_README, before-queue mail filter applications
       SMTPD_ACCESS_README, built-in access policies
       SMTPD_POLICY_README, external policy server
       SMTPD_PROXY_README, external before-queue content filter
       SASL_README, Postfix SASL howto
       TLS_README, Postfix STARTTLS howto
       VERP_README, Postfix XVERP extension
       XCLIENT_README, Postfix XCLIENT extension
       XFORWARD_README, Postfix XFORWARD extension

## LICENSE
       The Secure Mailer license must be distributed with this software.

**AUTHOR(S)**
       Wietse Venema
       IBM T.J. Watson Research
       P.O. Box 704
       Yorktown Heights, NY 10598, USA

       Wietse Venema
       Google, Inc.
       111 8th Avenue
       New York, NY 10011, USA

       SASL support originally by:
       Till Franke
       SuSE Rhein/Main AG
       65760 Eschborn, Germany

       TLS support originally by:
       Lutz Jaenicke
       BTU Cottbus
       Allgemeine Elektrotechnik
       Universitaetsplatz 3-4
       D-03044 Cottbus, Germany

       Revised TLS support by:
       Victor Duchovni
       Morgan Stanley



                                                                                     [SMTPD(8postfix)](https://www.chedong.com/phpMan.php/man/SMTPD/8postfix/markdown)
