Topic: some issues with 0.8.0
==== Provide required information ====
- iRedMail version and backend (LDAP/MySQL/PGSQL):
0.8.0 with MySQL
- Linux/BSD distribution name and version:
Ubuntu 12.04 LTS
- Any related log? Log is helpful for troubleshooting.
====
i have some problems with acl after a fresh install.
first the required imap plugins are not enabled: acl imap_acl
then i got userdb lookup: connect(/var/run/dovecot/auth-userdb) failed: Permission denied
which i fixed by adding a additional section tu service auth:
unix_listener auth-userdb {
user = vmail
}
then i got this error when i login as a user that can see some mailboxes:
Query failed, retrying: Unknown column 'mailbox.enablelib' in 'where clause'
this one i fixed with adding the column to mailbox table with default 1
then i got this error when i login as a user that can see some mailboxes:
Query failed, retrying: Unknown column 'storage' in 'where clause'
this one i fixed with adding the column to mailbox table with default 1
and now i got this:
Couldn't create namespace 'Shared/' for user xxx@xxx.xxx: userdb didn't return a home directory, but mail_location used it (%h): mdbox:/%Lh/:INDEX=/%Lh/
it also seems to be that a required table is not created during install, because in dovecot.log i see this one:
dict: Error: sql dict iterate: Invalid/unmapped path: shared/shared-boxes/anyone/
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.