docker-mailserver/target/scripts/startup/setup.d
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
..
security Enable spamassassin only, when amavis is enabled too. (#3943) 2024-03-21 00:53:04 +01:00
dmarc_dkim_spf.sh scripts: add wrapper to update Postfix configuration safely (#3484) 2023-08-22 08:03:41 +00:00
dovecot.sh Remove sed statement (#3715) 2023-12-20 13:43:32 +13:00
fetchmail.sh Change 'for' style (#3368) 2023-05-26 14:00:40 +02:00
getmail.sh fix: `/var/mail-state` should not symlink non-existing directories (#4018) 2024-05-19 22:32:53 +12:00
ldap.sh chore: LDAP config improvements (#3522) 2023-09-02 22:07:02 +12:00
log.sh feat: Configurable number of rotated log files (#3907) 2024-02-28 15:34:30 +01:00
mail_state.sh fix: `/var/mail-state` should not symlink non-existing directories (#4018) 2024-05-19 22:32:53 +12:00
mta-sts.sh feat: Add MTA-STS support for outbound mail (#3592) 2024-01-13 21:37:20 +13:00
networking.sh Change 'for' style (#3368) 2023-05-26 14:00:40 +02:00
oauth2.sh feat: Auth - OAuth2 (Dovecot PassDB) (#3480) 2024-01-13 09:45:14 +13:00
postfix.sh fix: Prevent `stderr` being written to `/etc/postfix/main.cf` (#4147) 2024-08-02 09:42:39 +12:00
saslauthd.sh chore: LDAP config improvements (#3522) 2023-09-02 22:07:02 +12:00
vmail-id.sh feat: Allow changing the Dovecot vmail UID/GID via ENV (#3550) 2023-10-01 00:20:03 +13:00