mirror of
https://github.com/docker-mailserver/docker-mailserver
synced 2024-12-18 14:04:17 +01:00
e2c2a22dcf
Custom parameters must be referenced to be retained when `postconf -n` is run. If those parameters are referenced by `postfix-master.cf` this needs to update `master.cf` before updating `main.cf`.
8 lines
443 B
CFEngine3
8 lines
443 B
CFEngine3
submission/inet/smtpd_sasl_security_options=noanonymous
|
|
# this is a test comment, please don't delete me :'(
|
|
# this is also a test comment, :O
|
|
|
|
# DMS must first process `postfix-master.cf` to `master.cf` when any custom parameters are from `postfix-main.cf`
|
|
# before an updated `main.cf` is read via `postconf`, otherwise without an existing reference the parameter is excluded.
|
|
submission/inet/smtpd_client_restrictions=$custom_parameter
|