[ingo] Vacations problem
    Nicolás Valera 
    nvalera at gmail.com
       
    Fri Jun 27 10:19:31 UTC 2014
    
    
  
Hi there!
I tried to use the global authentication settings and it worked!
just like that
$ backends ['customsql'] = array (
      'disabled' => false,
      'transport' => array (
          Ingo :: RULE_VACATION => array (
              'driver' => 'sql',
              'params' => $ GLOBALS ['conf'] ['auth'] ['params'] / /<<<
          )
      )
Now, how can I use "customsql" for "vacations" and imap for "filters"?
i read the  docs in  "backends.php" but i can't  figure out how
Thanks!!
On 06/26/2014 03:07 PM, Oscar del Rio wrote:
> On 06/26/14 11:28 AM, Nicolás Valera wrote:
>>
>> Hi, i have followed this post 
>> (http://lists.horde.org/archives/ingo/Week-of-Mon-20140203/002217.html) 
>> but it 
>> doesn't work for me.
>>
>> It seems like it doesn't use my custom parameters.
>>
>> Here is my backend.local.php
>>
>> $backends['imap']['disabled'] = true;
>> $backends['customsql']['disabled']=false;
>
>
> Did you forget the opening php line?
>
> <?php
> $backends['imap']['disabled'] = true;
> $backends['customsql']['disabled']=false;
>
> (etc)
>
    
    
More information about the ingo
mailing list