Citeren "AdamR.Med" <[email protected]>:
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.
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]