[Tickets #12300] Re: Problem with authentication of CalDAV Server

noreply at bugs.horde.org noreply at bugs.horde.org
Wed Jun 5 19:20:09 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12300
------------------------------------------------------------------------------
  Ticket             | 12300
  Updated By         | tyler.parsons-horde at dynamicpulse.com
  Summary            | Problem with authentication of CalDAV Server
  Queue              | Synchronization
  Version            | Git master
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Twilek at gmx.de (2013-06-05 14:13) wrote:

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