[Dovecot] [PATCH] Split sql drivers from lib-sql to plugins

2007-03-30 Thread Tomas Janousek
. Regards, -- Tomas Janousek, SW Engineer, Red Hat, Inc.

Re: [Dovecot] [PATCH] Split sql drivers from lib-sql to plugins

2007-03-30 Thread Tomas Janousek
those files to the sql subdir and apply the part of my patch that loads the modules. There's simply no code in dovecot-auth that would load the modules. Regards, -- Tomas Janousek, SW Engineer, Red Hat, Inc.

Re: [Dovecot] [PATCH] Split sql drivers from lib-sql to plugins

2007-04-13 Thread Tomas Janousek
Hi, a new version of the sql split patch attached, should be smaller, cleaner, better. -- Tomas Janousek, SW Engineer, Red Hat, Inc. --- dovecot-1.0.rc32/src/dict/main.c.split 2007-02-22 15:32:11.0 +0100 +++ dovecot-1.0.rc32/src/dict/main.c2007-04-13 13:56:55.0 +0200

Re: [Dovecot] v1.0.0 released

2007-04-13 Thread Tomas Janousek
put it into FC6 within a few days. ;) Regards, -- Tomas Janousek, SW Engineer, Red Hat, Inc.

Re: [Dovecot] [PATCH] Split sql drivers from lib-sql to plugins

2007-08-06 Thread Tomas Janousek
Hi, On Tue, Aug 07, 2007 at 01:02:26AM +0300, Timo Sirainen wrote: > I committed a modified version of this to v1.1 tree. It's now enabled > with --with-sql=plugin. > > I also added --with-ldap=plugin and --with-gssapi=plugin. Great, thanks! -- Tomas Janousek, SW Engineer, Red Hat, Inc.

Re: [Dovecot] dovecot-sieve vacation changes

2007-08-09 Thread Tomas Janousek
yrus-bugs is (or at least seems to be) a black hole. Try [EMAIL PROTECTED] or Ken Murchison <[EMAIL PROTECTED]> directly. Regards, -- Tomas Janousek, SW Engineer, Red Hat, Inc.

Re: [Dovecot] too many files opened

2007-08-29 Thread Tomas Janousek
https://bugzilla.redhat.com/show_bug.cgi?id=221572 [154314] https://bugzilla.redhat.com/show_bug.cgi?id=154314 > passdb: > driver: pam > userdb: > driver: passwd Please, try to use userdb ldap in dovecot.conf. That way you don't use nss_ldap, which is buggy. -- Tomas Janousek, SW Engineer, Red Hat, Inc.

Re: [Dovecot] RHEL 5.1 beta, Dovecot 1.0.3: error while loading shared libraries?

2007-09-01 Thread Tomas Janousek
dovecot: imap-login: imap-login: error while loading > shared libraries: libsepol.so.1: failed to map segment from shared object: > Cannot allocate memory I think this is it: https://bugzilla.redhat.com/show_bug.cgi?id=253363#c2 Regards, -- Tomas Janousek, SW Engineer, Red Hat, Inc.

Re: [Dovecot] dovecot-auth: Too many open files

2007-10-25 Thread Tomas Janousek
scriptors, I'm still not sure what the true root > [...] > > Auth config: > auth_userdb = passwd > auth_passdb = pam > [...] Do you use LDAP or just local passwd? -- Tomas Janousek, SW Engineer, Red Hat, Inc.

[Dovecot] login_process_size too small on x86_64 Fedora/RHEL

2007-11-12 Thread Tomas Janousek
ke it arch-dependent or something? Regards, -- Tomas Janousek, SW Engineer, Red Hat, Inc.

Re: [Dovecot] login_process_size too small on x86_64 Fedora/RHEL

2007-11-12 Thread Tomas Janousek
Hello, On Mon, Nov 12, 2007 at 08:12:43PM +0200, Timo Sirainen wrote: > On Mon, 2007-11-12 at 17:56 +0100, Tomas Janousek wrote: > > Shall we just increase login_process_size or make it arch-dependent or > > something? > > Let's just increase the default to 64MB. Ok