hello
 
I compiled cyrus-imapd-2.0.16 and I have a big problem with sieve.
Every thing seems to be ok, daemons are running :
   cyrus  3164  3149  0 13:34:05 pts/1    0:00 imapd
   cyrus  3245  3149  0 13:52:46 pts/1    0:00 timsieved
   cyrus  3217  3149  0 13:48:41 pts/1    0:00 imapd -s
   cyrus  3246  3149  0 13:52:54 pts/1    0:00 lmtpd
   cyrus  3149  7398  0 13:33:57 pts/1    0:00 /usr/cyrus/bin/master
I tried to run sieveshell and it returns the error :
 
connecting to localhost
Use of uninitialized value in concatenation (.) or string at /usr/local/bin/sieveshell line 149.
unable to connect to server:  at /usr/local/bin/sieveshell line 149.
 
hum, I'm not a perl guru, I need help
 
print "connecting to $acapserver\n";
 
my $obj = sieve_get_handle($acapserver,
      "prompt", "prompt", "prompt", "prompt");
 
if (!defined $obj) {                                <==== line 149
    my $err = sieve_get_global_error();
    die "unable to connect to server: $err";
}
 
ps : my perl bersion is 5.6.1

Reply via email to