[horde] Authentification Horde / IMP
Luis Felipe Marzagao
lfbm.andamentos at gmail.com
Sat Jan 3 00:23:22 UTC 2009
> $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
More information about the horde
mailing list