[ingo] INGO problem, rules not showing in filter menu

Ivan Sergio Borgonovo mail at webthatworks.it
Mon Aug 25 13:56:35 UTC 2014


On 08/25/2014 03:05 PM, Tóth Martin wrote:
> Hi there,
>> On 08/23/2014 01:10 AM, Tóth Martin wrote:> Hello,
>>> I am sick of debugging for 5 hours and I need help from community.
>>> My problem : Horde do not showing filters
>>
>> Up to my understanding ingo can manage and activate only its own script.
> I don’t see any filters in Horde. No vacation filter, no forwarding filter.

Try only this in your backends.local.php

<?php

$backends['imap']['disabled'] = true;
$backends['sieve']['disabled'] = false;

$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['hostspec'] =
'172.16.2.38';

$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['logintype'] =
'PLAIN';

$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['usetls'] = false;

$backends['sieve']['script'][Ingo::RULE_ALL]['params']['utf8'] = true;

I'd set usetsl to true unless you're pretty sure you know what you're
doing. Up to my memory dovecot doesn't accept no tsl connection by
default but I may be wrong. I remember I had to tweak somewhere to make
it work without tsl on my home lan.

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it



More information about the ingo mailing list