I was glancing at my logwatch report when I noticed: dovecot: IMAP(robinmail): fchown(/home/robinmail/mail/.imap/INBOX/dovecot.index.log.newlock, -1, 10(wheel)) failed: Operation not permitted (egid=100(users), group based on /var/mail/robinmail): 1 Time(s) dovecot: IMAP(robinmail): fchown(/home/robinmail/mail/.imap/INBOX/dovecot.index.tmp, -1, 10(wheel)) failed: Operation not permitted (egid=100(users), group based on /var/mail/robinmail): 3 Time(s) So what's going on here? :) I am fairly sure I never had them before. Running dovecot 1.2.6. TIA -Robin -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ----------------------------------------------------------------------
On Sat, 2009-10-24 at 02:38 +0700, Robin Atwood wrote:> I was glancing at my logwatch report when I noticed: > > dovecot: IMAP(robinmail): > fchown(/home/robinmail/mail/.imap/INBOX/dovecot.index.log.newlock, -1, > 10(wheel)) failed: Operation not permitted (egid=100(users), group based on > /var/mail/robinmail): 1 Time(s)chmod 0600 /var/mail/* fixes this. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20091023/d6080dc9/attachment-0002.bin>
On Saturday 24 October 2009, Timo Sirainen wrote:> On Sat, 2009-10-24 at 02:38 +0700, Robin Atwood wrote: > > I was glancing at my logwatch report when I noticed: > > > > dovecot: IMAP(robinmail): > > fchown(/home/robinmail/mail/.imap/INBOX/dovecot.index.log.newlock, -1, > > 10(wheel)) failed: Operation not permitted (egid=100(users), group based > > on /var/mail/robinmail): 1 Time(s) > > chmod 0600 /var/mail/* fixes this. >Done. Thanks Timo! -Robin -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ----------------------------------------------------------------------