[horde] horde+postfix - mysql

Michael Rubinsky mrubinsk at horde.org
Sun Mar 29 22:40:54 UTC 2009


Quoting troxlinux <xserverlinux at gmail.com>:

> 2009/3/29 Michael Rubinsky <mrubinsk at horde.org>:
>>
>>
>> Horde does not have a built in administrator account. What auth backend do
>> you currently have configured?
>>
>>
>>
>
> this is my configuration
>
> servers.php
>
> $servers['imap'] = array(
> #    'name' => 'IMAP Server',
>     'name' => 'server xerver',
>     'server' => 'localhost',
> #    'hordeauth' => false,
>     'hordeauth' => 'full',
>     'protocol' => 'imap/notls',
>     'port' => 143,
> );
>
>
> conf.php
>
> <?php
> /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */

> $conf['auth']['admins'] = array('Administrator');
> $conf['auth']['checkip'] = true;
> $conf['auth']['checkbrowser'] = true;
> $conf['auth']['alternate_login'] = false;
> $conf['auth']['redirect_on_logout'] = false;
> $conf['auth']['params']['app'] = 'imp';
> $conf['auth']['driver'] = 'application';


Your using IMP authentication, so your Horde users == your IMAP users.  
  There is no automatic, built-in admin user, you need to decide what  
IMAP user you want to be an admin and add *that* username to the  
[auth][admins] array.

Thanks,
mike

--
The Horde Project (www.horde.org)
mrubinsk at horde.org

"Time just hates me. That's why it made me an adult." - Josh Joplin


More information about the horde mailing list