Hello,
It's good to know, but you should report it to the IMAP::Sieve maintainer (check cpan.org to know how to join him)
Cheers,
Clement Hermann (nodens)
PS : sorry for top-reply, blame the android gmail client :-/)
Le 2009 12 15 03:37, "Denis BUCHER" <dbucherml@xxxxxxxxxxxxx> a écrit :
Dear all,
I don't know if this is the right place to speak about it, but I had
this problem and found the solution :
When trying to install perlsieve-0.4.9 on a server to connect to Cyrus
(on another webserver) I have the following problem...
IMAP::Sieve [ Login incorrect while connecting to bwsvrmail ]: NO
"Authentication Error"
Capability=LOGIN PLAIN
And in Cyrus logs :
Dec 15 03:30:47 server cyrus/sieve[30555]: badlogin:
sourceserver[172.16.1.227] PLAIN error base64 decoding string
BUT I FOUND THE SOLUTION, it was a bug in the
usr/local/share/perl/5.10.0/IMAP/Sieve.pm file :
If you get this problem, just replace :
Old:
$encode=encode_base64($userpass);
New:
$encode=encode_base64($userpass, '');
Denis
----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html