Author Topic: Unable to perform operation. Permission denied  (Read 5566 times)

Offline 1cookie

  • Newbie
  • *
  • Posts: 2
Unable to perform operation. Permission denied
« on: August 15, 2013, 04:49:40 PM »
hi
The message is pretty clear. It looks like a permissions error, but which directory pertaining to Roundcube do I enhance permissions to? I'm on a Unix box (server) with a dovecot, roundcube and sendmail combo. I can access roundcube from a browser logging in with user 'mail'. When in RC, I try and click on inbox, receiving the message above. If I go deeper (the command line) I can send/receive emails to and from mutt successfully for user mail.  Prior to all this, I made a change to my
Code: [Select]
dovecot.conf file, like so:
Code: [Select]
mail_location = mbox:~/mail:INBOX=/var/mail/%u:INDEX=/var/indexes/%u
Can you offer some advice?