Hello.

I'd like to ask how configuration directives are applied to
additional services that are specified in master.cf.


If main.cf contains:
...
smtpd_sasl_auth_enable = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_local_domain = example.com

smtpd_helo_restrictions = permit_mynetworks
  permit_sasl_authenticated
  reject_non_fqdn_helo_hostname

Does these settings apply to my submission and SMTP over SSL services
that I configured in master.cf?

465     inet  n       -       n       -       -       smtpd
   -o syslog_name=postfix/ssl
   -o smtpd_sasl_auth_enable=yes
   -o smtpd_tls_wrappermode=yes
...
submission inet n       -       n       -       -       smtpd
   -o syslog_name=postfix/submission
   -o smtpd_sasl_auth_enable=yes

Reply via email to