<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — sieve path issue with dovecot 2.4 on debian 13]]></title>
	<link rel="self" href="https://forum.iredmail.org/feed-atom-topic21186.xml" />
	<updated>2026-07-22T01:31:35Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.iredmail.org/topic21186-sieve-path-issue-with-dovecot-24-on-debian-13.html</id>
		<entry>
			<title type="html"><![CDATA[Re: sieve path issue with dovecot 2.4 on debian 13]]></title>
			<link rel="alternate" href="https://forum.iredmail.org/post92128.html#p92128" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>https://forum.iredmail.org/user2.html</uri>
			</author>
			<updated>2026-07-22T01:31:35Z</updated>
			<id>https://forum.iredmail.org/post92128.html#p92128</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[sieve path issue with dovecot 2.4 on debian 13]]></title>
			<link rel="alternate" href="https://forum.iredmail.org/post92123.html#p92123" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[b.cherrier]]></name>
				<uri>https://forum.iredmail.org/user33874.html</uri>
			</author>
			<updated>2026-07-21T22:48:36Z</updated>
			<id>https://forum.iredmail.org/post92123.html#p92123</id>
		</entry>
</feed>
