according to the log you pasted, the maangesieve part of dovecot _is_ broken on your system. It fails to locate a program library, probably needed for authentication.
So as long as managesive is down, you cannot modify anything from your clients (Roundcube, Thunderbird ...) but if the processing part is intatct then you can have your mails sorted, even -as you said- manual modification of the filter rules is possible.
-------- Original Message -------- Subject: Re: [RCD] plugin managesieve is broken for dovecot 2.0.0 Date: Mon, 30 Aug 2010 14:11:10 +0200 From: fakessh fakessh@fakessh.eu To: pete pete@teamlupus.hu, RoundCube Dev dev@lists.roundcube.net
On Mon, 30 Aug 2010 08:55:17 +0200, pete pete@teamlupus.hu wrote:
hi,
the relevant part is this:
managesieve-login: Error: dovecot/managesieve-login: error while loading shared libraries: libdovecot-login.so.0: cannot open shared object file:
No
such file or directory
You have a broken dovecot installation, there is probably nothing to do with Roundcube. I suggest you to revert to the last working packages.
i have a stable dovecot installation sieve rules works fines sievec is present I write simply the rules by hand
On Mon, 30 Aug 2010 15:41:56 +0200, pete pete@teamlupus.hu wrote:
according to the log you pasted, the maangesieve part of dovecot _is_ broken on your system. It fails to locate a program library, probably needed for authentication.
So as long as managesive is down, you cannot modify anything from your clients (Roundcube, Thunderbird ...) but if the processing part is intatct then you can have your mails sorted, even -as you said- manual modification of the filter rules is possible.
-------- Original Message -------- Subject: Re: [RCD] plugin managesieve is broken for dovecot 2.0.0 Date: Mon, 30 Aug 2010 14:11:10 +0200 From: fakessh fakessh@fakessh.eu To: pete pete@teamlupus.hu, RoundCube Dev dev@lists.roundcube.net
On Mon, 30 Aug 2010 08:55:17 +0200, pete pete@teamlupus.hu wrote:
hi,
the relevant part is this:
managesieve-login: Error: dovecot/managesieve-login: error while loading shared libraries: libdovecot-login.so.0: cannot open shared object file:
No
such file or directory
You have a broken dovecot installation, there is probably nothing to do with Roundcube. I suggest you to revert to the last working packages.
i have a stable dovecot installation sieve rules works fines sievec is present I write simply the rules by hand
paste my transmission private plugin managesieve work well on port 4190 This is your problem:
libdovecot-login.so.0 => not found libdovecot.so.0 => not found
Try
# locate libdovecot.so.0 # ln -s /thePathWhereItWasFound/libdovecot.so.0 /usr/lib/ (and the same for libdovecot-login)
HTH -- Chris
fakessh schrieb:
On Mon, 30 Aug 2010 14:45:23 +0200, Christoph Langguth
christoph@rosenkeller.org wrote:
I wish all well but how I'm using ATrpms packages for
Redhat
thanks for your return
Try the ldd suggestion from the link that I sent you. I.e.,
"ldd managesieve-login". If it doesn't find it, try the same solution as the guy there (ie., create symlinks for all missing libdovecot*.so* libraries into /usr/lib, or whatever your LD_LIBRARY_PATH is). Sorry, I have neither Redhat nor dovecot installed, so I can't help you out with anything exact. Just try to adapt the solution to your system... I suppose this is some kind of bug that has sneaked into newer dovecot versions... -- Chris
I do not understand what I do, I'm not an expert
[root@r13151 ~]# ldd managesieve-login
ldd: ./managesieve-login: Aucun fichier ou r�pertoire de ce type
[root@r13151 ~]# ldd /usr/libexec/dovecot/managesieve-login >
linux-gate.so.1 => (0xffffe000)
libdovecot-login.so.0 => not found libdovecot.so.0 => not found
librt.so.1 => /lib/librt.so.1 (0x425a4000) libc.so.6 => /lib/libc.so.6 (0x4236b000) libpthread.so.0 => /lib/libpthread.so.0 (0x424f7000) /lib/ld-linux.so.2 (0x4234c000)
List info: http://lists.roundcube.net/dev/ BT/aba52c80
... just to close this discussion: the problem is solved, it was some dovecot installation error.
No one knows where it comes from really, seems to be a bug in the new version (or package)...
essentially following the suggestions from http://comments.gmane.org/gmane.mail.imap.dovecot/50792 (i.e., creating symlinks into /usr/lib/ for the affected shared libraries) solves it :-)
-- Chris _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80