1 Nov
2008
1 Nov
'08
4:06 p.m.
On Fri, 2008-10-31 at 17:12 +0200, Timo Sirainen wrote:
See http://hg.intevation.org/kolab/dovecot-1.2_kolab-branch/rev/e83efa40a1dc
The auth connection could be kept alive longer than for one lookup if you put the auth_connection to shared_storage. That'd require creating struct shared_storage, but it should be pretty easy (see e.g. struct cydir_storage or maildir_storage).
Actually shared_storage already existed, somehow I missed that. Anyway I did the things I mentioned and some other stuff and committed it.