Re: [sysadmin-discuss] Application layer rerouting

2009-05-22 Thread Darren Reed
Mika Borner wrote: Peter Tribble wrote: That doesn't seem right. Fix the users so they do the right thing. I know it isn't ... but for an ISP it's more complicated... If it really is based on application, then you end up writing some sort of proxy server to intercept the traffic and parse

Re: [sysadmin-discuss] Application layer rerouting

2009-05-14 Thread Mika Borner
Peter Tribble wrote: That doesn't seem right. Fix the users so they do the right thing. I know it isn't ... but for an ISP it's more complicated... 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 erran

Re: [sysadmin-discuss] Application layer rerouting

2009-05-14 Thread Peter Tribble
On Thu, May 14, 2009 at 9:50 AM, Mika Borner 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

[sysadmin-discuss] Application layer rerouting

2009-05-14 Thread Mika Borner
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. I'm quite sure, it's not possible to do this with the features in opensolaris?