Horde: Unterschied zwischen den Versionen

aus www.kruedewagen.de, Homepage von Ralf und Judith Krüdewagen (Kruedewagen)
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
== Dokumentation ==
== Dokumentation ==
*http://wiki.horde.org/FAQ/User/IMP
*http://wiki.horde.org/FAQ/User/IMP
*https://www.kruedewagen.de/horde5/services/help/?module=imp


== Installation ==
== Installation ==

Version vom 5. September 2013, 07:20 Uhr

Dokumentation

Installation

Konfiguration

config/conf.php:

imp/config/backends.local.php:

$servers['imap'] = array(
    'disabled' => false,
    'name' => 'IMAP Server',
    'hostspec' => 'localhost',
    'hordeauth' => 'full',
    'protocol' => 'imap',
    'port' => 143,
    'secure' => 'tls',
);

Hinweis: "'secure' => 'ssl'" funktioniert ebenfalls auf Port 993.

Probleme

Authentifizierung

Login in Horde nicht möglich trotz erfolgreicher Authentifizierung gegen IMAP-Server. Syslog:

HORDE: [horde] Login success for xxx [1.2.3.4] to horde. [pid 12096 on line 161 of ".../login.php"]
HORDE: User is not authorized for horde [pid 12096 on line 274 of "/usr/share/php5/PEAR/Horde/Registry.php"]

Abhilfe durch einmaliges Ändern des Session-Names in config/conf.php:

$conf['session']['name'] = 'Horde';

in z.B.

$conf['session']['name'] = 'Horde5';

Siehe auch:

S/MIME