It still isnât sufficient as we donât see full text of JavaMail exception (last line of your log/console screenshot). That exception should tell us where the problem is.
You havenât mentioned used version of ESJ and I expected release 7.x. In case you have ESJ 6.5 there are different options that have to be added/modified to enable debug logging:
section âLogâ - add new key âlog4j.debugâ with value âtrueâ
section âPOP clientâ - add new key âDebugâ (if not exists) and set value to âtrueâ
Thanks for the help. I mentioned in my earlier reply that i am using 6.5x. I made the suggested changes and still i am not getting anything in the logs but console has more information now. Please see the screenshots.
Yes, it looks better⊠I see in the log that ESJ is able to contact Yahoo mail server but the response from mail server consists of non-ASCII characters. Have you enabled SSL support on ESJ? Please check section âPOP clientâ, option âSSLâ is set to âtrueâ.
Something is wrong with the configuration as ESJ doesnât use SSL when connecting to Yahoo mail server. I see on the screenshot that used Java class is âcom.sun.mail.pop3.POP3Storeâ = standard POP3 client. It has to be âcom.sun.mail.POP3SSLStoreâ for SSL enabled client.
I havenât found any issue in the options. The question is why ESJ doesnât use correct Java class for connection to Yahoo mail server. Could you try to upgrade to newer ESJ 6.5 release? Version 6.5.112.00 is about 6 years oldâŠ
The never versions which i have is in MCR. The most latest which i could get was 7.6.
Will that work? I believe genesys released MCR after ICS 6.5. Please correct me if i am wrong.
Originally, I thought about upgrade to newer release of Email Server Java 6.5 as you have one of first version (6.5.112.00). You canât use Email Server Java 7.x with ICS 6.5!
Personally, I would recommend you migration to Multimedia (MCR) 7.6 as it brings lot of new features and possibilities. However, MCR is totally different of ICS in the way of routing, comes with new communication protocols between servers and requires new agent desktop application as well. And it isnât backward compatible with ICS 6.5! If youâre starting new project where you need handling of multimedia (email) interaction then Multimedia is the right way. Otherwise, stay with ICS 6.5 and try to find why ESJ doesnât use SSL even configured to do so.