On Mon, 2005-01-17 at 19:11, Don Russell wrote: > > Em S� 2005-01-15 �14:40 +0100, shrek-m@xxxxxx escreveu: > >> hi, > >> > >> you should remove the last dovecot update immediately. > >> http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/i386/dovecot-0.99.13-2.FC3.i386.rpm > > Do not remove dovecot.... change /etc/dovecot.config to include > mail_extra_groups=mail > > (#mail_extra_groups= is already in the config file, remove the # and add > the mail group name) > > Ref: http://wiki.dovecot.org/VarMailDotLock There are several solutions to this problem: 1) explicitly set "mbox_locks = fcntl" The default is "fcntl dotlock", by forcing mbox_locks to fcntl only then dotlocks won't be created in addition to fcntl locking. 2) If you want to use dotlocks then the above suggestion applies, set mail_extra_groups to mail in the in the config file. This is documented in /usr/share/doc/dovecot-*/REDHAT-FAQ.txt The use of dotlocks is probably only needed on older NFS mounts. The permission problem with dotlock creation only occurs if the mbox file in the system spool directory, which is only one of multiple places to locate the mbox (albeit common). 3) Wait a short while, a new rpm is being prepared whose config file reverts to the previous behavior of forcing mbox_locks to fcntl which overrides the default. -- John Dennis <jdennis@xxxxxxxxxx>