foram goram wrote:
Restarting mail server: dovecotFPlugin imap_acl not found from directory /usr/lib/dovecot/modules/imap Error: imap dump-capability process returned 89
With mail_plugins = acl, it starts up correctly.
<snip> > ls -l /usr/lib/dovecot/modules/imap/ > total 40 > lrwxrwxrwx 1 root root 22 2009-12-15 09:37 lib01_acl_plugin.so -> ../lib01_acl_plugin.so > lrwxrwxrwx 1 root root 26 2009-12-15 09:37 lib01_convert_plugin.so -> ../lib01_convert_plugin.so > lrwxrwxrwx 1 root root 24 2009-12-15 09:37 lib01_quota_plugin.so -> ../lib01_quota_plugin.so > -rw-r--r-- 1 root root 6622 2009-09-23 09:10 lib01_zlib_plugin.a > -rw-r--r-- 1 root root 888 2009-09-23 09:08 lib01_zlib_plugin.la > -rw-r--r-- 1 root root 7548 2009-09-23 09:10 lib01_zlib_plugin.so > -rw-r--r-- 1 root root 4994 2009-09-23 09:10 lib02_imap_quota_plugin.a > -rw-r--r-- 1 root root 926 2009-09-23 09:07 lib02_imap_quota_plugin.la > -rw-r--r-- 1 root root 7284 2009-09-23 09:10 lib02_imap_quota_plugin.so > lrwxrwxrwx 1 root root 24 2009-12-15 09:37 lib02_trash_plugin.so -> ../lib02_trash_plugin.so >
The imap_acl plugin files are missing. I have (dovecot 1.2.10, gentoo) in /usr/lib/dovecot/imap:
lrwxrwxrwx 1 root root 22 Jan 30 00:50 lib01_acl_plugin.so -> ../lib01_acl_plugin.so -rw-r--r-- 1 root root 13508 Jan 30 00:50 lib02_imap_acl_plugin.a -rwxr-xr-x 1 root root 1037 Jan 30 00:49 lib02_imap_acl_plugin.la -rwxr-xr-x 1 root root 13452 Jan 30 00:50 lib02_imap_acl_plugin.so
Documentation (http://wiki.dovecot.org/ACL) mentions ACL support from version 1.0. Strictly, you're running a pre-1.0 version. Depending on your os/distro, maybe it's time to find a package that contains the plugins that you need. That would likely be an upgrade...
-- Regards, Tom