Authentification Horde / IMP

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

Hello,

Je réponds en français, qui est la langue habituelle sur ces forums – if you don’t understand my answer, let me know and I’ll write in English.

Ces forums sont dédiés à la coopérative d’hébergement Ouvaton (http://ouvaton.coop). La rubrique «courriels» concerne les problèmes de messagerie propres à Ouvaton – et non l’installation de serveurs de messagerie. Rares seront les personnes ici qui pourront répondre à une question aussi pointue que celle que tu poses. Je te suggère de poster sur des listes plus spécialisées (notamment celle du projet Horde: http://www.horde.org/support.php ).

Coop,
Greg