Displaying 3 results from an estimated 3 matches for "aflanneri".
Did you mean:
aflannery
2007 Oct 23
4
v1.1.beta4 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta4.tar.gz
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta4.tar.gz.sig
Lots of fixes since beta3, but apparently there are still a few bugs
left:
- Is SORT working?
- APPEND seems to have problems in some setups.
- Still some SEARCH TEXT problems? Or Squat indexing problems?
-------------- next part --------------
A non-text attachment
2007 Oct 22
2
pam_ldap.so memory leaks?
Hello List,
I have a question about dovecot-1.1.0-beta3 but first I'll ramble a
little bit:
Recently I upgraded a 0.99 installation of dovecot to 1.0.5. All went
relatively smoothly until the dovecot-auth process began returning "out
of memory" after a day. There is a rather large user base here.
The current setup is using passdb pam with blocking=yes, with
pam_ldap.so handling
2007 Jun 27
1
User mapping via pam
Hi,
I'm trying to change the PAM_USER within a pam module, and observed that
dovecot 0.99 does not support this. I then looked at 1.x and found:
src/auth/passdb-pam.c:232:
/* FIXME: this doesn't actually work since we're in the child
process.. */
status = pam_get_item(pamh, PAM_USER, (linux_const void
**)&item);
if (status !=