Make it clear how to relay emails in postfix (#306)

* Make it clear how to relay emails in postfix

* Line length set to eighty characters  for the new text
This commit is contained in:
worikgh
2019-02-15 11:39:59 +13:00
committed by Abhilash Raj
parent 0a7bbc1e87
commit 7812e10182

View File

@@ -371,12 +371,10 @@ smtp_port: $SMTP_PORT
configuration: python:mailman.config.exim4
```
To use [Postfix][12], it should be set up to relay emails from
`172.19.199.2` and `172.19.199.3`. The mailman specific configuration is
mentioned below which you should add to your `main.cf` configuration file,
which is typically at `/etc/postfix/main.cf` on Debian-based operating
systems:
To use [Postfix][12], edit the `main.cf` configuration file, which is typically
at `/etc/postfix/main.cf` on Debian-based operating systems. Add `172.19.199.2`
and `172.19.199.3` to `mynetworks` so it will relay emails from the containers
and add the following configuration lines:
```
# main.cf