24 Jun
2003
24 Jun
'03
5:49 p.m.
----- Original Message ----- From: "Timo Sirainen" tss@iki.fi To: "Dovecot List" dovecot@procontrol.fi Sent: Tuesday, June 24, 2003 10:33 AM Subject: Re: [Dovecot] Help configuring dovecot
On Tue, Jun 24, 2003 at 10:33:08AM -0400, Charlie Brady wrote:
"mail process isn't allowed for root" OK, I've found your error message in the source code. The obvious solution appears to be to try logging into IMAP with a non-root account.
Alternatively the users are configured with UID 0 in the LDAP database.
Ok, that was it since it was a virtual user I thought there was no need to set up uid or gid in user_attrs in the dovecot-ldap.conf file. Added it and it works.
Thanks