Apply suggestions from code review
This commit is contained in:
parent
4c2523124b
commit
95ed18ab15
|
@ -72,7 +72,6 @@ The most noteworthy change of this release is the update of the container's base
|
||||||
|
|
||||||
- **Docs:**
|
- **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))
|
- 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:**
|
- **Environment Variables:**
|
||||||
- `LOGROTATE_COUNT` defines the number of files kept by logrotate ([#3907](https://github.com/docker-mailserver/docker-mailserver/pull/3907))
|
- `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))
|
- 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))
|
||||||
|
|
|
@ -155,14 +155,13 @@ It's necessary to adjust some settings afterwards.
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
example.com OK
|
example.com OK
|
||||||
* OK
|
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! tip
|
!!! tip
|
||||||
|
|
||||||
Instead of a file, you could alternatively configure `main.cf` with `relay_domains = example.com`.
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue