Date: 2004-05-21T02:20:07 Editor: 62.202.48.98 <> Wiki: Apache James Wiki Page: UsingSSL URL: http://wiki.apache.org/james/UsingSSL
no comment Change Log: ------------------------------------------------------------------------------ @@ -249,3 +249,30 @@ I'm using J2SE 1.4 with James 1.2.1 and Mozilla Thunderbird as e``Mail client. +== Required Client Settings == + +=== Outlook 2003 === + +When using Outlook 2003 on port 465, I get +{{{ +Task 'smtp SSL - Sending' reported error (0x800CCC7D) : 'Your outgoing (SMTP) server does not + support SSL-secured connections. If SSL-secured connections have worked in the past, contact your + server administrator or Internet service provider (ISP).' +}}} +and not even a +{{{ +21/05/04 10:56:00 INFO smtpserver: Connection from ... +}}} + entry shows up in the smtpserver log. + +=== Mozilla 1.7b === + + +When using the Mozilla Mailer, it is important to use SSL and not TLS? +Otherwise, the protocol will hang on the first writeLoggedFlushedResponse() of SMTPHandler.java. + +When setting TLS, unfortunately, I do not get much further since I get very quickly thereafter a +{{{ +mysmtp.mydomain.com has received an incorrect or unexpected message. Error Code: -12229 +}}} +error pop-up in Mozilla. Any hints?