dear volks,
i have two ox-servers running; an old one: Build 6.8.0-6802
and now a second one: Version: 6.10.0 Rev6 (2009-07-19 18:13:40)
version 6.8 seems to be fine with my external cyrus-mailservers sieve configuration but the new one tells me that there is something wrong (but also telnet at port 2000 establishes a connection to the imap server):
05.08.2009 13:05-->Fehlermeldung: Error in low level connection to sieve server (MAIL_FILTER-0014, 1350036445-1043)
treads in the old forum suggest to disable the mailfilter bundle (http://sdb.open-xchange.com/node/66) . any other ideas?
great thanks and best regards,
mnu
here are the logs:
mailserver:
i have two ox-servers running; an old one: Build 6.8.0-6802
and now a second one: Version: 6.10.0 Rev6 (2009-07-19 18:13:40)
version 6.8 seems to be fine with my external cyrus-mailservers sieve configuration but the new one tells me that there is something wrong (but also telnet at port 2000 establishes a connection to the imap server):
05.08.2009 13:05-->Fehlermeldung: Error in low level connection to sieve server (MAIL_FILTER-0014, 1350036445-1043)
treads in the old forum suggest to disable the mailfilter bundle (http://sdb.open-xchange.com/node/66) . any other ideas?
great thanks and best regards,
mnu
here are the logs:
Code:
Aug 5, 2009 1:05:21 PM com.openexchange.authentication.imap.impl.IMAPAuthentication handleLoginInfo INFO: Imap authentication for user xyz successful on host imap.xyz.at:143 Aug 5, 2009 1:05:21 PM com.openexchange.sessiond.impl.SessionHandler addSession INFO: Session created. ID: d7af39218c90426fa2cf6d30b0d4d74f, Context: 1, User: 3 Aug 5, 2009 1:05:52 PM com.openexchange.mailfilter.ajax.AJAXServlet doGet SEVERE: MAIL_FILTER-0014 Category=8 Message=Error in low level connection to sieve server exceptionID=1350036445-1043 MAIL_FILTER-0014 Category=8 Message=Error in low level connection to sieve server exceptionID=1350036445-1043 at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionConfig(MailfilterAction.java:167) at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionConfig(MailfilterAction.java:97) at com.openexchange.mailfilter.ajax.actions.AbstractAction.action(AbstractAction.java:79) at com.openexchange.mailfilter.ajax.AJAXServlet.doGet(AJAXServlet.java:191) at javax.servlet.http.HttpServlet.service(HttpServlet.java:596) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.doServletService(AJPv13RequestHandlerImpl.java:429) at com.openexchange.ajp13.AJPv13Request.response(AJPv13Request.java:128) at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.createResponse(AJPv13RequestHandlerImpl.java:282) at com.openexchange.ajp13.najp.AJPv13ConnectionImpl.createResponse(AJPv13ConnectionImpl.java:189) at com.openexchange.ajp13.najp.AJPv13Task.run(AJPv13Task.java:258) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:411) at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:453) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:183) at java.io.InputStreamReader.read(InputStreamReader.java:167) at java.io.BufferedReader.fill(BufferedReader.java:136) at java.io.BufferedReader.readLine(BufferedReader.java:299) at java.io.BufferedReader.readLine(BufferedReader.java:362) at com.openexchange.jsieve.SieveHandler.getServerWelcome(SieveHandler.java:509) at com.openexchange.jsieve.SieveHandler.initializeConnection(SieveHandler.java:255) at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionConfig(MailfilterAction.java:160) ... 16 more
Code:
mnu@xyz1:~$ telnet imap.xyz.at 143 Trying xxx.xxx.xxx.xxx... Connected to imap.xyz.at. Escape character is '^]'. * OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID MUPDATE=mupdate://mu.xyz.at/ STARTTLS AUTH=PLAIN SASL-IR ACL RIGHTS=kxte QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT SORT=MODSEQ THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE CATENATE CONDSTORE SCAN IDLE LISTEXT LIST-SUBSCRIBED X-NETSCAPE URLAUTH] ju.xyz.at Cyrus IMAP Murder v2.3.14-xyz-2.1 server ready
Comment