Hi Boris, There might not be functionality in courier to limit the number of connections for a single user. But if you are going to reprogram your application you could just as easily reprogram courier or the underlying authentication system (PAM). In either case if you want to limit it on a single server you can check easily check how many times the user is connected (look at the processes running, analyze the logs, etc.) if you need to limit it to N connections over all servers then you need some central database or coordination, but limiting it to 1 or 2 (or maybe even 5) connections per server should be good enough.
Of course if your application is a web application then do it in the application. It's only worth it to do it in courier if you have to redeploy the application to 4000 users (which will take a while, and you want your servers to still work in the meanwhile). Bijan Boris Kunstleben wrote: > Hello Aidas and Harry, > > you are absolutly right, the problem is that will cost much time and > we will do that, but the Problem exist now. And ist would be nice to > temporaily disable it serverside. > > Greets Boris Kunstleben > > -------------------------------------------------------------------------------------- > onOffice Software GmbH Feldstr. 40 52070 Aachen Tel. +49 (0)241 > 44686-0 Fax. +49 (0)241 44686-250 eMail: > mailto:[email protected] Web: http://www.onOffice.com > -------------------------------------------------------------------------------------- > Registergericht: Amtsgericht Aachen, HRB 12123 Inhaber und > Geschäftsführer: Stefan Mantl > -------------------------------------------------------------------------------------- > Kennen Sie schon das onOffice Outlook Sync Modul? > > Erfahren Sie mehr: http://www.onOffice.com/smart_outlooksync.pdf > > onOffice – your online Office http://www.onOffice.com > -------------------------------------------------------------------------------------- > > > ----- Ursprüngliche Nachricht ----- Von: Harry Duncan > <[email protected]> Gesendet: Freitag, 15. Januar 2010 14:49:51 > An: <[email protected]> Betreff: Re: > [courier-users] Courier IMAP max Connections per User > > On Fri, Jan 15, 2010 at 1:10 PM, Boris Kunstleben > <[email protected]> wrote: >> Hey Sam, >> >> thanks i know that option. But i can't use that option, because >> it's an online Software an the connections are comming from the >> same IP (from our own Servers). I just want to limit the user >> ability to open more IMAP Connections by opening more Windows. > > So limit the users ability to open more windows in your software? The > solution to your problem lies in your application and not in the > mailserver. > > Harry. > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts > the world's best and brightest in the field, creating opportunities > for Conference attendees to learn about information security's most > important issues through interactions with peers, luminaries and > emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ courier-users mailing > list [email protected] Unsubscribe: > https://lists.sourceforge.net/lists/listinfo/courier-users > > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts > the world's best and brightest in the field, creating opportunities > for Conference attendees to learn about information security's most > important issues through interactions with peers, luminaries and > emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ courier-users mailing > list [email protected] Unsubscribe: > https://lists.sourceforge.net/lists/listinfo/courier-users > ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
