IMAP SSL not working anymore Tryphon
    IMAP SSL not working anymore tryphon
        IMAP SSL not working anymore Mike

From: Tryphon
Date: 11/2/16 8:20 AM
Topic: IMAP SSL not working anymore
Type: General Discussions
Post a follow up

Hello,

I use Xeams since two years. Something changed with the last Xeams update. Now IMAP on port 993 and SMTP on port 465 are not working : none of the email clients are able to connect to the Xeams server unless I change to the port 143 and 25. The server becomes unsafe because I should use port 143 and 25. Even in my local network, I cannot use my email clients with the ports 993 and 465 : Thunderbird, RainLoop, RoundCube, ...

I do not know if it is possible to retrieve a functionnal secure method.

What should I do?

Thank you.

Xeams 5.3 build 5868 on QNAP QTS server.

Top

From: tryphon
Date: 11/3/16 8:10 AM
Topic: IMAP SSL not working anymore
Type: General Discussions
Post a follow up

I see this message in Xeams.log:

2016-11-03 06:58:13,155 ERROR ImapServerWorker - Received fatal alert: illegal_parameter
javax.net.ssl.SSLException: Received fatal alert: illegal_parameter
at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)
at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:136)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1657)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:932)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1096)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:623)
at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
at com.synametrics.commons.util.net.imap.server.r.a(ImapServerWorker.java:2196)
at com.synametrics.commons.util.net.imap.server.r.a(ImapServerWorker.java:2176)
at com.synametrics.commons.util.net.imap.server.r.a(ImapServerWorker.java:2172)
at com.synametrics.commons.util.net.imap.server.r.a(ImapServerWorker.java:1879)
at com.synametrics.commons.util.net.imap.server.r.d(ImapServerWorker.java:2139)
at com.synametrics.commons.util.net.imap.server.r$2.run(ImapServerWorker.java:2218)
at java.lang.Thread.run(Thread.java:619)

I cannot find information about ImapServerWorker.

The Xeams server is now unusable.

Thank you.

Top

From: Mike
Date: 5/13/23 12:47 PM
Topic: IMAP SSL not working anymore
Type: General Discussions
Post a follow up

I found a solution to this problem. Albeit a bit late, but it might perhaps help other users with the same problem.

Set up port 587 on XEAMS, make sure START/TLS is enabled.

 

Top