docker-mailserver/target/scripts
wligtenberg 68c6f247a6
Fix issue with concatenating $dmarc_milter and $dkim_milter in main.cf (#3380)
* Fix issue with concatenating $dmarc_milter and $dkim_milter in main.cf 

Upon each start the  `smtpd_milters` and `non_smtpd_milters` would be extended with the following:
```
smtpd_milters =   $dmarc_milter $dkim_milter
non_smtpd_milters = $dkim_milter
```
In my case they became long enough that mail delivery stopped. I think this was because of the extra headers that are added by these steps. (which in turn would cause the mail to be dropped)

* fix sed to work when the variables are there and when they are not.

---------

Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2023-06-20 19:44:54 +00:00
..
build Dovecot: compile `fts_xapian` from source to match Dovecot ABI (#3373) 2023-06-01 10:50:31 +02:00
helpers Change 'for' style (#3368) 2023-05-26 14:00:40 +02:00
startup Fix issue with concatenating $dmarc_milter and $dkim_milter in main.cf (#3380) 2023-06-20 19:44:54 +00:00
check-for-changes.sh Change 'while' style (#3365) 2023-05-26 01:39:39 +02:00
start-mailserver.sh Don't register _setup_spam_to_junk() when SMTP_ONLY=1 (#3385) 2023-06-11 22:59:26 +02:00
update-check.sh Change 'while' style (#3365) 2023-05-26 01:39:39 +02:00