> On 2015-03-24, at 2:33 AM, Steffen <skdovecot at smail.inf.fh-brs.de> wrote: > > What are the permissions of the requested file itself? > You say who owns the directory entries, but do not mention the > permissions, please run: > > ls -alR /usr/lib/dovecot/modules/all directories are drwx r-x r-x all files are -rw -r- - r- - all links are lrwx rwx rwx>> Does this mean I need to change the auth workers "user = " >> parameter? Some are set to mail and some to the virtual mail user >> (vmail). > > No.Okay. --
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 24 Mar 2015, rooster wrote:>> On 2015-03-24, at 2:33 AM, Steffen <skdovecot at smail.inf.fh-brs.de> wrote: >> >> What are the permissions of the requested file itself? >> You say who owns the directory entries, but do not mention the >> permissions, please run: >> >> ls -alR /usr/lib/dovecot/modules/ > > all directories are drwx r-x r-x > all files are -rw -r- - r- - > all links are lrwx rwx rwx:-) OK, this reply doesn't necessarily answers my question, please run & post output of: file /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so ldd /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so ls -al /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEVAwUBVRFhqnz1H7kL/d9rAQKIqggAlYlwSQjX07bKpb11IPgsM3xl9/Xpx8Lf 2etmiJeBei8y1vyG5xwwVe4gtBTzCowIp5U8UwFVYo/Gv0RoLFXaLXGebfnAIkxD RZMzVqGBNK7qDb0K76OrKiaaLiX8xFAniQDu3ZZof9XadMCvBckvDkLcG+MdW7Tz l9xNQKvBkyeNMWW7Gn1TbRVLEE6URi7gjYheFFWM5cWAS6aMNPCa1+OE86ZNp3f8 xBKys7xpjHpoCNbc84OvwB0cjsbFJkY7eR9BLCtC3+tisEdVCDkYpwCxaqA8vH3m 2UsltJ8WmQ00NIwIXUhJ+mm9XBLQGXRkibI5R4I1OGeU+XtttlapKg==eurE -----END PGP SIGNATURE-----
> On 2015-03-24, at 6:07 AM, Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> wrote: > >> all directories are drwx r-x r-x >> all files are -rw -r- - r- - >> all links are lrwx rwx rwx > > :-) OK, this reply doesn't necessarily answers my question, please run & post output of: > > file /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so > ldd /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so > ls -al /usr/lib/dovecot/modules/lib11_imap_quota_plugin.soI did what I thought you requested but I see now, not so. :) Here is the output as requested (thank you for the continued assistance). user at host: # file /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so: ELF 32-bit MSB shared object, PowerPC or cisco 4500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f7e458d8845c6f4131d16cb69c30c22446f60550, stripped user at host: # ldd /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so linux-vdso32.so.1 => (0x00100000) lib10_quota_plugin.so => /usr/lib/dovecot/modules/lib10_quota_plugin.so (0x6ffaa000) libc.so.6 => /lib/powerpc-linux-gnu/libc.so.6 (0x6fe0b000) /lib/ld.so.1 (0x206e6000) user at host: # ls -al /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so -rw-r--r-- 1 root root 9512 May 14 2014 /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so --