0f253ad533
This plugin adds the ability for users to manage their sieve mail filter rules. Unlike the "managesieve" plugin bundled with roundcube, this offers simple pre-defined rules and import of existing rules from Avelsieve and Ingo.
14 lines
543 B
Plaintext
14 lines
543 B
Plaintext
$OpenBSD: patch-config_inc_php_dist,v 1.1.1.1 2011/12/08 09:39:17 sthen Exp $
|
|
--- config.inc.php.dist.orig Thu Sep 8 14:25:05 2011
|
|
+++ config.inc.php.dist Thu Sep 8 14:25:17 2011
|
|
@@ -13,7 +13,8 @@
|
|
$rcmail_config['sieverules_host'] = 'localhost';
|
|
|
|
// managesieve server port
|
|
-$rcmail_config['sieverules_port'] = 2000;
|
|
+// 4190: IETF standard. 2000: deprecated but in common use.
|
|
+$rcmail_config['sieverules_port'] = 4190;
|
|
|
|
// Log managesieve conversation to <log_dir>/sieverules or to syslog
|
|
$rcmail_config['sieverules_debug'] = false;
|