[horde] Vacation error
Felix Haehner WE DO
haehner at we-do.com
Thu Aug 13 08:47:29 UTC 2015
Am 11.08.2015 um 17:56 schrieb Michael J Rubinsky:
>
> Quoting Felix Haehner WE DO <haehner at we-do.com>:
>
>> Hello,
>>
>> i have a problem with the vacationrule.
>> If i try to save and enable the rule i got the following error message:
>>
>> "script not updated: there was an error activating the script. the
>> driver said: connection refused"
>>
>> how can i fix that?
>>
>> For your information this is my backends.local.php setup in the
>> /ingo/config folder.
>>
>> <?php
>> $backends['imap']['disabled'] = true;
>> $backends['sieve']['disabled'] = false;
>> $backends['sieve']['hordeauth'] = true;
>> $backends['sieve']['transport'][Ingo::RULE_ALL]['params']['hostspech'] =
>> 'mail.wedo-berlin.com';
>
> This should be 'hostspec' and not 'hostspech'.
>
>> $backends['sieve']['transport'][Ingo::RULE_ALL]['params']['logintype'] =
>> 'PLAIN';
>> $backends['sieve']['transport'][Ingo::RULE_ALL]['params']['usetls'] =
>> true;
>> $backends['sieve']['transport'][Ingo::RULE_ALL]['params']['port'] =
>> 4190;
>> $backends['sieve']['transport'][Ingo::RULE_ALL]['params']['scriptname']
>> = 'ingo';
>> $backends['sieve']['transport'][Ingo::RULE_ALL]['params']['debug'] =
>> true;
>> $backends['sieve']['script'][Ingo::RULE_ALL]['params']['utf8'] = true;
>
> I notice that a bunch of these are the same as the default values.
> While not a problem to specify them like this, it's not necessary to
> specify them, only values that are different than what is in the
> default backends.php file.
>
>
>
thanks for the help.
Now i get the following error when i try to save an enable
"cript not updated: there was an error activating the script. the driver
said: Authentication failed."
I have change the backends.local.php in the following way
$backends['imap']['disabled'] = true;
$backends['sieve']['disabled'] = false;
//$backends['sieve']['hordeauth'] = true;
$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['hostspec'] =
'mail.wedo-berlin.com';
$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['logintype'] =
'PLAIN';
//$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['usetls'] =
true;
//$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['port'] = 4190;
//$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['scriptname'] =
'ingo';
$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['debug'] = true;
$backends['sieve']['script'][Ingo::RULE_ALL]['params']['utf8'] = true;
i also try to set the logintype to 'LOGIN' but then it says that the
server dosnt support that authentication method.
Because of this information i set the logintype back to 'PLAIN'.
how can i fix that? did i miss something?
Felix H.
More information about the horde
mailing list