Added postfix ipv4 only configuration

Dieser Commit ist enthalten in:
Igor Scheller 2020-05-21 14:27:35 +02:00
Ursprung 9eb03a0146
Commit f6e8d84a85

Datei anzeigen

@ -65,3 +65,17 @@ Restart Unbound:
```
docker-compose restart unbound-mailcow
```
**4.** Disable IPv6 in postfix-mailcow
Create `data/conf/postfix/extra.cf` and set `smtp_address_preference` to `ipv4`:
```
smtp_address_preference = ipv4
```
Restart Postfix:
```
docker-compose restart postfix-mailcow
```