[horde] Vacation error

Michael J Rubinsky mrubinsk at horde.org
Thu Aug 13 14:11:19 UTC 2015


Quoting Felix Haehner WE DO <haehner at we-do.com>:

> 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?

Did you read the comment in the backends.php file about sieve authentication?


-- 
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5751 bytes
Desc: S/MIME Signature
URL: <http://lists.horde.org/archives/horde/attachments/20150813/45170efe/attachment.bin>


More information about the horde mailing list