[Tickets #12300] Re: Problem with authentication of CalDAV Server
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Jun 5 14:13:07 UTC 2013
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/12300
------------------------------------------------------------------------------
Ticket | 12300
Aktualisiert Von | Twilek at gmx.de
Zusammenfassung | Problem with authentication of CalDAV Server
Warteschlange | Synchronization
Version | Git master
Typ | Bug
Status | Feedback
Priorität | 1. Low
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
Twilek at gmx.de (2013-06-05 14:13) hat geschrieben:
I have checked the backends.php and the imp configuration page and
haven´t found any settings for user listing. My backends.php for the
server looks like this:
$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',
'spam' => array(
'innocent' => array(
'display' => true,
// Email reporting driver
'email' => null,
'email_format' => 'digest',
// Null reporting driver
'null' => true,
// Program reporting driver
'program' => '/usr/bin/spamassassin -k'
),
'spam' => array(
'display' => false,
// Email reporting driver
'email' => null,
'email_format' => 'digest',
// Null reporting driver
'null' => true,
// Program reporting driver
'program' => '/usr/bin/spamassassin -r'
),
// // It is possible to directly define additional spam drivers.
// // The 'drivers' array should contain a list of driver objects
// // (these classes must implement the IMP_Spam_Base class).
// 'drivers' => array(
// new IMP_Example_Spam_Driver()
// )
),
);
>> I use Dovecot 1.3 with the IMAP protocol.
>>
>>> Cannot reproduce. Does your IMP backend allow user listing?
>
> That's not the answer to my question. Maybe I should have been more
> specific: does your backend *configuration* in IMP allow user listing?
More information about the bugs
mailing list