diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc1b84b..10d30016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,7 +72,6 @@ The most noteworthy change of this release is the update of the container's base - **Docs:** - A guide for configuring a public server to relay inbound and outbound mail from DMS on a private server ([#3973](https://github.com/docker-mailserver/docker-mailserver/pull/3973)) - - **Environment Variables:** - `LOGROTATE_COUNT` defines the number of files kept by logrotate ([#3907](https://github.com/docker-mailserver/docker-mailserver/pull/3907)) - The fail2ban log file is now also taken into account by `LOGROTATE_COUNT` and `LOGROTATE_INTERVAL` ([#3915](https://github.com/docker-mailserver/docker-mailserver/pull/3915), [#3919](https://github.com/docker-mailserver/docker-mailserver/pull/3919)) diff --git a/docs/content/examples/use-cases/external-relay-only-mailserver.md b/docs/content/examples/use-cases/external-relay-only-mailserver.md index 761af006..44e83c91 100644 --- a/docs/content/examples/use-cases/external-relay-only-mailserver.md +++ b/docs/content/examples/use-cases/external-relay-only-mailserver.md @@ -155,14 +155,13 @@ It's necessary to adjust some settings afterwards. ```txt example.com OK - * OK ``` !!! tip Instead of a file, you could alternatively configure `main.cf` with `relay_domains = example.com`. -!!! note "Files configured with `hash:` table type must run `postmap` to apply changes." +!!! note "Files configured with `hash:` table type must run `postmap` to apply changes" Run `postmap /etc/postfix/transport` and `postmap /etc/postfix/relay` after creating or updating either of these files, this processes them into a separate file for Postfix to use.