Ivan Avery Frey:
> On Mon., May 17, 2021, 09:33 Wietse Venema, <[email protected]> wrote:
>
> > Ivan Avery Frey:
> > > SASL when authenticating via PAM requires a service name. Is the
> > > service name "stmp" hardcoded or is it configurable?
> >
> > That would be SASL configuration. not Postfix configuration.
>
>
> I'm sorry I didn't make my question clear.
>
> When Postfix initializes the SASL library, it uses the service name "smtp"?
> I tried looking for it in the the source (xsasl_cyrus_server.c), but I
> couldn't find it.
Like this:
smtpd_sasl_path (default: smtpd)
Implementation-specific information that the Postfix SMTP server
passes through to the SASL plug-in implementation that is
selected with smtpd_sasl_type. Typically this specifies the
name of a configuration file or rendezvous point.
smtp_sasl_path (default: empty)
Implementation-specific information that the Postfix SMTP client
passes through to the SASL plug-in implementation that is
selected with smtp_sasl_type. Typically this specifies the
name of a configuration file or rendezvous point.
Wietse