6.0.0-RC7
6/21/26

[#14918] Ingo doesn't connect to remove sieve
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 4/11/19 (2628 days ago)
Due 4/11/19 (2628 days ago)
Updated 4/11/19 (2628 days ago)
Assigned
Resolved 4/11/19 (2628 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
487 Jan Schneider State ⇒ Not A Bug
 
451 fabiojsousa (at) gmail (dot) com Comment #7 Reply to this comment
Ok, tahnk you.

I will do that.
Yes. This is a support question, not a bug report.

Please use the mailing lists to ask for support.

https://www.horde.org/community/mail/ contains a list of all 
available mailing lists.
121 build+horde (at) de-korte (dot) org Comment #6 Reply to this comment
Yes. This is a support question, not a bug report.

Please use the mailing lists to ask for support.

https://www.horde.org/community/mail/ contains a list of all available 
mailing lists.


171 fabiojsousa (at) gmail (dot) com Comment #5 Reply to this comment
So, I've to create new filters on Ingo web interface?
4411 build+horde (at) de-korte (dot) org Comment #4 Reply to this comment
You can't. You have to write the rules through the interface Ingo 
provides, it can't read existing (compiled) rules from Sieve.
3311 fabiojsousa (at) gmail (dot) com Comment #3 Reply to this comment
Yes, I  already have Sieve on my remote server. How can I import the 
existing filters on my remote server to Ingo?

Thank you.
If I understand correctly, you already have Sieve filters on your 
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.
4911 build+horde (at) de-korte (dot) org Comment #2 Reply to this comment
If I understand correctly, you already have Sieve filters on your 
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.
5211 fabiojsousa (at) gmail (dot) com Comment #1
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Ingo doesn't connect to remove sieve
Due ⇒ 4/11/19
Queue ⇒ Ingo
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
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

Saved Queries