Horde Login – Anmeldung fehlgeschlagen

21. Januar 2010 – 18:54

Sollte es vorkommen das nach einem Update von courier-imap plötzlich der Login in Horde nicht mehr funktioniert, führt einfach folgende Schritte aus:

1. Auf den Server verbinden (mit root-Rechten)
2. cd /etc/courier-imap
3. nano imapd-ssl
4. Wert “IMAP_TLS_REQUIRED=1″ (Ohne Anführungstiche) suchen und ihn ihn “IMAP_TLS_REQUIRED=0″ (Ohne Anführungstiche) ändern.
5. Datei Speichern
6. courier-imap-Dienst neustarten (mit cd /etc/init.d und dann “./courier-imap restart” eingeben) (Ohne Anführungstiche)

Hier nochmal ein kleiner Test mit Telnet:

VORHER:

telnet localhost 143
Trying 127.0.0.1…
Connected to localhost.
Escape character is ‘^]’.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS LOGDISABLED] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc. See COPYING for distribution information.
a login mail@adresse.de
a NO STARTTLS required

NACHHER:

telnet localhost 143
Trying 127.0.0.1…
Connected to localhost.
Escape character is ‘^]’.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc. See COPYING for distribution information.
a login mail@adresse.de
a NO Error in IMAP command received by server.
a login mail@adresse.de passsword
a OK LOGIN Ok.
a logout
* BYE Courier-IMAP server shutting down
a OK LOGOUT completed

Post a Comment