On Fri, 2010-02-12 at 13:04 -0200, maximatt wrote:
> in dovecot.conf, i set the user mail:
>
> mail_uid= 72940
> mail_gid= 72941
>
> but when i try to start dovecot i have the following error:
>
> # sbin/dovecot
> Error: Error in configuration file /etc/dovecot/etc/dovecot.conf l
hi..
i can resolve them setting de following parameters:
in dovecot.conf:
- coment mail_uid and mail_gid parameters:
#mail_uid= 72940
#mail_gid= 72941
in dovecot-ldap.conf:
- add the foollowing parameters in "user_attrs":
user_attrs= .,=uid=72940,gid=72
hi...
i upgrading dovecot from v1.0.7 to v1.2.10, so i perform some modifications
(http://wiki.dovecot.org/Upgrading/1.1 and
http://wiki.dovecot.org/Upgrading/1.2), but i have the following problem
when i want to test installation:
in dovecot.conf, i set the user mail:
mail_uid= 72940
ma