<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Open Xchange Groupware and iRedMail Sieve]]></title>
		<link>http://www.iredmail.org/forum/topic3897-open-xchange-groupware-and-iredmail-sieve.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic3897.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Open Xchange Groupware and iRedMail Sieve.]]></description>
		<lastBuildDate>Tue, 08 Jan 2013 14:52:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19786.html#p19786</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Try this command first:<br /></p><div class="codebox"><pre><code># iptables -I INPUT -p tcp --dport 4190 -j ACCEPT</code></pre></div><p>Then test Open Xchange again. if it works, open /etc/default/iptables and add port 4190.</p></blockquote></div><p>Yeah, it works. Found a small How To with Google.</p><p>It works! Just needed:</p><p>iptables -A INPUT -p tcp --dport 4190 -j ACCEPT<br />iptables -A INPUT -p tcp --sport 4190 -j ACCEPT </p><p>I can now use OX with iRedMail´s SIEVE filtering or create my own set of filters in side OX.</p><p>Thanks for your help and I hope this thread helps other users/customers to understand how to setup Open Xchange Groupware with iRedMail! :-)</p><p>Problem solved.</p>]]></description>
			<author><![CDATA[null@example.com (ventas)]]></author>
			<pubDate>Tue, 08 Jan 2013 14:52:23 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19786.html#p19786</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19785.html#p19785</link>
			<description><![CDATA[<p>Try this command first:<br /></p><div class="codebox"><pre><code># iptables -I INPUT -p tcp --dport 4190 -j ACCEPT</code></pre></div><p>Then test Open Xchange again. if it works, open /etc/default/iptables and add port 4190.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 08 Jan 2013 14:46:54 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19785.html#p19785</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19782.html#p19782</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><div class="quotebox"><cite>ventas wrote:</cite><blockquote><p>ACCEPT     tcp  --  anywhere             anywhere            multiport dports www,https,smtp,ssmtp,pop3,pop3s,imap2,imaps,submission,ssmtp,ssh,zabbix-agent,zabbix-trapper</p></blockquote></div><p>Sieve service port is not open in your iptables.</p></blockquote></div><p>Ah OK. How can I do this, I´m not so experienced in using iptables...</p>]]></description>
			<author><![CDATA[null@example.com (ventas)]]></author>
			<pubDate>Tue, 08 Jan 2013 11:07:25 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19782.html#p19782</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19781.html#p19781</link>
			<description><![CDATA[<div class="quotebox"><cite>ventas wrote:</cite><blockquote><p>ACCEPT     tcp  --  anywhere             anywhere            multiport dports www,https,smtp,ssmtp,pop3,pop3s,imap2,imaps,submission,ssmtp,ssh,zabbix-agent,zabbix-trapper</p></blockquote></div><p>Sieve service port is not open in your iptables.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 08 Jan 2013 11:05:28 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19781.html#p19781</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19780.html#p19780</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><div class="quotebox"><blockquote><p>Caused by: java.net.SocketTimeoutException: connect timed out</p></blockquote></div><p>Looks like it cannot connect to SIEVE server at all.</p><p>- Is sieve service port (4190) open in iptables?<br />- Is sieve service only listening on 127.0.0.1?</p></blockquote></div><p>root@vm-iredmail:/var/log# netstat -tupan| grep 4190<br />tcp&nbsp; &nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; 0 0.0.0.0:4190&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0.0.0:*&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;LISTEN&nbsp; &nbsp; &nbsp; 10283/dovecot</p><p>root@vm-iredmail:/var/log# iptables --list<br />Chain INPUT (policy DROP)<br />target&nbsp; &nbsp; &nbsp;prot opt source&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;destination&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />fail2ban-postfix&nbsp; tcp&nbsp; --&nbsp; anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; multiport dports www,https,smtp,ssmtp,pop3,pop3s,imap2,imaps,sieve <br />fail2ban-ssh&nbsp; tcp&nbsp; --&nbsp; anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp dpt:ssh <br />fail2ban-dovecot&nbsp; tcp&nbsp; --&nbsp; anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; multiport dports www,https,smtp,ssmtp,pop3,pop3s,imap2,imaps,sieve <br />fail2ban-roundcube&nbsp; tcp&nbsp; --&nbsp; anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; multiport dports www,https,smtp,ssmtp,pop3,pop3s,imap2,imaps,sieve <br />ACCEPT&nbsp; &nbsp; &nbsp;all&nbsp; --&nbsp; anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; state RELATED,ESTABLISHED <br />ACCEPT&nbsp; &nbsp; &nbsp;tcp&nbsp; --&nbsp; anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; multiport dports www,https,smtp,ssmtp,pop3,pop3s,imap2,imaps,submission,ssmtp,ssh,zabbix-agent,zabbix-trapper <br />ACCEPT&nbsp; &nbsp; &nbsp;all&nbsp; --&nbsp; anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />ACCEPT&nbsp; &nbsp; &nbsp;icmp --&nbsp; anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; icmp echo-request </p><p>Chain FORWARD (policy DROP)<br />target&nbsp; &nbsp; &nbsp;prot opt source&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;destination&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p><p>Chain OUTPUT (policy ACCEPT)<br />target&nbsp; &nbsp; &nbsp;prot opt source&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;destination&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p><p>Chain fail2ban-dovecot (1 references)<br />target&nbsp; &nbsp; &nbsp;prot opt source&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;destination&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />RETURN&nbsp; &nbsp; &nbsp;all&nbsp; --&nbsp; anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p><p>Chain fail2ban-postfix (1 references)<br />target&nbsp; &nbsp; &nbsp;prot opt source&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;destination&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />RETURN&nbsp; &nbsp; &nbsp;all&nbsp; --&nbsp; anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p><p>Chain fail2ban-roundcube (1 references)<br />target&nbsp; &nbsp; &nbsp;prot opt source&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;destination&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />RETURN&nbsp; &nbsp; &nbsp;all&nbsp; --&nbsp; anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p><p>Chain fail2ban-ssh (1 references)<br />target&nbsp; &nbsp; &nbsp;prot opt source&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;destination&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />RETURN&nbsp; &nbsp; &nbsp;all&nbsp; --&nbsp; anywhere&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;anywhere</p>]]></description>
			<author><![CDATA[null@example.com (ventas)]]></author>
			<pubDate>Tue, 08 Jan 2013 10:38:35 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19780.html#p19780</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19779.html#p19779</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>Caused by: java.net.SocketTimeoutException: connect timed out</p></blockquote></div><p>Looks like it cannot connect to SIEVE server at all.</p><p>- Is sieve service port (4190) open in iptables?<br />- Is sieve service only listening on 127.0.0.1?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 08 Jan 2013 10:24:26 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19779.html#p19779</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19778.html#p19778</link>
			<description><![CDATA[<p>These are the actual settings in mailfilter.properties (OX):</p><p># Specify which sieve server should be used. Two options are allowed here:<br /># user : use the imap server setting stored for user in the database<br /># global : use the sieve server given in this config file for all users<br />#SIEVE_LOGIN_TYPE=user<br />SIEVE_LOGIN_TYPE=global<br /># Specify which sieve credentials should be use. Two options are allowed here:<br /># &quot;session&quot; : login name and password are used from the current session<br /># &quot;imapLogin&quot; : the login name is taken from the field imapLogin of the current<br />#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;user the password is taken from the current session<br /># &quot;mail&quot; : use the primary mail address of the user and the password from the<br />#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; session<br />SIEVE_CREDSRC=session<br />#SIEVE_CREDSRC=mail<br />#SIEVE_CREDSRC=imapLogin<br /># to override the&nbsp; sieve server defaults specify a value for the sieve server here<br />SIEVE_SERVER=1.78.143.246<br />#SIEVE_PORT=2000<br />SIEVE_PORT=4190<br /># If you want the script to be generated with another script name change it here.<br /># Note that the mail filter bundle will then leave the old script with the old<br /># script name behind, and doesn&#039;t delete it<br />#SCRIPT_NAME=Open-Xchange<br />#SCRIPT_NAME=roundcube.sieve<br />#SCRIPT_NAME=roundcube<br />SCRIPT_NAME=dovecot.sieve<br /># Define the charset encoding to use for authentication to sieve server<br />SIEVE_AUTH_ENC=UTF-8<br /># Define the regex which recognizes servers with incorrect sieve TLS implementation<br />NON_RFC_COMPLIANT_TLS_REGEX=^Cyrus.*v([0-1]\\.[0-9].*|2\\.[0-2].*|2\\.3\\.[0-9]|2\\.3\\.[0-9][^0-9].*)$<br /># Whether to use TLS if available<br />TLS=true<br />#TLS=false</p>]]></description>
			<author><![CDATA[null@example.com (ventas)]]></author>
			<pubDate>Tue, 08 Jan 2013 10:24:18 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19778.html#p19778</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19777.html#p19777</link>
			<description><![CDATA[<p>Fixed port on OX side. Still get errors connecting to iRedMail´s SIEVE:</p><br /><p>08.01.2013 11:20:32 com.openexchange.log.internal.LoggerTask call<br />SCHWERWIEGEND: Logged at: com.openexchange.mailfilter.ajax.AJAXServlet.doGet(AJAXServlet.java:160)<br />MAIL_FILTER-0014 Category=8 Message=Error in low level connection to sieve server 1.78.143.246 at port 4190 exceptionID=228287586-7<br />com.openexchange.ajp13.remoteAddress=127.0.0.1<br />MAIL_FILTER-0014 Category=8 Message=Error in low level connection to sieve server 1.78.143.246 at port 4190 exceptionID=228287586-7<br />&nbsp; &nbsp; at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionConfig(MailfilterAction.java:214)<br />&nbsp; &nbsp; at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionConfig(MailfilterAction.java:110)<br />&nbsp; &nbsp; at com.openexchange.mailfilter.ajax.actions.AbstractAction.action(AbstractAction.java:79)<br />&nbsp; &nbsp; at com.openexchange.mailfilter.ajax.AJAXServlet.doGet(AJAXServlet.java:158)<br />&nbsp; &nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)<br />&nbsp; &nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)<br />&nbsp; &nbsp; at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.doServletService(AJPv13RequestHandlerImpl.java:563)<br />&nbsp; &nbsp; at com.openexchange.ajp13.AJPv13Request.response(AJPv13Request.java:138)<br />&nbsp; &nbsp; at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.createResponse(AJPv13RequestHandlerImpl.java:365)<br />&nbsp; &nbsp; at com.openexchange.ajp13.najp.AJPv13ConnectionImpl.createResponse(AJPv13ConnectionImpl.java:224)<br />&nbsp; &nbsp; at com.openexchange.ajp13.najp.AJPv13Task.call(AJPv13Task.java:394)<br />&nbsp; &nbsp; at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)<br />&nbsp; &nbsp; at java.util.concurrent.FutureTask.run(FutureTask.java:123)<br />&nbsp; &nbsp; at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:781)<br />&nbsp; &nbsp; at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:807)<br />&nbsp; &nbsp; at java.lang.Thread.run(Thread.java:595)<br />Caused by: java.net.SocketTimeoutException: connect timed out<br />&nbsp; &nbsp; at java.net.PlainSocketImpl.socketConnect(Native Method)<br />&nbsp; &nbsp; at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)<br />&nbsp; &nbsp; at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)<br />&nbsp; &nbsp; at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)<br />&nbsp; &nbsp; at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:367)<br />&nbsp; &nbsp; at java.net.Socket.connect(Socket.java:524)<br />&nbsp; &nbsp; at com.openexchange.jsieve.export.SieveHandler.initializeConnection(SieveHandler.java:237)<br />&nbsp; &nbsp; at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionConfig(MailfilterAction.java:208)<br />&nbsp; &nbsp; ... 15 more</p>]]></description>
			<author><![CDATA[null@example.com (ventas)]]></author>
			<pubDate>Tue, 08 Jan 2013 10:21:17 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19777.html#p19777</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19775.html#p19775</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><div class="quotebox"><cite>ventas wrote:</cite><blockquote><p>MAIL_FILTER-0014 Category=8 Message=Error in low level connection to sieve server 1.78.143.246 at port <span style="color: red">2000</span> exceptionID=1970102152-1519</p></blockquote></div><p>Port 2000? Or 4190?</p></blockquote></div><p>Yeah, that´s strange. I´ve changed the port to 4190 yesterday (see my comment) and OX still tries port 2000. I´ll have to check this first.</p>]]></description>
			<author><![CDATA[null@example.com (ventas)]]></author>
			<pubDate>Tue, 08 Jan 2013 10:17:21 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19775.html#p19775</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19774.html#p19774</link>
			<description><![CDATA[<div class="quotebox"><cite>ventas wrote:</cite><blockquote><p>MAIL_FILTER-0014 Category=8 Message=Error in low level connection to sieve server 1.78.143.246 at port <span style="color: red">2000</span> exceptionID=1970102152-1519</p></blockquote></div><p>Port 2000? Or 4190?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 08 Jan 2013 10:15:12 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19774.html#p19774</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19771.html#p19771</link>
			<description><![CDATA[<p>open-xchange.log.0 during login and checking mailfilter (1.78.143.246 is iRedMail):</p><p>==&gt; open-xchange.log.0 &lt;==<br />08.01.2013 09:08:27 com.openexchange.log.internal.LoggerTask call<br />SCHWERWIEGEND: Logged at: com.openexchange.mailfilter.ajax.AJAXServlet.doGet(AJAXServlet.java:160)<br />MAIL_FILTER-0014 Category=8 Message=Error in low level connection to sieve server 1.78.143.246 at port 2000 exceptionID=1970102152-1519<br />com.openexchange.ajp13.remoteAddress=127.0.0.1<br />MAIL_FILTER-0014 Category=8 Message=Error in low level connection to sieve server 1.78.143.246 at port 2000 exceptionID=1970102152-1519<br />&nbsp; &nbsp; at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionConfig(MailfilterAction.java:214)<br />&nbsp; &nbsp; at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionConfig(MailfilterAction.java:110)</p>]]></description>
			<author><![CDATA[null@example.com (ventas)]]></author>
			<pubDate>Tue, 08 Jan 2013 08:09:33 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19771.html#p19771</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19769.html#p19769</link>
			<description><![CDATA[<p>actually i don&#039;t know .<br /><a href="http://www.peachtreeink.com/">low cost generic copier ink</a></p>]]></description>
			<author><![CDATA[null@example.com (LucapcHumas)]]></author>
			<pubDate>Mon, 07 Jan 2013 19:26:01 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19769.html#p19769</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19768.html#p19768</link>
			<description><![CDATA[<p>What&#039;s the situation in Open Xchange side?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 07 Jan 2013 14:54:30 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19768.html#p19768</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19766.html#p19766</link>
			<description><![CDATA[<p>But I can see an error:</p><p>Jan 07 11:09:56 IMAP(xxx@company.de): Info: acl vfile: file /var/vmail/vmail1/company.de/x/x/x/xxx-2011.11.14.21.37.25//Maildir/dovecot-acl not found</p><p>This and all that above comes when opening the filter page in the mail settings inside Open Exchange.</p>]]></description>
			<author><![CDATA[null@example.com (ventas)]]></author>
			<pubDate>Mon, 07 Jan 2013 14:46:40 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19766.html#p19766</guid>
		</item>
		<item>
			<title><![CDATA[Re: Open Xchange Groupware and iRedMail Sieve]]></title>
			<link>http://www.iredmail.org/forum/post19765.html#p19765</link>
			<description><![CDATA[<p>Still not work? I cannot find related error message in your debug log.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 07 Jan 2013 14:29:55 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19765.html#p19765</guid>
		</item>
	</channel>
</rss>
