Re: how to add X-AntiAbuse headers to main.cf
Ralf Hildebrandt wrote:
> On 2008-02-25, Scott Grayban <sgrayban@NOSPAM-gmail.com> wrote:
>> We would like to track our emails for spam abuse and know where they came from
>> including if they ran from website script.
According to what I see we don't get that above info in the headers. Ran a
email from a php script through postfix and no info was given other then
sending IP.
>
> Postfix already puts all that into the received: headers. What else do
> you need?
>
We are looking for the following...
X-AntiAbuse: ------------------------------------------------------
X-AntiAbuse: This header was added to track abuse, please include it with any
abuse report
X-AntiAbuse: Mail was sent from ${client_name}, contact abuse@$s
X-AntiAbuse: Primary Hostname - ${client_name}
X-AntiAbuse: Primary HostIP - ${client_addr}
X-AntiAbuse: Sender Address Domain - $s
X-AntiAbuse: Auth Sender - ${auth_author}
X-AntiAbuse: Auth ID - ${auth_authen}
X-AntiAbuse: Auth Type - ${auth_type}
X-AntiAbuse: ------------------------------------------------------
Which what we had in our sendmail mc file before we switched to postfix.
|