Re: selective milter possible?

2009-03-31 Thread ram
On Mon, 2009-03-30 at 11:51 +0200, Rudy Gevaert wrote: Hello, I was looking for a way to do selective milter. Meaning if a specific host connects I send it trough the milter. I would suggest you try implement the logic in the milter itself That would be very trivial to do , even if

Re: selective milter possible?

2009-03-31 Thread Kouhei Sutou
Hi, 2009/3/30 Rudy Gevaert rudy.geva...@ugent.be: 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? You can do it with milter manager(*). (*) http://milter-manager.sourceforge.net/

Re: selective milter possible?

2009-03-31 Thread Danilo Paffi Monteiro
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

Re: selective milter possible?

2009-03-30 Thread Wietse Venema
Rudy Gevaert: 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? You didn't find it because it is not implemented. Wietse Thanks in advance, -- -- -- -- --

Re: selective milter possible?

2009-03-30 Thread Henrik K
On Mon, Mar 30, 2009 at 11:51:42AM +0200, Rudy Gevaert wrote: 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? Maybe try milter manager, supposedly you can have flexible

selective milter possible?

2009-03-30 Thread Rudy Gevaert
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