Quote:Jeder Hinweis, Tipp und Rat ist willkommen!
Ne spass bei Seite, weis ja keiner wie weit Du dich dann wirklich damit auskennst. Wollen auch net groß mit Fachwörtern reden aber die dinge sollten beim Namen genannt werden. So viel dazu.
Ich würde hier jetzt gerne weiterhelfen habe aber kein System mehr wo Courier drauf ist und kann Dir daher nicht grad sagen wo genau in der Config Du das Debuglevel (Mehr Ausgabe von den Programmen und Fehler in die Logdatei) höherstellen kannst.
Greez BeNe
Ok, habs trotzdem gefunden
-->
/etc/courier/authdaemonrc
Code:
##NAME: DEBUG_LOGIN:0
#
# Dump additional diagnostics to syslog
#
# DEBUG_LOGIN=0 - turn off debugging
# DEBUG_LOGIN=1 - turn on debugging
# DEBUG_LOGIN=2 - turn on debugging + log passwords too
#
# ** YES ** - DEBUG_LOGIN=2 places passwords into syslog.
#
# Note that most information is sent to syslog at level 'debug', so
# you may need to modify your /etc/syslog.conf to be able to see it.
DEBUG_LOGIN=0
Da das DEBUG_LOGIN=2 setzen und die Dienste neustarten:
Code:
/etc/init.d/courier-authdaemon restart
/etc/init.d/courier-imapd restart
/etc/init.d/courier-pop3d restart
Danach sollte dann in den Maillogs der Fehler zu sehen sein.
Greez BeNe