<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — [DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready]]></title>
		<link>https://forum.iredmail.org/topic21050-draft-tutorial-for-upgrading-debian-12-to-13-trixie-is-ready.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic21050.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready.]]></description>
		<lastBuildDate>Fri, 15 May 2026 14:42:01 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready]]></title>
			<link>https://forum.iredmail.org/post91965.html#p91965</link>
			<description><![CDATA[<p>I had to manually install the dovecot-lmtpd package. I also needed to change:</p><div class="quotebox"><blockquote><p>smtpd_sasl_path = ./dovecot-auth</p></blockquote></div><p>into</p><div class="quotebox"><blockquote><p>smtpd_sasl_path = ./private/dovecot-auth</p></blockquote></div><p>and to uncomment the line “auth_mechanisms = plain login” in /etc/dovecot/conf.d/10-auth.conf as explained by mir.</p><p>Now the only issue seems to be:</p><div class="quotebox"><blockquote><p>Error: sieve: binary /path/to/dovecot.svbin: read: binary stored with different major version 2.0 (!= 3.0; automatically fixed when re-compiled)</p></blockquote></div><p>but I assume this can be safely ignored?</p>]]></description>
			<author><![CDATA[null@example.com (FMB)]]></author>
			<pubDate>Fri, 15 May 2026 14:42:01 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91965.html#p91965</guid>
		</item>
		<item>
			<title><![CDATA[Re: [DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready]]></title>
			<link>https://forum.iredmail.org/post91524.html#p91524</link>
			<description><![CDATA[<div class="quotebox"><cite>mir wrote:</cite><blockquote><p>    unix_listener /var/spool/postfix/private/dovecot-lmtp {<br />        user = postfix<br />        group = postfix<br />        mode = 0600<br />    }</p></blockquote></div><p>Updated config files with lmtp socket listener.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 10 Dec 2025 02:41:25 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91524.html#p91524</guid>
		</item>
		<item>
			<title><![CDATA[Re: [DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready]]></title>
			<link>https://forum.iredmail.org/post91523.html#p91523</link>
			<description><![CDATA[<div class="quotebox"><cite>mir wrote:</cite><blockquote><p>iRedAPD-5.9.3 requires python3-multipart to be installed<br />iRedAdmin-2.6 requires python3-legacy-cgi and python3-crypt-r to be installed</p></blockquote></div><p>iRedAdmin-2.7 is released with newer dependent web.py module. It now doesn&#039;t require python3-legacy-cgi and python3-crypt-r.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 10 Dec 2025 02:08:01 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91523.html#p91523</guid>
		</item>
		<item>
			<title><![CDATA[Re: [DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready]]></title>
			<link>https://forum.iredmail.org/post91522.html#p91522</link>
			<description><![CDATA[<p>I am convinced that using the steps I have listed above I have concluded the migration from Debian 12 to 13. However, I still use Apache2 so I have not verified the Nginx and php-fpm I am not using SOGo Groupware as well as mlmmjadmin so these are not covered. Some conner-cases&nbsp; have to be expected but all in all I am able to receive and send email from 6 hosted domains and iRedAPD and iRedAdmin is working.</p>]]></description>
			<author><![CDATA[null@example.com (mir)]]></author>
			<pubDate>Tue, 09 Dec 2025 16:55:32 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91522.html#p91522</guid>
		</item>
		<item>
			<title><![CDATA[Re: [DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready]]></title>
			<link>https://forum.iredmail.org/post91521.html#p91521</link>
			<description><![CDATA[<p>Fixed lmtp:<br />The relay part using a unix socket needs to be included so therefore:</p><p>service lmtp {<br />&nbsp; &nbsp; user = vmail</p><p>&nbsp; &nbsp; # For higher volume sites, it may be desirable to increase the number of<br />&nbsp; &nbsp; # active listener processes. A range of 5 to 20 is probably good for most<br />&nbsp; &nbsp; # sites.<br />&nbsp; &nbsp; process_min_avail = 5</p><p>&nbsp; &nbsp; # Logging.<br />&nbsp; &nbsp; # Require &#039;log_path =&#039; in &#039;protocol lmtp {}&#039; block.<br />&nbsp; &nbsp; executable = lmtp -L</p><p>&nbsp; &nbsp; # Listening on socket file and TCP<br />&nbsp; &nbsp; unix_listener /var/spool/postfix/private/dovecot-lmtp {<br />&nbsp; &nbsp; &nbsp; &nbsp; user = postfix<br />&nbsp; &nbsp; &nbsp; &nbsp; group = postfix<br />&nbsp; &nbsp; &nbsp; &nbsp; mode = 0600<br />&nbsp; &nbsp; }</p><p>&nbsp; &nbsp; inet_listener lmtp {<br />&nbsp; &nbsp; &nbsp; &nbsp; listen = 127.0.0.1<br />&nbsp; &nbsp; &nbsp; &nbsp; port = 24<br />&nbsp; &nbsp; }<br />}</p>]]></description>
			<author><![CDATA[null@example.com (mir)]]></author>
			<pubDate>Tue, 09 Dec 2025 16:42:55 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91521.html#p91521</guid>
		</item>
		<item>
			<title><![CDATA[Re: [DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready]]></title>
			<link>https://forum.iredmail.org/post91520.html#p91520</link>
			<description><![CDATA[<p>Fixed sasl:</p><p>/etc/dovecot/conf.d/10-auth.conf:<br />&nbsp; &nbsp; Line “auth_mechanisms = plain login” needed to be uncommented.</p><p>/etc/postfix/main.cf<br />smtpd_sasl_path = ./private/dovecot-auth</p><p>lmtp still broken:<br />Should be something like:<br />relay=redacted[private/dovecot-lmtp], .....<br />But I get<br />relay=redacted[private/dovecot-lmtp]: Connection refused)</p>]]></description>
			<author><![CDATA[null@example.com (mir)]]></author>
			<pubDate>Tue, 09 Dec 2025 15:54:53 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91520.html#p91520</guid>
		</item>
		<item>
			<title><![CDATA[Re: [DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready]]></title>
			<link>https://forum.iredmail.org/post91519.html#p91519</link>
			<description><![CDATA[<p>On Debian 12 sasl is made through: /var/spool/postfix/dovecot-auth</p><p>Using instructions here this socket is missing in which case sasl is broken.</p>]]></description>
			<author><![CDATA[null@example.com (mir)]]></author>
			<pubDate>Tue, 09 Dec 2025 14:33:12 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91519.html#p91519</guid>
		</item>
		<item>
			<title><![CDATA[Re: [DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready]]></title>
			<link>https://forum.iredmail.org/post91517.html#p91517</link>
			<description><![CDATA[<p>Got it.</p><p>But this will require a lot of work to make the transition.</p><p>iRedAPD-5.9.3 requires python3-multipart to be installed<br />iRedAdmin-2.6 requires python3-legacy-cgi and python3-crypt-r to be installed</p><p>Apart from the above:<br />- lmtp is broken (transition instructions are missing)<br />- sasl is broken (transition instructions are missing)<br />warning: SASL: Connect to Dovecot auth socket &#039;./dovecot-auth&#039; failed: Connection refused<br />2025-12-09T13:24:27.896266+01:00 iredmail postfix/smtpd[3929]: fatal: no SASL authentication mechanisms</p><p>I have made a rolled back of my snapshot since this task is not a walk in the park. I will try working from a clone instead - I cannot be without a working mail server for several days.</p>]]></description>
			<author><![CDATA[null@example.com (mir)]]></author>
			<pubDate>Tue, 09 Dec 2025 12:42:20 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91517.html#p91517</guid>
		</item>
		<item>
			<title><![CDATA[Re: [DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready]]></title>
			<link>https://forum.iredmail.org/post91516.html#p91516</link>
			<description><![CDATA[<p>hi @mir,</p><p>Fixed, you can try again now. <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Thanks for the feedback.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 09 Dec 2025 01:53:05 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91516.html#p91516</guid>
		</item>
		<item>
			<title><![CDATA[Re: [DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready]]></title>
			<link>https://forum.iredmail.org/post91515.html#p91515</link>
			<description><![CDATA[<p>$ wget <a href="https://docs.iredmail.org/files/dovecot/dovecot-2.4-openldap.conf">https://docs.iredmail.org/files/dovecot … nldap.conf</a><br />--2025-12-08 23:37:13--&nbsp; <a href="https://docs.iredmail.org/files/dovecot/dovecot-2.4-openldap.conf">https://docs.iredmail.org/files/dovecot … nldap.conf</a><br />Resolving docs.iredmail.org (docs.iredmail.org)... 139.162.146.87<br />Connecting to docs.iredmail.org (docs.iredmail.org)|139.162.146.87|:443... connected.<br />HTTP request sent, awaiting response... 404 Not Found<br />2025-12-08 23:37:13 ERROR 404: Not Found.</p>]]></description>
			<author><![CDATA[null@example.com (mir)]]></author>
			<pubDate>Mon, 08 Dec 2025 22:38:48 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91515.html#p91515</guid>
		</item>
		<item>
			<title><![CDATA[Re: [DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready]]></title>
			<link>https://forum.iredmail.org/post91514.html#p91514</link>
			<description><![CDATA[<p>openLDAP backend here and the mysql user is not called vmailadmin but iredadmin instead?</p>]]></description>
			<author><![CDATA[null@example.com (mir)]]></author>
			<pubDate>Mon, 08 Dec 2025 22:29:16 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91514.html#p91514</guid>
		</item>
		<item>
			<title><![CDATA[[DRAFT] Tutorial for upgrading Debian 12 to 13 (trixie) is ready]]></title>
			<link>https://forum.iredmail.org/post91511.html#p91511</link>
			<description><![CDATA[<p>Call for testers: Draft tutorial for upgrading Debian 12 to 13 (trixie) is ready:<br /><a href="https://docs.iredmail.org/upgrade.debian.12-13.html">https://docs.iredmail.org/upgrade.debian.12-13.html</a></p><p>Debian 13 offers Dovecot 2.4, but it&#039;s not backward-compatible with Dovecot 2.3, it&#039;s quite a mess. We generate sample Dovecot config files with <a href="https://www.iredmail.org/ee.html">iRedMail Enterprise Edition</a> (&quot;EE&quot; for short), you just need to replace /etc/dovecot/dovecot.conf by the sample one and update few parameters.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Fri, 05 Dec 2025 01:38:32 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91511.html#p91511</guid>
		</item>
	</channel>
</rss>
