<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — sieve path issue with dovecot 2.4 on debian 13]]></title>
		<link>https://forum.iredmail.org/topic21186-sieve-path-issue-with-dovecot-24-on-debian-13.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic21186.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in sieve path issue with dovecot 2.4 on debian 13.]]></description>
		<lastBuildDate>Wed, 22 Jul 2026 01:31:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: sieve path issue with dovecot 2.4 on debian 13]]></title>
			<link>https://forum.iredmail.org/post92128.html#p92128</link>
			<description><![CDATA[<div class="quotebox"><cite>b.cherrier wrote:</cite><blockquote><p>Is this normal ? did I find a bug ?</p></blockquote></div><p>You&#039;re correct, it&#039;s indeed a bug of recent iRedMail releases. Fixed moment ago, will releasae iRedMail-1.8.4 with this fix shortly:<br /><a href="https://github.com/iredmail/iRedMail/commit/3a134a25f909dc4802f87a1c81d4ac3dedd2f347">https://github.com/iredmail/iRedMail/co … 3dedd2f347</a></p><p>By the way:<br />- iRedMail Enterprise Edition (&quot;EE&quot;) is not affected.<br />- If you upgraded Debian from 12 to 13 by following our tutorial[1], it&#039;s not affected[2] either.</p><p>[1] <a href="https://docs.iredmail.org/upgrade.debian.12-13.html">https://docs.iredmail.org/upgrade.debian.12-13.html</a><br />[2] <a href="https://github.com/iredmail/docs/blob/master/html/files/dovecot/dovecot-2.4-mariadb.conf#L727">https://github.com/iredmail/docs/blob/m … .conf#L727</a></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 22 Jul 2026 01:31:35 +0000</pubDate>
			<guid>https://forum.iredmail.org/post92128.html#p92128</guid>
		</item>
		<item>
			<title><![CDATA[sieve path issue with dovecot 2.4 on debian 13]]></title>
			<link>https://forum.iredmail.org/post92123.html#p92123</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release):&nbsp; 1.8.3<br />- Deployed with iRedMail Easy or the downloadable installer? installer<br />- Linux/BSD distribution name and version: Debian 13<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mariadb<br />- Web server (Apache or Nginx): nginx<br />- Manage mail accounts with iRedAdmin-Pro? yes<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>A fresh install on debian 13, then restore config and data</p><p>This is the error we get :<br /></p><div class="codebox"><pre><code>dovecot: sieve(name@domaine.tld)&lt;16329&gt;&lt;mBy5ACZXnsB/AAAB&gt;: Error: sieve: file storage: Sieve storage path &#039;/var/vmail/vmail1/domaine.tld/n/a/m/name-
2021.04.15.10.29.46//sieve/dovecot.sieve&#039; is not a directory, but it is to be opened for write access </code></pre></div><p>To solve this problem we had to change dovecot.conf from this :<br /></p><div class="codebox"><pre><code>sieve_script personal {
    type = personal
    driver = file
    path = ~/sieve/dovecot.sieve
}</code></pre></div><p>to this :<br /></p><div class="codebox"><pre><code>sieve_script personal {
    type = personal
    driver = file
    path = ~/sieve
    active_path = ~/sieve/dovecot.sieve
}</code></pre></div><p>It&#039;s the second server on debian 13 that has this issue.</p><p>Is this normal ? did I find a bug ?</p>]]></description>
			<author><![CDATA[null@example.com (b.cherrier)]]></author>
			<pubDate>Tue, 21 Jul 2026 22:48:36 +0000</pubDate>
			<guid>https://forum.iredmail.org/post92123.html#p92123</guid>
		</item>
	</channel>
</rss>
