From c4f22b93610833e0d21f4f1d42e0d16e8b497221 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 22 Feb 2023 17:19:35 -0500 Subject: quote fix --- content/mail/security.md | 4 ++-- 1 file 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: -- cgit v1.2.3