1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-10-19 22:58:09 +02:00
docker-mailserver/test/config/relay-hosts
Paul Adams f28e9843ce Implementation of multi-domain relay hosts (#922, #926)
* Add new configuration for multi-domain relay hosts (#922)
 * Creates new environment variables (replacing existing AWS_SES variables)
 * Optionally allows more advanced setups using config files
* Update relay hosts during change detection (#922)
* Add helper scripts for adding relay hosts and per-domain auth
* Allow the possibility to deliver some mail directly
* adding a domain with no destination will exclude it from the
  relayhost_map and so Postfix will attempt to deliver the mail directly
* tests for setup.sh script
* tests for relay host configuration
* these tests cover the code in `start-mailserver.sh` dealing with both
  the env vars and the configuration files
2018-04-02 10:45:58 +02:00
..
postfix-accounts.cf Implementation of multi-domain relay hosts (#922, #926) 2018-04-02 10:45:58 +02:00
postfix-relaymap.cf Implementation of multi-domain relay hosts (#922, #926) 2018-04-02 10:45:58 +02:00
postfix-sasl-password.cf Implementation of multi-domain relay hosts (#922, #926) 2018-04-02 10:45:58 +02:00