Cool. Would someone care to add this to the "Tips & Tricks" wiki page?
(hint hint) ;)

José Campos wrote:
        Thanks everyone, it's working now.

-----Mensagem original-----
De: Martin Waschbuesch [mailto:[email protected]] Enviada: terça-feira, 4 de Agosto de 2009 16:45
Para: [email protected]
Assunto: Re: [qmailtoaster] horde

Zitat von José Campos <[email protected]>:
I already installed horde framework and imp application, but don’t know I configure in order to authenticate to users.


Horde/IMP offers to authenticate against the imap server (courier, I guess).
You have to edit /$HORDE/imp/config/servers.php

where $HORDE is the base folder for your horde installation.

Mine has (since courier and apache run on the same server):

$servers['imap'] = array(
     'name' => 'IMAP Server',
     'server' => 'localhost',
     'folders' => 'INBOX.',
     'hordeauth' => false,
     'protocol' => 'imap/notls',
     'port' => 143,
);


which works fine for me.

Then, under $HORDE/config/conf.php, make sure the following is set:

$conf['auth']['params']['app'] = 'imp';
$conf['auth']['driver'] = 'application';

That should do it.

Thanks,


Martin



--
-Eric 'shubes'


---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
    For additional commands, e-mail: [email protected]


Reply via email to