postfix-users March 2011 archive
Main Archive Page > Month Archives  > postfix-users archives
postfix-users: check client ip only if mail has a particular hea

check client ip only if mail has a particular header

From: Giovanni Mancuso <suuuper_at_nospam>
Date: Thu Mar 10 2011 - 13:22:49 GMT
To: Postfix users <postfix-users@postfix.org>

 Hi,
I would configure my postfix to control if client ip is in blacklist
only if the mail have a particolar header.
I tried to create a header_checks table and with a FILTER i redirect all
mails that have a particular header to localhost on port 2500
but in this way the client ip is localhost

Anyone have any ideas?