[Tickets #7041] Re: Shared folder courier-imap

bugs at horde.org bugs at horde.org
Mon Jul 7 14:10:02 UTC 2008


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

Ticket URL: http://bugs.horde.org/ticket/7041
------------------------------------------------------------------------------
  Ticket             | 7041
  Updated By         | rsalmon at mbpgroup.com
  Summary            | Shared folder courier-imap
  Queue              | IMP
  Version            | HEAD
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              | 1
  Owners             |
------------------------------------------------------------------------------


rsalmon at mbpgroup.com (2008-07-07 10:10) wrote:

forgot to attach imp/config/servers.php

$servers['imap'] = array(
     'name' => 'Courier IMAP Server',
     'server' => '127.0.0.1',
     'hordeauth' => true,
     'protocol' => 'imap/notls',
     'port' => 143,
     'maildomain' => 'mbpgroup.com',
     'smtphost' => '127.0.0.1',
     'smtpport' => 25,
     'realm' => '',
     'preferred' => '',
     'quota' => array(
         'driver' => 'imap',
         'params' => array(),
     ),
     'acl' => array(
         'driver' => 'rfc2086',
/*    ),
    'imap_config' => array(
         'children' => true,
         'namespace' => array(
             '' => array(
                 'name' => '',
                 'delimiter' => '.',
                 'type' => 'personal',
                 'hidden' => false
             ),
             '#shared.' => array(
                 'name' => '#shared.',
                 'delimiter' => '.',
                 'type' => 'personal',
                 'hidden' => false
             ),
       ),
         'search_charset' => array(
             'UTF-8' => true
         )
*/    )
);






More information about the bugs mailing list