[Tickets #11711] Re: Ingo problems ?
bugs at horde.org
bugs at horde.org
Fri Nov 16 08:24:48 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11711
------------------------------------------------------------------------------
Ticket | 11711
Updated By | valter.brazzini at provincia.fi.it
Summary | Ingo problems ?
Queue | Ingo
Version | 3.0.1
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
valter.brazzini at provincia.fi.it (2012-11-16 08:24) wrote:
hi, I've just activate managesieve on my dovecot server and it on line
and responding and the backend, but nothing changed.
---------------------
Escape character is '^]'.
"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "fileinto reject envelope encoded-character vacation
subaddress comparator-i;ascii-numeric relational regex imap4flags copy
include variables body enotify environment mailbox date ihave"
"NOTIFY" "mailto"
"SASL" "PLAIN LOGIN CRAM-MD5"
"STARTTLS"
"VERSION" "1.0"
OK "Dovecot at ProvinciaFirenze ready."
-----------
And then I've activated the backend in backand.php
/* Sieve Example */
$backends['sieve'] = array(
// Disabled by default
'disabled' => false,
'transport' => 'timsieved',
'params' => array(
// Hostname of the timsieved server
'hostspec' => 'IP-To-MyServer',
// Login type of the server
'logintype' => 'PLAIN',
// Enable/disable TLS encryption
'usetls' => false,
// Port number of the timsieved server
'port' => 4190,
// Name of the sieve script
'scriptname' => 'ingo',
// Enable debugging. With Net_Sieve 1.2.0 or later, the sieve protocol
// communication is logged with the DEBUG level. Earlier versions
// print the log to the screen.
'debug' => true,
),
'script' => 'sieve',
'scriptparams' => array(
// If using Dovecot or any other Sieve implementation that requires
// folder names to be UTF-8 encoded, set this parameter to true.
'utf8' => true,
),
'shares' => false
);
> No, I don't any backend.local.php file inside ingo...
>
>> Do you have old configuration files from H4, e.g.
>> ingo/config/backends.local.php?
>
More information about the bugs
mailing list