RE: unable to open Berkeley db /etc/sasldb2: Permission denied

2007-01-09 Thread Leon Kolchinsky
> -Original Message- > From: Alex Prinsier [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 09, 2007 11:06 AM > To: Leon Kolchinsky > Cc: info-cyrus@lists.andrew.cmu.edu > Subject: Re: unable to open Berkeley db /etc/sasldb2: Permission denied > > Try: &

Re: unable to open Berkeley db /etc/sasldb2: Permission denied

2007-01-09 Thread Alex Prinsier
Try: chgrp mail /etc/sasldb2 chmod 660 /etc/sasldb2 You seem to have configured cyrus to access sasldb2. That means you should give it access to the database too :) Currently it's set only root can read/write it. If you're not using sasldb2 you should probably better disable it in your config. H