[horde] Creating users with horde

Cristian Livadaru drac3+ho at vampirenet.ro
Wed Jan 26 13:11:53 PST 2005


Quoting Cristian Livadaru <drac3+ho at vampirenet.ro>:

> Quoting Jan Schneider <jan at horde.org>:
>
>
>> It lists all mailboxes at the namespace that you configured with the
>> userhierarchy parameter in config/servers.php.
>>
>
> aaaah, this explains it ...
>
>   'folders' => 'INBOX/',
>      'namespace' => '',
>
> thanks.
>

I tried it today but I stil have the same result.
here my servers.php

$servers['cyrus'] = array(
     'name' => 'Cyrus IMAP Server',
     'server' => 'foo.bar',
     'hordeauth' => false,
     'protocol' => 'imap/notls',
     'port' => 143,
     'folders' => '',
     'namespace' => 'INBOX/',
     'maildomain' => 'foo.bar',
     'smtphost' => 'localhost',
     'smtpport' => 25,
     'realm' => '',
     'preferred' => '',
     'admin' => array(
         'params' => array(
             'login' => 'cyrus-pass',
             'password' => 'cyrus-user',
             // 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',
             'hostspec' => 'localhost',
             'port' => 143
         )


I changed the userhierarchy to user/ because my mailboxes look like this:

user/foo/INBOX at domain.name

so what do I have to do to be able to see the users ?




More information about the horde mailing list