Eric Rostetter wrote:
>Quoting Marcos Monge <mmonge at satec.es>:
>  
>
>>Before this, I have defined the following in /horde/config/horde.php:
>>
>>$conf['auth']['driver'] = 'imap';
>>$conf['auth']['admins'] = 'marcos';
>>    
>>
>That should read:
>
>$conf['auth']['admins'] = array('marcos');
>  
>
I have try this also but the same result...
Marcos