docker-mailserver/target/scripts/startup
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
..
setup.d fix: Prevent `stderr` being written to `/etc/postfix/main.cf` (#4147) 2024-08-02 09:42:39 +12:00
check-stack.sh Better support regular container restarts (#3929) 2024-03-17 16:31:55 +01:00
daemons-stack.sh feat: Add MTA-STS support for outbound mail (#3592) 2024-01-13 21:37:20 +13:00
setup-stack.sh Better support regular container restarts (#3929) 2024-03-17 16:31:55 +01:00
variables-stack.sh feat: Configurable number of rotated log files (#3907) 2024-02-28 15:34:30 +01:00