[Dovecot] Fatal: Running as root isn't permitted

2008-05-04 Thread Juan Asensio Sánchez
Hi! It compiles perfect now and works fine without returning the uid in the ldap query. What about the inclusion of the antispam and autocreate plugins in the (source) debian package? Thank you very much. 2008/5/4 Timo Sirainen <[EMAIL PROTECTED]>: > On Sun, 2008-05-04 at 15:19 +0200, Ju

Re: [Dovecot] Fatal: Running as root isn't permitted

2008-05-04 Thread Timo Sirainen
On Sun, 2008-05-04 at 15:19 +0200, Juan Asensio Sánchez wrote: > mech-gssapi.o: In function `gssapi_krb5_userok': > /root/tmp/dovecot-1.1.rc4/src/auth/mech-gssapi.c:325: undefined > reference to `krb5_get_error_message' This fixes it: http://hg.dovecot.org/dovecot-1.1/rev/ad0f32abda6d signature

Re: [Dovecot] Fatal: Running as root isn't permitted

2008-05-04 Thread Juan Asensio Sánchez
Hi When i try to compile 1.1rc4-0~auto+22 from source packages for Debian, under Debian Etch 4.0r3, i get this error: - i486-linux-gnu-gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-ca

Re: [Dovecot] Fatal: Running as root isn't permitted

2008-05-03 Thread Timo Sirainen
On Sat, 2008-05-03 at 23:13 +0200, Juan Asensio Sánchez wrote: > Well > > I solved it. Altough "mail_uid = mailuser" is defined in dovecot.conf, > i must also return an "uid" from the ldap query. Changing: > > user_attrs = > =home=/var/vmail/%d/%n,mailuserquota=quota=maildir:storage,=mail=maildi

Re: [Dovecot] Fatal: Running as root isn't permitted

2008-05-03 Thread Juan Asensio Sánchez
Well I solved it. Altough "mail_uid = mailuser" is defined in dovecot.conf, i must also return an "uid" from the ldap query. Changing: user_attrs = =home=/var/vmail/%d/%n,mailuserquota=quota=maildir:storage,=mail=maildir:/var/vmail/%d/%n/Maildir To: user_attrs = =home=/var/vmail/%d/%n,=uid=ma

[Dovecot] Fatal: Running as root isn't permitted

2008-05-02 Thread Juan Asensio Sánchez
Hi I am running Dovecot 1.1RC4, built from the source packages at the debian repositories (http://xi.rename-it.nl/debian/). When a message is delivered through the LDA, i get this error: deliver([EMAIL PROTECTED]): May 02 14:43:28 Fatal: Running as root isn't permitted These are my config files