diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-02-22 17:19:35 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-02-22 17:19:35 -0500 |
| commit | c4f22b93610833e0d21f4f1d42e0d16e8b497221 (patch) | |
| tree | cfb3dade5ea273e0c3c3d04accd18dd8295e6e13 /content/mail/security.md | |
| parent | f1c45b71deed6690537b6a9b63ec905958f86a09 (diff) | |
quote fix
Diffstat (limited to 'content/mail/security.md')
| -rw-r--r-- | content/mail/security.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/mail/security.md b/content/mail/security.md index fad5bcb..76dac80 100644 --- a/content/mail/security.md +++ b/content/mail/security.md @@ -16,9 +16,9 @@ Use some regular expressions to prevent some meta data like a client's ip addres from being leaked. echo "/^Received:.*/ IGNORE - /^X-Originating-IP:/ IGNORE" + /^X-Originating-IP:/ IGNORE /^User-Agent:/ IGNORE - /^X-Mailer:/ IGNORE >> /etc/postfix/header_checks + /^X-Mailer:/ IGNORE" >> /etc/postfix/header_checks Add this file to the postfix configuration: |
