Hallo!
Ich habe ein Problem mit dem SMTP Mailversand und SSL.
Die verschlüsselte IMAP Verbindung funktioniert einwandfrei. Lediglich wenn ich via SMTP verschlüsselt auf Port: 995 versenden möchte bekomme ich in Outlook 2007 und Thunderbird2 folgende Fehlermeldung:
Ein ps aux | grep courier zeigt folgendes:
Ein netstat -plantu |grep 995 liefert folgendes:
Wie der Fehler von Thunderbird und Outlook aussagt, scheint eine Verbindung zustande zu kommen. Ich muss für das Senden auch ein Zertifikat annehmen. Aber warum verstehen sich die beiden nicht?
Habe ich etwas nicht beachtet?
Gruß,
Gammla
Ich habe ein Problem mit dem SMTP Mailversand und SSL.
Die verschlüsselte IMAP Verbindung funktioniert einwandfrei. Lediglich wenn ich via SMTP verschlüsselt auf Port: 995 versenden möchte bekomme ich in Outlook 2007 und Thunderbird2 folgende Fehlermeldung:
Der Mailserver hat keine korrekte Begrüßung gesendet: +OK Hello there..
Ein ps aux | grep courier zeigt folgendes:
Code:
root 2996 0.0 0.0 1580 420 ? S May26 0:00 /usr/sbin/courierlogger -pid=/var/run/authdaemon.courier-imap/pid -start /usr/lib/courier-authlib/authdaemond
root 2997 0.0 0.1 3528 820 ? S May26 0:00 /usr/lib/courier-authlib/authdaemond
root 3018 0.0 0.2 3568 1032 ? S May26 0:00 /usr/lib/courier-authlib/authdaemond
root 3019 0.0 0.2 3568 1032 ? S May26 0:00 /usr/lib/courier-authlib/authdaemond
root 3020 0.0 0.2 3568 1032 ? S May26 0:00 /usr/lib/courier-authlib/authdaemond
root 3021 0.0 0.2 3568 1032 ? S May26 0:00 /usr/lib/courier-authlib/authdaemond
root 3022 0.0 0.2 3568 1032 ? S May26 0:00 /usr/lib/courier-authlib/authdaemond
root 3089 0.0 0.0 1580 420 ? S May26 0:00 /usr/sbin/courierlogger -pid=/var/run/imapd-ssl.pid -start -name=imapd-ssl /usr/lib/courier-imap/couriertcpd -address=0 -maxprocs=80 -maxperip=50 -nodnslookup -noidentlookup 993 /usr/sbin/couriertls -server -tcpd /usr/sbin/imaplogin /usr/sbin/imapd Maildir
root 3090 0.0 0.1 1680 532 ? S May26 0:00 /usr/lib/courier-imap/couriertcpd -address=0 -maxprocs=80 -maxperip=50 -nodnslookup -noidentlookup 993 /usr/sbin/couriertls -server -tcpd /usr/sbin/imaplogin /usr/sbin/imapd Maildir
root 444 0.0 0.0 1576 420 ? S 12:46 0:00 /usr/sbin/courierlogger -pid=/var/run/imapd.pid -start -name=imapd /usr/lib/courier-imap/couriertcpd -address=0 -maxprocs=80 -maxperip=50 -nodnslookup -noidentlookup 143 /usr/sbin/imaplogin /usr/sbin/imapd Maildir
root 445 0.0 0.1 1676 528 ? S 12:46 0:00 /usr/lib/courier-imap/couriertcpd -address=0 -maxprocs=80 -maxperip=50 -nodnslookup -noidentlookup 143 /usr/sbin/imaplogin /usr/sbin/imapd Maildir
root 620 0.0 0.0 1576 336 ? S 12:54 0:00 /usr/sbin/courierlogger -pid=/var/run/pop3d.pid -start -name=pop3d /usr/lib/courier-imap/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 110 /usr/sbin/pop3login /usr/sbin/pop3d Maildir
root 621 0.0 0.0 1676 504 ? S 12:54 0:00 /usr/lib/courier-imap/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 110 /usr/sbin/pop3login /usr/sbin/pop3d Maildir
root 698 0.0 0.0 1576 420 ? S 12:55 0:00 /usr/sbin/courierlogger -pid=/var/run/pop3d-ssl.pid -start -name=pop3d /usr/lib/courier-imap/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 995 /usr/sbin/couriertls -server -tcpd /usr/sbin/pop3login /usr/sbin/pop3d Maildir
root 699 0.0 0.1 1680 528 ? S 12:55 0:00 /usr/lib/courier-imap/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 995 /usr/sbin/couriertls -server -tcpd /usr/sbin/pop3login /usr/sbin/pop3d Maildir
root 725 0.0 0.3 3316 1600 ? S 12:56 0:00 /usr/sbin/couriertls -server -tcpd /usr/sbin/imaplogin /usr/sbin/imapd Maildir
root 980 0.0 0.2 3180 1468 ? S 13:09 0:00 /usr/sbin/couriertls -server -tcpd /usr/sbin/imaplogin /usr/sbin/imapd Maildir
root 986 0.0 0.1 1952 656 pts/0 R+ 13:09 0:00 grep courier
Ein netstat -plantu |grep 995 liefert folgendes:
Code:
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 699/couriertcpd
Wie der Fehler von Thunderbird und Outlook aussagt, scheint eine Verbindung zustande zu kommen. Ich muss für das Senden auch ein Zertifikat annehmen. Aber warum verstehen sich die beiden nicht?
Habe ich etwas nicht beachtet?
Gruß,
Gammla