ich wollte auf einem Debian Sarge System mit Postfix - courier - mysql ...
IMAP Unterstützung nachrüsten und es klappt irgendwie nicht. Für POP3 wird auch courier POP3 genommen und ich habe POP3, POP3s und sogar IMAPs am laufen aber IMAP selbst will nicht und ich finde auch leider keinen einzigen LOG Eintrag.
Ich habe die Einstellungen unter /etc/courier/imapd mehrfach überprüft und es scheint alles in Ordnung. Ein Starten mit /etc/init.d/courier-imap start wird auch ohne Fehler bestätigt aber mit nmap localhost und auch telnet localhost 143 passiert nichts. bzw. der Port wird nicht als offen deklariert und telnet sagt sofort connection refused.
Hier vielleicht mal die wichtigsten Configs, via IPTables ist auch nichts geblockt. Bin echt am verzweifeln:
Hier mal die config aus /etc/courier/impad (Kommentar habe ich rausgenommen)
Code: Select all
##VERSION: $Id: imapd.dist.in,v 1.29 2004/04/18 15:54:39 mrsam Exp $
#
ADDRESS=Server IP
PORT=143
MAXDAEMONS=40
MAXPERIP=10
PIDFILE=/var/run/courier/imapd.pid
TCPDOPTS="-nodnslookup -noidentlookup"
AUTHMODULES="authdaemon"
AUTHMODULES_ORIG="authdaemon"
DEBUG_LOGIN=1
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE"
IMAP_KEYWORDS=1
IMAP_CAPABILITY_ORIG="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=CRAM-MD5 AUTH=CRAM-SHA1 IDLE"
IMAP_IDLE_TIMEOUT=60
IMAP_CAPABILITY_TLS="$IMAP_CAPABILITY AUTH=PLAIN"
IMAP_CAPABILITY_TLS_ORIG="$IMAP_CAPABILITY_ORIG AUTH=PLAIN"
IMAP_DISABLETHREADSORT=0
IMAP_CHECK_ALL_FOLDERS=0
IMAP_OBSOLETE_CLIENT=0
IMAP_ULIMITD=65536
IMAP_USELOCKS=1
IMAP_SHAREDINDEXFILE=/etc/courier/shared/index
IMAP_ENHANCEDIDLE=0
IMAP_TRASHFOLDERNAME=Trash
IMAP_EMPTYTRASH=Trash:7
IMAP_MOVE_EXPUNGE_TO_TRASH=0
SENDMAIL=/usr/sbin/sendmail
HEADERFROM=X-IMAP-Sender
IMAPDSTART=YES
# MAILDIRPATH=Maildir -> habe ich auskommentier und nicht. Maildir stand hier von default her drin und im IMAPs steht es genauso (aktiv) und der läuft.
Ein ps aux | grep courier bringt folgendes:
Code: Select all
root 429 0.0 0.2 1764 544 ? S May30 0:00 /usr/sbin/couriertcpd -address=0 -stderrlogger=/usr/sbin/courierlogger -stderrloggername=imapd-ssl -maxprocs=40 -maxperip=10 -pid=/var/run/courier/imapd-ssl.pid -nodnslookup -noidentlookup 993 /usr/bin/couriertls -server -tcpd /usr/lib/courier/courier/imaplogin /usr/lib/courier/authlib/authdaemon /usr/bin/imapd Maildir
root 433 0.0 0.1 1532 312 ? S May30 0:00 /usr/sbin/courierlogger imapd-ssl
root 438 0.0 0.2 1764 548 ? S May30 0:01 /usr/sbin/couriertcpd -pid=/var/run/courier/pop3d.pid -stderrlogger=/usr/sbin/courierlogger -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup -address=0 110 /usr/lib/courier/courier/courierpop3login /usr/lib/courier/authlib/authdaemon /usr/lib/courier/courier/courierpop3d Maildir
root 441 0.0 0.1 1660 452 ? S May30 0:00 /usr/sbin/courierlogger courierpop3login
root 452 0.0 0.2 1764 544 ? S May30 0:00 /usr/sbin/couriertcpd -pid=/var/run/courier/pop3d-ssl.pid -stderrlogger=/usr/sbin/courierlogger -stderrloggername=pop3d-ssl -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup -address=0 995 /usr/bin/couriertls -server -tcpd /usr/lib/courier/courier/courierpop3login /usr/lib/courier/authlib/authdaemon /usr/lib/courier/courier/courierpop3d Maildir
root 456 0.0 0.1 1528 308 ? S May30 0:00 /usr/sbin/courierlogger pop3d-ssl
root 2663 0.0 0.1 1656 400 ? S May30 0:00 /usr/sbin/courierlogger -pid=/var/run/courier/authdaemon/pid -start /usr/lib/courier/authlib/authdaemond.mysql
root 2664 0.0 0.2 2332 536 ? S May30 0:00 /usr/lib/courier/authlib/authdaemond.mysql
root 2665 0.0 0.3 2364 912 ? S May30 0:00 /usr/lib/courier/authlib/authdaemond.mysql
root 2666 0.0 0.3 2364 908 ? S May30 0:00 /usr/lib/courier/authlib/authdaemond.mysql
root 2667 0.0 0.3 2364 912 ? S May30 0:00 /usr/lib/courier/authlib/authdaemond.mysql
root 2668 0.0 0.3 2364 912 ? S May30 0:00 /usr/lib/courier/authlib/authdaemond.mysql
root 2669 0.0 0.3 2364 912 ? S May30 0:00 /usr/lib/courier/authlib/authdaemond.mysql
root 22363 0.0 0.2 1764 544 ? S 12:08 0:00 /usr/sbin/couriertcpd -address=www.xxx.yyy.zzz -stderrlogger=/usr/sbin/courierlogger -maxprocs=40 -maxperip=10 -pid=/var/run/courier/imapd.pid -nodnslookup -noidentlookup 143 /usr/lib/courier/courier/imaplogin /usr/lib/courier/authlib/authdaemon /usr/bin/imapd Maildir
root 22365 0.0 0.1 1532 312 ? S 12:08 0:00 /usr/sbin/courierlogger imaplogin
root 22559 0.0 0.1 1536 456 pts/0 R+ 12:28 0:00 grep courier
Vielleicht bin ich auch blind, vermutlich sogar.
Gruß
weisnix
