you can use one or more simple rule with postfix+iptables(if you use linux).

example.

postfix on port 25 uses milter
postfix on port 26 doesn't use

iptables -t nat -A PREROUTING -p tcp -i ethXX --source HOST_SOURCE -j
REDIRECT --to-port 26

this way you can choose milter or not, content_filter or not... there
are a lot of possibilities.

Danilo Paffi Monteiro
UOL S/A

2009/3/30 Rudy Gevaert <rudy.geva...@ugent.be>:
> Hello,
>
> I was looking for a way to do selective milter.  Meaning if a specific host
> connects I send it trough the milter.
>
> I couldn't find it however.  Is it possible?
>
> Thanks in advance,
>
> --
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
> Rudy Gevaert          rudy.geva...@ugent.be          tel:+32 9 264 4734
> Directie ICT, afd. Infrastructuur  Direction ICT, Infrastructure dept.
> Groep Systemen                     Systems group
> Universiteit Gent                  Ghent University
> Krijgslaan 281, gebouw S9, 9000 Gent, Belgie               www.UGent.be
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
>
>



-- 
Danilo Paffi Monteiro
UOL S/A

Reply via email to