On Thu, May 14, 2009 at 9:50 AM, Mika Borner <opensola...@bluewin.ch> wrote:
> Hi
>
> I'm looking for a way to reroute traffic based on the application.
>
> E.g. we have an MTA listening on port 25. Some users are sending non-smtp 
> traffic to port 25. I would like to pass-through this kind of traffic.

That doesn't seem right. Fix the users so they do the right thing.

If it really is based on application, then you end up writing some
sort of proxy server
to intercept the traffic and parse it. Or if the errant users can be
identified by IP
address, then you could probably put together something with IP filter
to redirect
them to some other port.

-- 
-Peter Tribble
http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/
_______________________________________________
sysadmin-discuss mailing list
sysadmin-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss

Reply via email to