Using Sieveshell

Bernhard Reiter bernhard at intevation.de
Thu Mar 22 18:24:33 CET 2007


On Wednesday 14 March 2007 14:13, Stuart Anderson wrote:
>                 I've just updated from Kolab2 to Kolab2.1 and I've got
> almost everything working again, but I can't seem to access the
> /kolab/bin/sieveshell anymore when I try logging in as manager I get:
>
>
>
> server: /kolab/# /kolab/bin/sieveshell -u USER at DOMAIN -a manager localhost

I have tried here with Kolab Server 2.1rc1.
And it does work, e.g. see the example command at
http://wiki.kolab.org/index.php/Filtering_Emails_on_the_Server

However I did not upgrade from server 2.0.
You could try a new installation on a similiar test machine and find out
if this is a problem only occurring with the migration. 
Comparing the differences then might help.

> connecting to localhost
>
> Please enter your password:
>
> unable to connect to server at /kolab/bin/sieveshell line 169, <STDIN> line
> 1.

Here is a patch printing the error msg (I wonder why the original code does 
not do this). You could put in real values in there and see if this works.

--- /kolab/bin/sieveshell       2007-02-12 14:57:53.000000000 +0100
+++ ./sieveshell        2007-03-22 16:49:38.879609948 +0100
@@ -168,6 +168,7 @@
                           "prompt", "prompt", "prompt", "prompt");

 if (!defined $obj) {
+    print STDERR sieve_get_global_error()."\n";
     die "unable to connect to server";
 }

> If anyone can help me out or point out
> somewhere else to look for debugging information please let me know. Any
> help would be very much appreciated.

Could encoding of your locale play a role here?

> Seeing as I'm now using beta code, I'm not sure if this is the mailing list
> I should be sending this too, if it's not just tell me where is better.

We do use Kolab Server 2.1rc1 in production.
There are some edges where you need to be careful, but it general is works 
fine, so the kolab-users list is the right place to ask users questions. :)
Bernhardd

-- 
Managing Director - Owner: www.intevation.net       (Free Software Company)
Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com.
Intevation GmbH, Osnabrück, DE; Amtsgericht Osnabrück, HRB 18998
Geschäftsführer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/users/attachments/20070322/7805dd41/attachment.sig>


More information about the users mailing list