Hello,
after the login I get following error message in Quickinfo
the log-file shows this
my mailfilter.properties
I've installed dovecot 1.1.7 with Sieve plugin v1.1.5 and ox 6.6.
relevant parts of my dovecot.conf
IMAP is ok, but if I want to create a filter the same error occcurs.
If I start dovecot there is no hint, that the siveplugin is loaded, only the other plugins are indicated.
Can someone help me?
I found no helpful entries in this forum and I also found nothing with google.
Can it be, that I understand something wrong with the plugin and the ox-sieve-server?
Thanks,
cornfelt
after the login I get following error message in Quickinfo
Code:
Fehlermeldung: Error in low level connection to sieve server (MAIL_FILTER-0014,-329333138-68)
Code:
SEVERE: MAIL_FILTER-0014 Category=8 Message=Error in low level connection to sieve server exceptionID=-329333138-68 MAIL_FILTER-0014 Category=8 Message=Error in low level connection to sieve server exceptionID=-329333138-68 at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionConfig(MailfilterAction.java:165) at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionConfig(MailfilterAction.java:98) at com.openexchange.mailfilter.ajax.actions.AbstractAction.action(AbstractAction.java:79) at com.openexchange.mailfilter.ajax.AJAXServlet.doGet(AJAXServlet.java:192) at javax.servlet.http.HttpServlet.service(HttpServlet.java:596) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at com.openexchange.ajp13.AJPv13Request.response(AJPv13Request.java:120) at com.openexchange.ajp13.AJPv13RequestHandler.createResponse(AJPv13RequestHandler.java:466) at com.openexchange.ajp13.AJPv13Connection.createResponse(AJPv13Connection.java:197) at com.openexchange.ajp13.AJPv13Listener.run(AJPv13Listener.java:259) at java.lang.Thread.run(Thread.java:636) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:310) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:176) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:163) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:381) at java.net.Socket.connect(Socket.java:537) at java.net.Socket.connect(Socket.java:487) at java.net.Socket.<init>(Socket.java:384) at java.net.Socket.<init>(Socket.java:198) at com.openexchange.jsieve.SieveHandler.initializeConnection(SieveHandler.java:241) at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionConfig(MailfilterAction.java:158) ... 10 more
Code:
SIEVE_LOGIN_TYPE=global SIEVE_CREDSRC=imapLogin SIEVE_SERVER=localhost SIEVE_PORT=2000 SCRIPT_NAME=Open-Xchange
relevant parts of my dovecot.conf
Code:
protocol lda { postmaster_address = postmaster@foo.com sendmail_path = /usr/sbin/sendmail mail_plugin_dir = /usr/local/lib/dovecot/lda mail_plugins = quota expire cmusieve } plugin { sieve = /data/fs/mail/sieve-scripts/%u.sieve }
If I start dovecot there is no hint, that the siveplugin is loaded, only the other plugins are indicated.
Can someone help me?
I found no helpful entries in this forum and I also found nothing with google.
Can it be, that I understand something wrong with the plugin and the ox-sieve-server?
Thanks,
cornfelt
Comment