[Tickets #12426] Creating Accounts with IMAP fail

noreply at bugs.horde.org noreply at bugs.horde.org
Wed Jul 3 15:10:58 UTC 2013


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

Ticket URL: http://bugs.horde.org/ticket/12426
------------------------------------------------------------------------------
  Ticket             | 12426
  Created By         | lst_hoe02 at kwsoft.de
  Summary            | Creating Accounts with IMAP fail
  Queue              | Horde Framework Packages
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


lst_hoe02 at kwsoft.de (2013-07-03 15:10) wrote:

With the latest Horde/IMP Version the creation of mailboxes fail if  
IMP as authentication is used. This worked as expected in older  
versions.

Setup is Cyrus 2.4.17 wit latest Horde/IMP and the following  
backends.local.php:
$servers['advanced'] = array(
     'disabled' => false,
     'name' => 'MAILER',
     'hostspec' => 'mailer.kwsoft.de',
     'port' => 143,
     'secure' => 'tls',
     'protocol' => 'imap',
     'maildomain' => '',
     'smtp' => array(
     //    'auth' => true,
     //    'localhost' => 'localhost',
     //    'host' => 'smtp.example.com',
     //    'password' => null,
     //    'port' => 25,
     //    'username' => null
     ),
      'admin' => array(
          'user' => 'cyrus',
          'password' => 'some-password',
          'userhierarchy' => 'user.'
      ),
     'quota' => array(
         'driver' => 'imap',
         'params' => array(
             'hide_when_unlimited' => true,
             'unit' => 'MB'
         )
     ),
     'acl' => true,
     'cache' => true,
     'debug' => '/tmp/imap.log',
     'debug_raw' => true,
);

The debug log does not include anything about this request.







More information about the bugs mailing list