[Tickets #9516] IMP neither doesn't show list of users nor shows edit field for shared folders
bugs at horde.org
bugs at horde.org
Sun Jan 16 08:20:15 UTC 2011
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/9516
------------------------------------------------------------------------------
Ticket | 9516
Erstellt Von | katsi at katsi.de
Zusammenfassung | IMP neither doesn't show list of users nor shows edit
| field for shared folders
Warteschlange | IMP
Version | 4.3.9
Typ | Bug
Status | Unconfirmed
Priorität | 2. Medium
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
katsi at katsi.de (2011-01-16 03:20) hat geschrieben:
I'm trying to change the acl for sharing folders. I can see the acls
that were set through cyradm.
I'm using cyrus imap server, here is the servers.php:
<?php
$servers['cyrus'] = array(
'name' => 'Cyrus IMAP Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap/ssl/novalidate-cert',
'port' => 993,
'maildomain' => '.....',
'smtphost' => '127.0.0.1',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'admin' => array(
'params' => array(
'login' => 'administrator',
'password' => '....',
// The 'userhierarchy' parameter defaults to 'user.'
// If you are using a nonstandard hierarchy for personal
// mailboxes, you will need to set it here.
'userhierarchy' => 'user.',
// Although these defaults are normally all that is required,
// you can modify the following parameters from their default
// values.
'protocol' => 'imap/ssl/novalidate-cert',
'hostspec' => 'localhost',
'port' => 993
)
),
'quota' => array(
'driver' => 'imap',
'params' => array('hide_quota_when_unlimited' => true),
),
'acl' => array(
'driver' => 'rfc2086',
),
);
I can login with administrator.
Removing the admin section from the servers.php ('admin' => false,),
show an input field.
Regards, Silvio
More information about the bugs
mailing list