On Fri, Jul 02, 2021 at 10:15:53AM -0400, post...@ptld.com wrote:

> > No. The smtpd_xxx parameters are for RECEIVING email.
> > The LMTP protocol is for DELIVERING email.
> > 
> > No. That text covers RECEIVING email. LMTP is for DELVERING email.
> 
> Maybe im over stating the obvious, but i can see how there could be some 
> ambiguity mentioned here.

Postfix has an SMTP server (smtpd(8)) and an SMTP/LMTP client (smtp(8)
and lmtp(8) are the same program under two names).

The documentation of "postconf -[Aa]" makes the appropriate
distinctions:

       -a     List the available SASL plug-in types for the Postfix SMTP
                                                            ------------
              server. The plug-in type is selected with the smtpd_sasl_type
              ------
              configuration parameter by specifying one of the names listed
              below.

              cyrus  This server plug-in is available when Postfix is built
                          --------------
                     with Cyrus SASL support.

              dovecot
                     This server plug-in uses the Dovecot authentication
                          --------------
                     server, and is available when Postfix is built with any
                     form of SASL support.

              This feature is available with Postfix 2.3 and later.

       -A     List the available SASL plug-in types for the Postfix SMTP
                                                            ------------
              client.  The plug-in type is selected with the smtp_sasl_type
              ------
              or lmtp_sasl_type configuration parameters by specifying one
              of the names listed below.

              cyrus  This client plug-in is available when Postfix is built
                     with Cyrus SASL support.

              This feature is available with Postfix 2.3 and later.

The SMTP server receives mail from another mail handling system into the
Postfix queue.  The SMTP and LMTP client deliver mail mail from the
Postfix queue to another mail handling system.

-- 
    Viktor.

Reply via email to