1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-10-18 10:18:07 +02:00
docker-mailserver/target/scripts
Brennan Kinney 2f8ad142ec
fix: Prevent stderr being written to /etc/postfix/main.cf (#4147)
`stderr` is filtered by `grep` to discard unwanted (expected) log noise when appending the override `postfix-main.cf` content (_updated settings did not replace earlier defined instances_).

That `grep` filter introduced a regression into DMS v14 release, since any other `stderr` content not being excluded was now blended into `stdout` and redirected with the original `stdout` output for the `postconf -n` command.

The fix is to ensure the `grep` output is redirect to `stderr` to avoid that mishap.
2024-08-02 09:42:39 +12:00
..
build fix: Update dovecot-fts-xapian to 1.7.13 (#4095) 2024-07-03 22:16:02 +12:00
helpers feat: Add password confirmation (#4072) 2024-06-19 06:10:00 +00:00
startup fix: Prevent stderr being written to /etc/postfix/main.cf (#4147) 2024-08-02 09:42:39 +12:00
check-for-changes.sh scripts: update log format (#4035) 2024-05-29 12:28:51 +12:00
start-mailserver.sh Better support regular container restarts (#3929) 2024-03-17 16:31:55 +01:00
update-check.sh scripts: update log format (#4035) 2024-05-29 12:28:51 +12:00