[horde] Authentification Horde / IMP

Luis Felipe Marzagao lfbm.andamentos at gmail.com
Sat Jan 3 16:03:07 UTC 2009


Glad you solved it.

cheers.

Sébastien LEFEVRE escreveu:
> Sorry,
>
> For my questions, I found the answers in the on-line documentation.
> Driver SQL instead of PHP-Session.
>
> Thank you very much,
>
> Sebastien
>
>
> Luis Felipe Marzagao <lfbm.andamentos at gmail.com> a écrit :
>
>> Well, could be many things. You should read the install instructions
>> under horde/docs or horde/.../docs to complete your installation.
>>
>> A nice thing to do when trying to find out problems is to turn on the
>> display_error directive in php.ini.
>>
>> cheers
>>
>> Sébastien LEFEVRE escreveu:
>>> Thank you for your answer,
>>>
>>> My site is under the shape http://webmail.mydomain.org and not /horde.
>>>
>>> I put: "$conf['cookie']['path'] = '/';"
>>>
>>> But it doesn't work, the authentification are working now but the  
>>> interface does not display, only the menu to the left.
>>>
>>> How do I have to proceed?
>>>
>>>
>>> Sébastien
>>>
>>>
>>> The address for my webmail are
>>>
>>> Luis Felipe Marzagao <lfbm.andamentos at gmail.com> a écrit :
>>>
>>>>> $conf['cookie']['path'] = '/horde';
>>>>
>>>> How are you loding horde? http://yourdomain.com/horde?
>>>>
>>>>
>>>> Sébastien LEFEVRE escreveu:
>>>>> Hello,
>>>>>
>>>>> I installed horde-base-3.3.2 / horde-imp-4.3.2,1 / 
>>>>> vpopmail-5.4.26_1 /
>>>>> courier-authlib-vchkpw-0.61.1 / courier-imap-4.4.1,2 / qmail-1.03_7 /
>>>>> mysql-client-5.1.30 on a server FreeBSD 7.0 in a jail.
>>>>>
>>>>> I installed mysql-server-5.1.30 on the same server FreeBSD 7.0 but in
>>>>> another jail.
>>>>>
>>>>> I can send / receive e-mails with Outlook in IMAP, my SMTP server and
>>>>> my Server IMAP work well.
>>>>>
>>>>>
>>>>> In the configuration of Horde:
>>>>>
>>>>> $conf['session']['name'] = 'Horde';
>>>>> $conf['session']['use_only_cookies'] = true;
>>>>> $conf['session']['cache_limiter'] = 'nocache';
>>>>> $conf['session']['timeout'] = 0;
>>>>> $conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
>>>>> $conf['cookie']['path'] = '/horde';
>>>>> $conf['sql']['persistent'] = true;
>>>>> $conf['sql']['username'] = 'horde';
>>>>> $conf['sql']['password'] = 'mysqlpassword';
>>>>> $conf['sql']['hostspec'] = 'database.mydomain.org';
>>>>> $conf['sql']['port'] = 3306;
>>>>> $conf['sql']['protocol'] = 'tcp';
>>>>> $conf['sql']['database'] = 'horde';
>>>>> $conf['sql']['charset'] = 'utf-8';
>>>>> $conf['sql']['splitread'] = false;
>>>>> $conf['sql']['phptype'] = 'mysql';
>>>>> $conf['auth']['admins'] = array('sebastien');
>>>>> $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';
>>>>>
>>>>>
>>>>> In the configuration of IMP:
>>>>>
>>>>> $servers['imap'] = array(
>>>>>    'name' => 'IMAP Server',
>>>>>    'server' => 'localhost',
>>>>>    'hordeauth' => false,
>>>>>    'protocol' => 'imap/notls',
>>>>>    'port' => 143,
>>>>>    'maildomain' => '',
>>>>>    'smtphost' => 'localhost',
>>>>>    'smtpport' => 25,
>>>>>    'realm' => '',
>>>>>    'preferred' => '',
>>>>> );
>>>>>
>>>>>
>>>>> But when I try to authenticate in Horde, I always return on the 
>>>>> window
>>>>> of authentification.
>>>>>
>>>>> That to make?
>>>>>
>>>>>
>>>>> Thanks for your help,
>>>>>
>>>>> Sébastien
>>>>>
>>>>>
>>>>> ----------------------------------------------------------------
>>>>> This message was sent using IMP, the Internet Messaging Program.
>>>>>
>>>>>
>>>>> -- 
>>>>> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
>>>>> Frequently Asked Questions: http://horde.org/faq/
>>>>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>>
>>>
>>>
>>> ----------------------------------------------------------------
>>> This message was sent using IMP, the Internet Messaging Program.
>>>
>>>
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>



More information about the horde mailing list