[Tickets #14918] Ingo doesn't connect to remove sieve
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Apr 11 11:08:53 UTC 2019
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/14918
------------------------------------------------------------------------------
Ticket | 14918
Created By | fabiojsousa at gmail.com
Summary | Ingo doesn't connect to remove sieve
Queue | Ingo
Version | 3.2.16
Type | Bug
State | Unconfirmed
Priority | 3. High
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
fabiojsousa at gmail.com (2019-04-11 11:08) wrote:
I've one problem with filters. I have the sieve enabled and configured
to running on remote host and port 4190, but it seems my horde don't
this information to get my filters.
My backends file have this configuration:
$backends['sieve'] = array(
'disabled' => false,
'transport' => array(
Ingo::RULE_ALL => array(
'driver' => 'timsieved',
'params' => array(
'hostspec' => 'server3',
'logintype' => 'PLAIN',
'usetls' => false,
'port' => 4190,
'scriptname' => 'ingo',
'debug' => true,
),
),
),
'script' => array(
Ingo::RULE_ALL => array(
'driver' => 'sieve',
'params' => array(
'utf8' => true,
),
),
),
'shares' => false
);
Thank you
More information about the bugs
mailing list