Maximilian,

If you choose to continue trying to configure DSpace to send mail via Hotmail, you should probably find JavaMail documentation to learn what properties you must configure. Here is a link to an overview that lists the properties you can configure:

http://javamail.kenai.com/nonav/javadocs/overview-summary.html

I did a quick Google search of the "Unrecognized SSL message" error, and you may need to pass a more complete set of properties to JavaMail. One property that is probably required is "mail.smtp.starttls.enable". Perhaps you need to configure "mail.extraproperties" as follows:

mail.extraproperties = mail.smtp.starttls.enable=true, \
    mail.smtp.port = 587, \
    mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
    mail.smtp.socketFactory.fallback=false

I also saw some references that require setting "mail.smtp*s*.port", to use SMTP over SSL.

Regards,
Scott

On 9/23/2011 1:14 AM, Brodhun, Maximilian wrote:
Hello Scott,

thanks for your help. I made the changes but the problem still exists.

Just to be sure, that I made everything right, here are me changes: (above
again the content of the logfile)

--
Scott Thurston                  [email protected]
NOAA / NGDC / WDC               http://www.ngdc.noaa.gov/
Marine Geology&  Geophysics 303-497-4411 (phone)
325 Broadway E/GC3              303-497-6513 (fax)
Boulder, CO 80305-3337


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to