You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +02:00
Mention that RELAY_HOST needs to be set even in advanced mode
This commit is contained in:
@@ -53,6 +53,7 @@ An example configuration file looks like this:
|
|||||||
```
|
```
|
||||||
|
|
||||||
Combined with the previous configuration in `config/postfix-sasl-password.cf`, this will cause Postfix to deliver mail sent from domain1.com via `relay1.org:587`, authenticating as `relay_user_1`, and mail sent from domain2.com via `relay2.org:2525` authenticating as `relay_user_2`.
|
Combined with the previous configuration in `config/postfix-sasl-password.cf`, this will cause Postfix to deliver mail sent from domain1.com via `relay1.org:587`, authenticating as `relay_user_1`, and mail sent from domain2.com via `relay2.org:2525` authenticating as `relay_user_2`.
|
||||||
|
Note: You still have to define RELAY_HOST to activate the feature
|
||||||
|
|
||||||
## Excluding Sender Domains
|
## Excluding Sender Domains
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user