Bug#598024: [pkg-kolab] Bug#598024: sieve port in /etc/services

2010-09-29 Thread Mathieu Parent
(you forgot to CC th bug)

2010/9/26 sylvain boquet sylvain.boq...@wanadoo.fr:
 hello mathieu


 when i change the line ( from sieve to 2000) in /etc/cyrus.conf

 that solve two problems , one in kolab webadmin

 and one in kolab webclient ( with the scripts sieve error of connexion  )



 and you're right te problem must be  fixed in kolab-webadmin package

 y try to modify the line 150  in  /usr/share/php/admin/include.sieve.php

 original

   function Net_Sieve($user = null , $pass  = null , $host = 'localhost',
 $port = 2000, $logintype = '', $euser = '', $debug = false)

 new line

   function Net_Sieve($user = null , $pass  = null , $host = 'localhost',
 $port = 4190, $logintype = '', $euser = '', $debug = false)


 and the kolab webadmin work fine

Can you change this to $port = 'sieve' and test ?

 but  the  problem with  is  the kolab webclient with script ( error of
 connexion) is back

Can you change in /etc/kolab-webclient/horde3/conf.php:
$conf['kolab']['imap']['sieveport'] = 'sieve';
and test.

If it doesn't work, try with the port number (4190). Let me know.

Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598024: [pkg-kolab] Bug#598024: sieve port in /etc/services

2010-09-29 Thread sylvain boquet

Le 29/09/2010 13:23, Mathieu Parent a écrit :
 when i change the line ( from sieve to 2000) in /etc/cyrus.conf

 that solve two problems , one in kolab webadmin

 and one in kolab webclient ( with the scripts sieve error of connexion  )



 and you're right te problem must be  fixed in kolab-webadmin package

 y try to modify the line 150  in  /usr/share/php/admin/include.sieve.php

 original

   function Net_Sieve($user = null , $pass  = null , $host = 'localhost',
 $port = 2000, $logintype = '', $euser = '', $debug = false)

 new line

   function Net_Sieve($user = null , $pass  = null , $host = 'localhost',
 $port = 4190, $logintype = '', $euser = '', $debug = false)


 and the kolab webadmin work fine
 Can you change this to $port = 'sieve' and test ?

in  /usr/share/php/admin/include.sieve.php

with 

  function Net_Sieve($user = null , $pass  = null , $host = 'localhost', $port 
= 'sieve', $logintype = '', $euser = '', $debug = false)

restore normal fonction to the kolab manager 



 but  the  problem with  is  the kolab webclient with script ( error of
 connexion) is back
 Can you change in /etc/kolab-webclient/horde3/conf.php:
 $conf['kolab']['imap']['sieveport'] = 'sieve';
 and test.

in /etc/kolab-webclient/horde3/conf.php:

$conf['kolab']['imap']['sieveport'] = 'sieve';


 horde retunrs an error with horde

fsockopen(): unable to connect to XXX.XXX.XXX.XXX:0 (Failed to parse
address XXX.XXX.XXX.XXX)


 If it doesn't work, try with the port number (4190). Let me know.
with

$conf['kolab']['imap']['sieveport'] = 4190;

sieve with horde is ok





sylvain









--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598024: [pkg-kolab] Bug#598024: sieve port in /etc/services

2010-09-26 Thread Mathieu Parent
reassign  598024 kolab-webadmin
severity  598024 important
thanks

Hello Sylvain,

Thanks for your bug report.


2010/9/25 sylvain boquet sylvain.boq...@wanadoo.fr:
  in /etc/services

 sieve        4190/tcp            # ManageSieve Protocol

 and

 cisco-sccp    2000/tcp            # Cisco SCCP

Actually, this is the consequence of NOTICE: Debian is moving sieve
to its IANA allocated port (4190) [ref1]

[ref1]: 
http://lists.alioth.debian.org/pipermail/pkg-cyrus-imapd-debian-devel/2009-December/003103.html

The problem should then be fixed in kolab-webadmin. I'm raisng the
severity to try to fix this for squeeze.

Regards

Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org