mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 02:27:15 +02:00
fix: postfix-main.cf
may depend upon postfix-master.cf
(#3880)
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`.
This commit is contained in:
parent
7822a97430
commit
e2c2a22dcf
5 changed files with 51 additions and 17 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue