I deployed an nginix proxy to assist in my migration to Cyrus (once all my users were on Cyrus, murder took over) -- just had it do lookups against our LDAP directory to determine which IMAP provider to redirect to, it worked perfectly fine.
-rob
On Wed, Mar 17, 2010 at 10:35 PM, Robert Mueller <robm@xxxxxxxxxxx> wrote:
Probably slightly. But what happens if the value isn't in memcached?
> But I thought a memcache lookup will be much more inexpenisve than
> connecting to a mysql db to do lookup for every cyrus connection
Where do you get the value from?
Anyway, it's still WAY better than doing:
For every lookup.
> > > $user['user1'] = 10.1.1.1;
> > > $user['user2'] = 10.1.1.2;
> > > ----
> > > $user[user15000]=10.1.1.1;
Rob
----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html