Koozali.org: home of the SME Server

Zarafa Bayesian Learning

Offline compsos

  • *
  • 472
  • +0/-0
Zarafa Bayesian Learning
« on: December 09, 2009, 10:40:44 AM »
Had trouble getting the /usr/bin/DMZS-sa-learn.pl script to work but found it was using the wrong port
Try changing
my $imap = Mail::IMAPClient->new( Server=> '127.0.0.1:8143',
 to
my $imap = Mail::IMAPClient->new( Server=> '127.0.0.1:144',

Cheers
Regards

Gordon............

Offline jester

  • *
  • 496
  • +1/-0
Re: Zarafa Bayesian Learning
« Reply #1 on: December 09, 2009, 12:27:51 PM »
I take it you are not using the smeserver-zarafa contrib (or have been editing things manually), as it sets the ports to 8000 + the default Zarafa port number. See: http://wiki.contribs.org/Zarafa#IMAP

Offline compsos

  • *
  • 472
  • +0/-0
Re: Zarafa Bayesian Learning
« Reply #2 on: December 09, 2009, 10:00:03 PM »
Maybe it has not applied due to the evolution from the early zarafa configuration.
Currently installed is
smeserver-zarafa-0.9.0-43.el4.sme
Regards

Gordon............