Add restart step to Postfix Anonymize Headers page

Dieser Commit ist enthalten in:
Carl Bennett 2018-02-08 16:03:08 -06:00 committet von GitHub
Ursprung 89422a3734
Commit 98a73b6b24
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -15,3 +15,9 @@ Next we need to add the following to `data/conf/postfix/main.cf`:
```
smtp_header_checks = pcre:/opt/postfix/conf/mailcow_anonymize_headers.pcre
```
Then restart Postfix:
```
docker-compose restart postfix-mailcow
```