Quote:
Originally Posted by jholder Have you tried turning off IMAP IDLE?
Just add \ni at the end of your username. That should work.
Let us know how it goes. |
Just tried that (both \ni and /ni) and it doesn't work - the N95 just prompts me for the username and password again and again as if the username and password combination is wrong.
Just to confirm what you suggested, I'm specifying the username as: username@domain.com\ni
Is that correct?
I'm using v4.5.5 Open source - Release 4.5.5_GA_838.RHEL4_20070503175122 CentOS4 FOSS edition.
I've been monitoring the /opt/zimbra/log/mailbox.log - it logs these lines as I attempt to connect:
2007-07-13 11:25:40,880 INFO [ImapSSLServer-96] [] imap - [150.101.114.123] connected
2007-07-13 11:25:42,006 INFO [ImapSSLServer-96] [] imap - [150.101.114.123] exception while closing connection
java.net.SocketException: Connection closed by remote host
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkWr ite(SSLSocketImpl.java:1187)
at com.sun.net.ssl.internal.ssl.AppOutputStream.write (AppOutputStream.java:43)
at java.io.BufferedOutputStream.flushBuffer(BufferedO utputStream.java:65)
at java.io.BufferedOutputStream.flush(BufferedOutputS tream.java:123)
at com.zimbra.cs.imap.ImapHandler.sendLine(ImapHandle r.java:2099)
at com.zimbra.cs.imap.ImapHandler.sendResponse(ImapHa ndler.java:2089)
at com.zimbra.cs.imap.ImapHandler.sendUntagged(ImapHa ndler.java:2078)
at com.zimbra.cs.imap.ImapHandler.dropConnection(Imap Handler.java:2048)
at com.zimbra.cs.imap.ImapHandler.dropConnection(Imap Handler.java:2034)
at com.zimbra.cs.tcpserver.ProtocolHandler.run(Protoc olHandler.java:210)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Wo rker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:595)
2007-07-13 11:25:42,006 INFO [ImapSSLServer-96] [] ProtocolHandler - Handler exiting normally
But I don't think this is relevant to the problem as Zimbra seems to log the same messages for connection attempts from other clients.
Any other suggestions for debugging the problem would be appreciated.
thanks - Angus