[horde] Problem with Horde "Mailbox does not support mod-sequences"
Luca Bertoncello
lucabert at lucabert.de
Mon Feb 13 15:10:33 UTC 2017
Zitat von Michael J Rubinsky <mrubinsk at horde.org>:
>> What have I to add?
>> I tried to add:
>>
>> 'debug' => '/tmp/imp_imap.log'
>>
>> in the section "$servers['imap']", but it does not work...
>
> Are you sure the 'imap' configuration is the active one? Do you have
> a backends.local.php file?
No, I haven't...
This is the section:
$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',
'debug' => '/tmp/imp_imap.log'
);
I don't think, this is disabled...
Thanks
Luca Bertoncello
(lucabert at lucabert.de)
More information about the horde
mailing list