On Mon, May 17, 2021 at 10:07:40AM -0400, Wietse Venema wrote: > Bill Cole: > > On 2021-05-17 at 09:32:41 UTC-0400 (Mon, 17 May 2021 09:32:41 -0400 (EDT)) > > Wietse Venema <postfix-users@postfix.org> > > is rumored to have said: > > > > > 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. > > > > Is that not what smtpd_sasl_service configures? > > That's the pathname of SASL CONFIGURATION
>From the Postfix history file: 20131224 Feature: smtpd_sasl_service (until now, this was hard-coded internally as "smtp"). On request by Michal (sksoft.cz). Files: global/mail_params.h, proto/postconf.proto, mantools/postlink, smtpd/smtpd.c, smtpd/smtpd_sasl_glue.c. >From the postconf(5) manpage: smtpd_sasl_service (default: smtp) The service name that is passed to the SASL plugāin that is selected with smtpd_sasl_type and smtpd_sasl_path. This feature is available in Postfix 2.11 and later. Prior versions behave as if "smtp" is specified. -- Viktor.