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