[horde] problem to share calendar/addressbook

Philip Steeman philip.steeman at khbo.be
Mon May 8 04:54:20 PDT 2006



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.


>> When I choose for "IMAP authentication" I get a textfield where I can
>> insert a username, and all works fine.
>>
>> But I prefer to let IMP handle the authentication, otherwise I have to
>> log in twice.
> 
> Alternatively you could configure Horde to do IMAP authentication and 
> set 'hordeauth' to true (or 'full') in imp/config/servers.php.
> 

This one works. Thanks.

Philip

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.
> 


More information about the horde mailing list