[imp] Trouble with double logins.

Pro Green European pro_green_european at yahoo.com
Tue Jun 16 12:15:18 UTC 2015


Hi.

I've recently moved from passwd/shadow to LDAP (389 DS) on one of my servers.

Now I have trouble with double logins, one for Horde Portal and one for IMP.

horde/config/prefs.local.php

$_prefs['initial_application'] = array(
'value' => 'imp',


imp/config/backends.local.php

<?php
$servers['wbml.local.tld'] = array(
'disabled' => false,
'name' => 'wbml.local.tld',
'hostspec' => 'wbml.local.tld',
'hordeauth' => 'full',
'protocol' => 'imap',
'port' => 143,
'secure' => 'tls',
'maildomain' => 'local.tld',
'smtphost' => 'localhost',
'smtpport' => 25,
'cache' => false,
'preferred' => 'true',
);


If I let a horde application (such as IMP) handle authentication, no double login issues occur. No error messages in log files. What could cause an issue like this?


All pear modules are latest. System is Centos7, Apache 2.4 & PHP is 5.4.16-23. Selinux is in enforcing mode (no errors).


BR,
/PGE


More information about the imp mailing list