Summary | Ingo doesn't connect to remove sieve |
Queue | Ingo |
Queue Version | 3.2.16 |
Type | Bug |
State | Not A Bug |
Priority | 3. High |
Owners | |
Requester | fabiojsousa (at) gmail (dot) com |
Created | 04/11/2019 (2315 days ago) |
Due | 04/11/2019 (2315 days ago) |
Updated | 04/11/2019 (2315 days ago) |
Assigned | |
Resolved | 04/11/2019 (2315 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
I will do that.
Please use the mailing lists to ask for support.
https://www.horde.org/community/mail/ contains a list of all
available mailing lists.
Please use the mailing lists to ask for support.
https://www.horde.org/community/mail/ contains a list of all available
mailing lists.
provides, it can't read existing (compiled) rules from Sieve.
existing filters on my remote server to Ingo?
Thank you.
server and attempt to use Horde to configure there. Ingo doesn't
work that way. It can only add/modify/remove filters you created in
Ingo, existing Sieve scripts can't be modified this way.
server and attempt to use Horde to configure there. Ingo doesn't work
that way. It can only add/modify/remove filters you created in Ingo,
existing Sieve scripts can't be modified this way.
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Ingo doesn't connect to remove sieve
Due ⇒ 04/11/2019
Queue ⇒ Ingo
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
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