fixing RoundCube Managesieve plugin NOT using proper TCP port for SIEVE (4190 instead of 2000)
This commit is contained in:
parent
b60146447d
commit
a8832b655e
|
@ -10,7 +10,7 @@
|
|||
/***********************************************************************/
|
||||
|
||||
// managesieve server port
|
||||
$rcmail_config['managesieve_port'] = 2000;
|
||||
$rcmail_config['managesieve_port'] = 4190;
|
||||
|
||||
// managesieve server address, default is localhost.
|
||||
// Replacement variables supported in host name:
|
||||
|
|
Loading…
Reference in New Issue