diff --git a/docs/u_e-postfix-anonym_headers.md b/docs/u_e-postfix-anonym_headers.md index 0fc959b11..22e088226 100644 --- a/docs/u_e-postfix-anonym_headers.md +++ b/docs/u_e-postfix-anonym_headers.md @@ -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 +```