This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: IMAP via TLS in JBoss 4.2.2.GAnoelo Jan 5, 2009 8:25 PM (in response to rheydenr02)I think the problem has to do with the IMAP servers SSL cert not being trusted by the JVM. A possible fix is to download the cert and add it to the JVM's cacerts file. I'm not too sure how but google will be your friend..... 
- 
        2. Re: IMAP via TLS in JBoss 4.2.2.GArheydenr02 Jan 6, 2009 5:12 AM (in response to rheydenr02)I have imported the certificate from the ssl server into my jvm cacerts. But the error remains. Any ideas? 
 Greetz,
 Ralf.
- 
        3. Re: IMAP via TLS in JBoss 4.2.2.GAnoelo Jan 6, 2009 5:59 PM (in response to rheydenr02)No idea, but just a suggestion is the imap ssl server listening on the correct port i.e. 993 and what happens if you specify it in the options <property name="mail.host" value="my.favourite.mailserver.com:993" /> <property name="mail.smtp.host" value="my.favourite.mailserver.com" /> 
 
    