> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Andreas Piesk > Sent: Monday, February 04, 2002 3:52 PM > > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of > > Andreas Piesk > > Sent: Monday, February 04, 2002 3:33 PM > > > > > From: Theodore Knab [mailto:[EMAIL PROTECTED]] > > > Sent: Monday, February 04, 2002 2:35 PM > > > > > > I think you need to look at permissions on the place where > > > you store the > > > mailboxes. > > > > > > Your /etc/imapd.conf will tell you where the mailboxes are stored. > > > > > > Make sure the directories are owned by cyrus:mail. > > > > > > Mine as an example: > > > > > > cat /etc/imapd.conf | grep -i default > > > > > > # Which partition to use for default mailboxes > > > partition-default: /var/spool/cyrus/mail > > > > > > tjk@debian:~$ ls -la /var/spool/ > > > drwxr-xr-x 4 cyrus mail 1024 Feb 3 11:55 cyrus > > > tjk@debian:~$ ls -la /var/spool/cyrus/ > > > drwxr-x--- 23 cyrus mail 1024 Feb 3 18:36 mail > > > > here's mine: > > # grep "^partition-" /etc/imapd.conf > > partition-default: /var/spool/imap > > > > # ls -ld /var/spool/imap/ > > drwxr-x--- 4 cyrus mail 31 Feb 4 15:15 > > /var/spool/imap/ > > > > the permissions are the same. > > > > i went back to cyrus-imapd-2.0.16 and cyrus-sasl-1.5.24, and > *surprise* > everything works like it should. > > i used cyrus-sasl-2.1.0-1.src.rpm from redhat's rawhide. > this package includes cyrus-sasl-1.5.24 and cyrus-sasl-2.1.0. > > but if i use the libs from that package with cyrus-imapd-2.0.16 or > cyrus-imapd-2.1.1, i would get the 'permission denied' message. > > so it seems to be a problem with that specific package. > > is anyone using that package with cyrus-imapd-2.1.1 ? i just > want to be > sure, that that package is the reason and not cyrus-imapd.
update: now i can create mailboxes, setting quotas, dropping quotas, etc. i can do everything except deleting. if i try to delete a mailbox i get: deletemailbox: Permission denied is it me or is it the db? i'm using berkeley db 3.2.9. is someone out there, who is using cyrus-imapd-2.0.16 + cyrus-sasl-1.5.24 + db-3.2.9 on rh7.2 and can delete mailboxes? ciao -ap