Horde: Unterschied zwischen den Versionen

aus www.kruedewagen.de, Homepage von Ralf und Judith Krüdewagen (Kruedewagen)
Zur Navigation springen Zur Suche springen
Zeile 48: Zeile 48:
*http://horde.690.n7.nabble.com/Importing-S-MIME-certificate-fails-td113456.html
*http://horde.690.n7.nabble.com/Importing-S-MIME-certificate-fails-td113456.html
*Tabelle für PGP und S/MIME keys: ''horde_prefs''
*Tabelle für PGP und S/MIME keys: ''horde_prefs''
== Weblinks ==
*http://dokuwiki.nausch.org/doku.php/centos:mail_c6:horde_2


[[Kategorie:Groupware]]
[[Kategorie:Groupware]]

Version vom 5. September 2013, 11:59 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:

PGP und S/MIME

Wenn man erstmalig PGP oder S/MIME aktiviert, muss man in den Einstellungen für zu erstellende Mails eine Standard-Verschlüsselungsmethode angeben. Sonst bleibt das Editor-Fenster leer.

PGP

S/MIME

Weblinks