[horde] saving ingo rules to sieve sieveserver fail

Andreas Schulze sca at andreasschulze.de
Mon Jun 10 11:20:28 UTC 2013


Zitat von Jan Schneider <jan at horde.org>:

> A patch is welcome.

# diff -Naur horde/ingo/config/backends.orig.php  
horde/ingo/config/backends.php
--- horde/ingo/config/backends.orig.php 2013-06-08 14:22:43.000000000 +0200
+++ horde/ingo/config/backends.php      2013-06-10 13:13:33.000000000 +0200
@@ -17,6 +17,16 @@
   * $backends['sieve']['disabled'] = false;
   * </code>
   *
+ * Example configuration to use a dovecot managesieve backend:
+ *
+ * <code>
+ * <?php
+ * $backends['imap']['disabled'] = true;
+ * $backends['sieve']['disabled'] = false;
+ *  
$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['hostspec']  
= 'sieveserver'; // IPv4 or DNS Name
+ * $backends['sieve']['script'][Ingo::RULE_ALL]['params']['utf8'] = true;
+ * </code>
+ *
   * disabled: (boolean) If true, the config entry is disabled.
   *
   * preferred: (string) This is the field that is used to choose which server


Andreas


More information about the horde mailing list