Skip to content

Commit

Permalink
Make it clear how to relay emails in postfix (maxking#306)
Browse files Browse the repository at this point in the history
* Make it clear how to relay emails in postfix

* Line length set to eighty characters  for the new text
  • Loading branch information
worikgh authored and maxking committed Feb 14, 2019
1 parent 0a7bbc1 commit 7812e10
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7812e10

Please sign in to comment.