[ingo] Default sieve filter
Jose Marcio Martins da Cruz
Jose-Marcio.Martins at ensmp.fr
Wed Jan 3 05:08:42 PST 2007
Lars Stavholm wrote:
> Jose Marcio Martins da Cruz wrote:
>
>>
>>What I need is a (command line) script to, at the same time, upload a
>>sieve script into the cyrus imap server, and do what's needed at the
>>mysql database. Does this exists somewhere ?
>
>
> Have you looked at the comments in horde/ingo/config/backends.php?
Hmmmm.... Yes, but what I should understand from what's written there ?
The only backend I've configured in that file is (comments removed) :
$backends['sieve'] = array(
'driver' => 'timsieved',
'preferred' => 'localhost',
'hordeauth' => true,
'params' => array(
'hostspec' => 'XXXXXXXXXXXXXXXXX',
'logintype' => 'PLAIN',
'usetls' => false,
'port' => 2000,
'scriptname' => 'ingo'
),
'script' => 'sieve',
'scriptparams' => array()
);
What am I doing wrong ?
More information about the ingo
mailing list