[horde] Ingo backends.local.php doesn't work

Oscar del Rio delrio at mie.utoronto.ca
Fri Aug 23 15:30:59 UTC 2013


On 08/23/13 10:46 AM, Benedetto Vassallo wrote:
>
> When I configure my filter backend (sieve) in ingo 3.1.2 it doesn't 
> work if I put the backend configuration in backends.local.php

Do not re-define the backend but instead update the values in 
backends.local.php.
Example

<?php
$backends['imap']['disabled'] = true;
$backends['sieve']['disabled'] = false;
$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['hostspec'] = 
'my.sieve.server';
$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['scriptname'] 
= 'MyFilters';
$backends['sieve']['script'][Ingo::RULE_ALL]['params']['utf8'] = true;



More information about the horde mailing list