[horde] Using of backends.local.php
Ronan SALMON
rsalmon at mbpgroup.com
Thu Apr 12 11:03:24 UTC 2012
lst_hoe02 at kwsoft.de a écrit :
> Hello
>
> we prepare for migration from Horde 3 to Horde 4 and i like to know
> how i should handle backends(.local).php. From what i can see there
> is always a default entry activated in the backends.php file which
> does not match our environment. Should we overwrite with the same
> name in the backends.local.php or is it possible to overwrite with
> the same name and disabled => true ???
>
Hi,
I have disabled all backends and then added the only one I need :
$servers = array();
$servers['imap'] = array(
'name' => 'IMAP Server',
...
);
Ronan.
More information about the horde
mailing list