Summary | IMP neither doesn't show list of users nor shows edit field for shared folders |
Queue | IMP |
Queue Version | 4.3.9 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | katsi (at) katsi (dot) de |
Created | 01/16/2011 (5243 days ago) |
Due | |
Updated | 01/17/2011 (5242 days ago) |
Assigned | |
Resolved | 01/17/2011 (5242 days ago) |
Milestone | |
Patch | No |
input field for the username.
At least this should show up using the admin section and the imap
server returning listing users is not allowed
State ⇒ Not A Bug
http://www.horde.org/mail/ contains a list of all available mailing lists.
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ IMP neither doesn't show list of users nor shows edit field for shared folders
Type ⇒ Bug
State ⇒ Unconfirmed
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