Linux – Postfix: postmap error with pcre

linuxpcrepostfix

I am using postfix-pcre on debian linux.

When I run postmap /etc/postfix/smtp_header_checks.pcre and postmap pcre:/etc/postfix/smtp_header_checks.pcre, I get the following error:

postmap: warning: smtp_header_checks.pcre, line 1: record is in "key: value" 
format; is this an alias file?

What is wrong? I have this in /etc/postfix/smtp_header_checks.pcre:

# Remove sender's IP address information
/^Received: .*/ IGNORE
/^X-Originating-IP:/ IGNORE

Best Answer

You don't need to run postmap on postfix's pcre files.

Related Topic