[imp] Advanced option not working

Arjen de Korte build+horde at de-korte.org
Tue Apr 14 19:20:18 UTC 2020


Citeren "AdamR.Med" <adamr.medallies at gmail.com>:

> I do not get it. When array notation for below
>
> // IMAP server
> $servers['imap'] = array(
>     // ENABLED by default; will connect to IMAP port on local server
>     'disabled' => false,
>     'name' => 'IMAP Server',
>     'hostspec' => 'localhost',
>     'hordeauth' => false,
>     'protocol' => 'imap',
>     'port' => 143,
>     // Plaintext logins are disabled by default on IMAP servers (see RFC
> 3501
>     // [6.2.3]), so TLS is the only guaranteed authentication available by
>     // default.
>     'secure' => 'tls',
> );
>
>
> works why then disabling above and enabling 'advanced' array notation is not
> working then?

Don't use the array notation and post the *full* contents of you're  
backends.local.php file. We can't work with partial configurations.

One of the reasons for not using the array notation is that it results  
in much bigger backends.local.php files *and* will break on future  
updates when parameters are added.



More information about the imp mailing list