Zitat von José Campos <jjscam...@gmail.com>:

                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


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Attachment: binb8xouVtbab.bin
Description: Öffentlicher PGP-Schlüssel

---------------------------------------------------------------------------------
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: qmailtoaster-list-unsubscr...@qmailtoaster.com
     For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Reply via email to