[Dovecot] id/permissions question

Timo Sirainen tss at iki.fi
Fri Dec 11 19:22:52 EET 2009


On Fri, 2009-12-11 at 17:17 +0000, Kārlis Repsons wrote:
> People,
> 
> There is an imap client, which runs with user1 uid, but when its accessed to 
> watch a maildir, whose (and its contents) ownership is user1:user1, this error 
> occurs:
> 
> dovecot: IMAP(user1): fchown(/path/user1/dovecot-uidlist.tmp, -1, 12(mail)) 
> failed: Operation not permitted (egid=1000(user1), group based on /path/user1)
> 
> dovecot.conf contains this line: mail_privileged_group = mail

This is needed only with mbox format. You should probably just comment
it out.

> authentication happens through passwd-file, where for user1 its uid and gid are 
> specified as in /etc/passwd and /etc/group.
> 
> So how should dovecot be told to use user1 group instead of mail group? (or it 
> needs some other solution?)

chgrp user1 /path/user1

or

chmod 0700 /path/user1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20091211/4c463d28/attachment.bin 


More information about the dovecot mailing list