Den zwar auch, aber daher kommt nicht der Fehler. In der Konfigurationsdatei registry.php muss man auch angeben werden, wo denn das Login geprüft werden soll, da das Ganze Webmail werden soll, muss da imp stehen. (Bei mir so:
/\* auth: Handler for user authentication.
\* Uncomment the auth/login/logout lines if you want to let
\* IMP handle the authentication for Horde. This avoids the
\* "double login" while accessing IMP.
\*/
$this-\>registry['auth']['login'] = 'imp';
$this-\>registry['auth']['logout'] = 'imp';
/\* mail: Handler for sending mail. \*/
$this-\>registry['mail']['compose'] = 'imp';
$this-\>registry['mail']['composePopup'] = 'imp';
).
In der IMP-Config müssen in der servers.php die Mail-Server zum Abruf eingetragen werden (diese werden auch für die Anmeldung verwendet).