[horde] Creating users with horde

Jan Schneider jan at horde.org
Wed Jan 26 13:24:31 PST 2005


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

> 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 hereThat
>              '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

That should work.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the horde mailing list