[Tickets #14918] Ingo doesn't connect to remove sieve

[email protected] Thu, 11 Apr 2019 11:08:53 +0000
Newsgroups gmane.comp.horde.bugs
Message-ID <[email protected]>
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/14918
------------------------------------------------------------------------------
  Ticket             | 14918
  Created By         | [email protected]
  Summary            | Ingo doesn't connect to remove sieve
  Queue              | Ingo
  Version            | 3.2.16
  Type               | Bug
  State              | Unconfirmed
  Priority           | 3. High
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


[email protected] (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



-- 
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]