1

Topic: Rouncube Error, Could not save message

Hello,

At the end of a restoration on a fresh debian 5

When i login into an account i cannot save any message in the new vmail folder.

Right & Permissions looks like ok, but still...


mail.err tells me :

mail roundcube: IMAP Error: Could not save message in Drafts in /usr/share/apache2/roundcubemail-0.5.3/program/steps/mail/sendmail.inc on line 669 (POST /mail/?_unlock=loading1309884014153?_task=mail&_action=send)


thx for advice

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Rouncube Error, Could not save message

It should be a file permission error.
vmail folder is /var/vmail/ by default, you should set file owner and permission like below:

# chown -R vmail:vmail /var/vmail/
# chmod -R 0700 /var/vmail/