[horde] problem to share calendar/addressbook
Jan Schneider
jan at horde.org
Mon May 8 05:32:55 PDT 2006
Zitat von Philip Steeman <philip.steeman at khbo.be>:
> Jan Schneider schreef:
>> Zitat von Philip Steeman <philip.steeman at khbo.be>:
>>
>>> Hello,
>>> I installed the latest stable versions of horde/imp/...
>>> It is indeed very good, but I have one problem:
>>>
>>> When I "Let a Horde application handle authentication (IMP)" it is
>>> impossible to edit the permissions for a user to share my calendar.
>>> All I can see is a listbox with 'Select a user to add' (with no users
>>> in the listbox).
>>
>> You configured your IMAP server being able to list user names
>> ('admin' setting in config/servers.php), but didn't provide the
>> correct admin settings.
>>
>
> I can't see anything wrong. Same entry of quota. See (part of)
> servers.php at the end of my mail.
The 'quota' settings probably aren't used anymore anyway (depends on
PHP and c-client versions). Are you sure that 'user.' is the correct
hierarchy, and not 'user/' for example?
> My servers.php file (port 1234 because of imapproxy). Horde is on
> another server than the imapserver:
>
>> $servers['cyrus'] = array(
>> 'name' => 'Cyrus IMAP Server',
>> 'server' => 'valencia.khbo.be',
>> 'hordeauth' => false,
>> 'protocol' => 'imap/notls',
>> 'port' => 1234,
>> 'maildomain' => 'khbo.be',
>> 'smtphost' => 'valencia.khbo.be',
>> 'smtpport' => 25,
>> 'realm' => '',
>> 'preferred' => '',
>> 'admin' => array(
>> 'params' => array(
>> 'login' => 'cyrus',
>> 'password' => 'changed this',
>> 'userhierarchy' => 'user.'
>> )
>> ),
>> 'quota' => array(
>> 'driver' => 'cyrus',
>> 'params' => array(
>> 'login' => 'cyrus',
>> 'password' => 'changed this',
>> 'userhierarchy' => 'user.'
>> )
>> ),
>> 'acl' => array(
>> 'driver' => 'rfc2086',
>> ),
>> );
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
More information about the horde
mailing list