mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-31 23:40:25 +02:00
docs: Add documentation for LOGIN_TRUSTED_NETWORKS environment variable
This commit is contained in:
parent
441beef557
commit
40088d52d0
2 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. The format
|
|||
|
||||
- **Internal:**
|
||||
- [`DMS_CONFIG_POLL`](https://docker-mailserver.github.io/docker-mailserver/v15.0/config/environment/#dms_config_poll) supports adjusting the polling rate (seconds) for the change detection service `check-for-changes.sh` ([#4450](https://github.com/docker-mailserver/docker-mailserver/pull/4450))
|
||||
- [`LOGIN_TRUSTED_NETWORKS`](https://docker-mailserver.github.io/docker-mailserver/v15.0/config/environment/#login_trusted_networks) allows specifying trusted networks for Dovecot login connections, enabling the client to tell the server what the original client's IP address was
|
||||
|
||||
### Updates
|
||||
|
||||
|
|
|
@ -320,6 +320,13 @@ Note: More details at <http://www.postfix.org/postconf.5.html#inet_protocols>
|
|||
|
||||
Note: More information at <https://dovecot.org/doc/dovecot-example.conf>
|
||||
|
||||
##### LOGIN_TRUSTED_NETWORKS
|
||||
|
||||
Specify trusted networks for Dovecot login connections. This setting allows the client connection to tell the server what the original client's IP address was.
|
||||
|
||||
- **empty** => No trusted networks configured
|
||||
- Example: "10.0.0.0/8 192.168.0.0/16"
|
||||
|
||||
##### MOVE_SPAM_TO_JUNK
|
||||
|
||||
- 0 => Spam messages will be delivered to the inbox.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue