6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/12/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9516] IMP neither doesn't show list of users nor shows edit field for shared folders
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..___. .. . . |__| | || | | | | | \__||/\|\__|
Comment
> 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 >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers