On 4/17/2011 6:28 PM, fakessh wrote:
hello postfix guru
hello wieste
hello mouss
I would like to add anti-abuse headers. I just spent a good little time to
watch list archives and found no answers
example of a header that I want to appear in my mail
X-AntiAbuse: This header was added to track abuse, please include it with any
abuse report
X-AntiAbuse: Primary Hostname - medford.localsev.com
X-AntiAbuse: Original Domain - hotmail.com
X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12]
X-AntiAbuse: Sender Address Domain - in-ex.s
I think these are Exim headers, at any rate postfix doesn't
add headers like that. All that information is already in the
Received: header postfix adds.
If you want to add additional informative headers, you can use
an access table or policy service with the PREPEND action, or
use a milter that adds extra headers. Note that PREPEND can
add one single-line header with each call.
http://www.postfix.org/access.5.html
http://www.postfix.org/postconf.5.html#check_client_access
http://www.postfix.org/postconf.5.html#check_sender_access
http://www.postfix.org/postconf.5.html#check_recipient_access
http://www.postfix.org/SMTPD_POLICY_README.html
http://www.postfix.org/MILTER_README.html
-- Noel Jones