<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — iRedMail-1.8.0 has been released.]]></title>
		<link>https://forum.iredmail.org/topic21127-iredmail180-has-been-released.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic21127.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in iRedMail-1.8.0 has been released..]]></description>
		<lastBuildDate>Thu, 30 Apr 2026 21:38:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91918.html#p91918</link>
			<description><![CDATA[<div class="quotebox"><cite>natec wrote:</cite><blockquote><p>I got error messages when attempting to upgrade iRedAdmin:</p><div class="codebox"><pre><code>* Detected Linux/BSD distribution: UBUNTU
...(forum seems to be complaining about &quot;links&quot; and perhaps doesn&#039;t like the directory listings here)
* Check and install required packages.
Install package(s): uwsgi-core uwsgi-plugin-python3 python3-passlib python3-passlib python3-multipart
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3-multipart
Package installation failed, please check console output and fix it manually.
upgrade_iredadmin.sh: line 794: exist: command not found
* Check SQL tables, and add missed ones - if there&#039;s any
* Replace py2 by py3 in cron jobs.
* Clean up.
Traceback (most recent call last):
  File &quot;delete_sessions.py&quot;, line 15, in &lt;module&gt;
    import web
  File &quot;/opt/www/iRedAdmin-2.8.1/tools/../web/__init__.py&quot;, line 4, in &lt;module&gt;
    from . import (  # noqa: F401
  File &quot;/opt/www/iRedAdmin-2.8.1/tools/../web/debugerror.py&quot;, line 19, in &lt;module&gt;
    from . import webapi as web
  File &quot;/opt/www/iRedAdmin-2.8.1/tools/../web/webapi.py&quot;, line 12, in &lt;module&gt;
    import multipart
ModuleNotFoundError: No module named &#039;multipart&#039;</code></pre></div><p>I had to run <br /></p><div class="codebox"><pre><code>pip install python-multipart</code></pre></div><p> <br />...and then re-run the </p><div class="codebox"><pre><code> sudo bash upgrade_iredadmin.sh </code></pre></div><p> command again, and then the output did not indicate errors.&nbsp; Just in case someone else runs into the same thing.</p><p>Successful output:</p><div class="codebox"><pre><code>* Detected Linux/BSD distribution: UBUNTU
...(forum seems to be complaining about &quot;links&quot; and perhaps doesn&#039;t like the directory listings here)
Install package(s): uwsgi-core uwsgi-plugin-python3 python3-passlib python3-passlib
Reading package lists... Done
Building dependency tree
Reading state information... Done
uwsgi-core is already the newest version (2.0.18-11ubuntu1).
uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1).
The following NEW packages will be installed:
  python3-passlib
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 353 kB of archives.
After this operation, 2028 kB of additional disk space will be used.
Get:1 ubuntu focal/main amd64 python3-passlib all 1.7.2-1 [353 kB]
Fetched 353 kB in 3s (134 kB/s)
Selecting previously unselected package python3-passlib.
(Reading database ... 45358 files and directories currently installed.)
Preparing to unpack .../python3-passlib_1.7.2-1_all.deb ...
Unpacking python3-passlib (1.7.2-1) ...
Setting up python3-passlib (1.7.2-1) ...
* Check SQL tables, and add missed ones - if there&#039;s any
* Replace py2 by py3 in cron jobs.
* Clean up.
* Delete all existing sessions to force all admins to re-login.
* iRedAdmin has been successfully upgraded.
* Restarting iredadmin service.</code></pre></div></blockquote></div><p>sudo apt install python3-python-multipart should have done the trick.<br />Running pip install is a bad thing to do on a Debian based system.</p>]]></description>
			<author><![CDATA[null@example.com (mir)]]></author>
			<pubDate>Thu, 30 Apr 2026 21:38:08 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91918.html#p91918</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91915.html#p91915</link>
			<description><![CDATA[<p>I got error messages when attempting to upgrade iRedAdmin:</p><div class="codebox"><pre><code>* Detected Linux/BSD distribution: UBUNTU
...(forum seems to be complaining about &quot;links&quot; and perhaps doesn&#039;t like the directory listings here)
* Check and install required packages.
Install package(s): uwsgi-core uwsgi-plugin-python3 python3-passlib python3-passlib python3-multipart
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3-multipart
Package installation failed, please check console output and fix it manually.
upgrade_iredadmin.sh: line 794: exist: command not found
* Check SQL tables, and add missed ones - if there&#039;s any
* Replace py2 by py3 in cron jobs.
* Clean up.
Traceback (most recent call last):
  File &quot;delete_sessions.py&quot;, line 15, in &lt;module&gt;
    import web
  File &quot;/opt/www/iRedAdmin-2.8.1/tools/../web/__init__.py&quot;, line 4, in &lt;module&gt;
    from . import (  # noqa: F401
  File &quot;/opt/www/iRedAdmin-2.8.1/tools/../web/debugerror.py&quot;, line 19, in &lt;module&gt;
    from . import webapi as web
  File &quot;/opt/www/iRedAdmin-2.8.1/tools/../web/webapi.py&quot;, line 12, in &lt;module&gt;
    import multipart
ModuleNotFoundError: No module named &#039;multipart&#039;</code></pre></div><p>I had to run <br /></p><div class="codebox"><pre><code>pip install python-multipart</code></pre></div><p> <br />...and then re-run the </p><div class="codebox"><pre><code> sudo bash upgrade_iredadmin.sh </code></pre></div><p> command again, and then the output did not indicate errors.&nbsp; Just in case someone else runs into the same thing.</p><p>Successful output:</p><div class="codebox"><pre><code>* Detected Linux/BSD distribution: UBUNTU
...(forum seems to be complaining about &quot;links&quot; and perhaps doesn&#039;t like the directory listings here)
Install package(s): uwsgi-core uwsgi-plugin-python3 python3-passlib python3-passlib
Reading package lists... Done
Building dependency tree
Reading state information... Done
uwsgi-core is already the newest version (2.0.18-11ubuntu1).
uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1).
The following NEW packages will be installed:
  python3-passlib
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 353 kB of archives.
After this operation, 2028 kB of additional disk space will be used.
Get:1 ubuntu focal/main amd64 python3-passlib all 1.7.2-1 [353 kB]
Fetched 353 kB in 3s (134 kB/s)
Selecting previously unselected package python3-passlib.
(Reading database ... 45358 files and directories currently installed.)
Preparing to unpack .../python3-passlib_1.7.2-1_all.deb ...
Unpacking python3-passlib (1.7.2-1) ...
Setting up python3-passlib (1.7.2-1) ...
* Check SQL tables, and add missed ones - if there&#039;s any
* Replace py2 by py3 in cron jobs.
* Clean up.
* Delete all existing sessions to force all admins to re-login.
* iRedAdmin has been successfully upgraded.
* Restarting iredadmin service.</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (natec)]]></author>
			<pubDate>Mon, 27 Apr 2026 22:19:28 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91915.html#p91915</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91908.html#p91908</link>
			<description><![CDATA[<p>Updated SOGo section moment ago, thanks for the feedback. <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br /><a href="https://docs.iredmail.org/upgrade.debian.12-13.html#sogo-groupware">https://docs.iredmail.org/upgrade.debia … -groupware</a></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 22 Apr 2026 08:09:00 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91908.html#p91908</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91907.html#p91907</link>
			<description><![CDATA[<p>SOGo does support Debian 13 but they moved the repository to a different url.</p><p>I changed the contents of my /etc/apt/sources.list.d/sogo-nightly.list to </p><div class="codebox"><pre><code>deb https:packagingv2.sogo.nu/sogo-nightly-debian/ trixie main</code></pre></div><p>After that I did an apt full-upgrade</p><p>This command installs the new sogo packages for debian 13.</p><p>I am running nginx as webserver and sogo did not work as expected after the upgrade. I found out that the sogo templates in /etc/nginx/templates pointed to the wrong directories.</p><p>In sogo.tmpl I commented out the old config and added the new config:<br /></p><div class="codebox"><pre><code>#location /SOGo.woa/WebServerResources/ {
#    alias /usr/lib/GNUstep/SOGo/WebServerResources/;
#    expires max;
#}
#location /SOGo/WebServerResources/ {
#    alias /usr/lib/GNUstep/SOGo/WebServerResources/;
#    expires max;
#}
#location ^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$ {
#    alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
#    expires max;
#}

location /SOGo.woa/WebServerResources/ {
    alias /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/WebServerResources/;
    expires max;
}
location /SOGo/WebServerResources/ {
    alias /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/WebServerResources/;
    expires max;
}
location ^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$ {
    alias /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/$1.SOGo/Resources/$2;
    expires max;
}</code></pre></div><p>I also updated the sogo-subdomain.tmpl:<br /></p><div class="codebox"><pre><code>#location /SOGo.woa/WebServerResources/ {
#    alias /usr/lib/GNUstep/SOGo/WebServerResources/;
#    expires max;
#}
#location /SOGo/WebServerResources/ {
#    alias /usr/lib/GNUstep/SOGo/WebServerResources/;
#    expires max;
#}
#location ^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$ {
#    alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
#    expires max;
#}
#location (^/SOGo/so/ControlPanel/Products/[^/]*UI/Resources/.*\.(jpg|png|gif|css|js)$) {
#    alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
#    expires max;
#}

location /SOGo.woa/WebServerResources/ {
    alias /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/WebServerResources/;
    expires max;
}
location /SOGo/WebServerResources/ {
    alias /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/WebServerResources/;
    expires max;
}
location ^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$ {
    alias /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/$1.SOGo/Resources/$2;
    expires max;
}
location (^/SOGo/so/ControlPanel/Products/[^/]*UI/Resources/.*\.(jpg|png|gif|css|js)$) {
    alias /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/$1.SOGo/Resources/$2;
    expires max;
}</code></pre></div><p>Restarted nginx and Sogo is now working om Debian 13!</p>]]></description>
			<author><![CDATA[null@example.com (jurrie)]]></author>
			<pubDate>Tue, 21 Apr 2026 20:30:16 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91907.html#p91907</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91902.html#p91902</link>
			<description><![CDATA[<div class="quotebox"><cite>alss wrote:</cite><blockquote><p>1.8.0 (APR, 2026)</p></blockquote></div><p>Fixed. Thanks for the feedback.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 20 Apr 2026 04:15:46 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91902.html#p91902</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91901.html#p91901</link>
			<description><![CDATA[<p>Hi,</p><p>There is a typo in the website Download:</p><p>STABLE<br />1.8.0 (APR, 2025)</p><p>should be:</p><p>STABLE<br />1.8.0 (APR, 2026)</p><p>Thank you!</p>]]></description>
			<author><![CDATA[null@example.com (alss)]]></author>
			<pubDate>Fri, 17 Apr 2026 14:25:52 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91901.html#p91901</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91896.html#p91896</link>
			<description><![CDATA[<p>Thank you, Zhang!</p>]]></description>
			<author><![CDATA[null@example.com (schtebo)]]></author>
			<pubDate>Wed, 15 Apr 2026 11:55:33 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91896.html#p91896</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91895.html#p91895</link>
			<description><![CDATA[<div class="quotebox"><cite>Bronko wrote:</cite><blockquote><p>May be it&#039;s worth to include <a href="https://docs.iredmail.org/migrate.or.upgrade.iredadmin.html">IRedAdmin Update</a> in <a href="https://docs.iredmail.org/upgrade.iredmail.1.7.4-1.8.0.html">Upgrade notes</a> too.</p></blockquote></div><p>Fixed. Thanks for the feedback. <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 15 Apr 2026 01:49:15 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91895.html#p91895</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91893.html#p91893</link>
			<description><![CDATA[<p>Updated on Ubuntu 22.04.5, no issues... Thanks!</p><p>May be it&#039;s worth to include <a href="https://docs.iredmail.org/migrate.or.upgrade.iredadmin.html">IRedAdmin Update</a> in <a href="https://docs.iredmail.org/upgrade.iredmail.1.7.4-1.8.0.html">Upgrade notes</a> too.</p>]]></description>
			<author><![CDATA[null@example.com (Bronko)]]></author>
			<pubDate>Tue, 14 Apr 2026 18:49:52 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91893.html#p91893</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91890.html#p91890</link>
			<description><![CDATA[<p>Thank you, Zhang!</p><div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Dear all,</p><p>iRedMail-1.8.0 has been released.</p><ul><li><p>Download from our website: <a href="https://www.iredmail.org/download.html">https://www.iredmail.org/download.html</a></p></li><li><p>Upgrade your existing iRedMail server: <a href="https://docs.iredmail.org/iredmail.releases.html">https://docs.iredmail.org/iredmail.releases.html</a></p></li></ul><p>Here&#039;s major changes since iRedMail-1.7.4:</p><h5>Supports new distribution releases</h5><ul><li><p>Debian 13 (trixie). <a href="https://docs.iredmail.org/upgrade.debian.12-13.html">Tutorial for upgrading from Debian 12 to 13</a>.</p></li><li><p>Ubuntu 26.04 LTS (tested with nightly build)</p></li><li><p>OpenBSD 7.8.</p></li></ul><h5>Dropped distribution release</h5><ul><li><p>Ubuntu 22.04</p></li><li><p>OpenBSD 7.7</p></li></ul><h5>Improvements</h5><ul><li><p>Install binary packages on FreeBSD, saves a lot of time compared to installing packages from ports tree.</p></li></ul><h5>Updated packages</h5><ul><li><p>Roundcube 1.6.15 (<span style="color:red">security fixes</span>)</p></li><li><p>netdata 2.10.1</p></li><li><p>iRedAPD 6.1. supports secure (ssl) sql connection.</p></li><li><p>mlmmjadmin 3.6.2, supports secure (ssl) sql connection.</p></li><li><p>iRedAdmin 2.8</p></li><li><p>uwsgi 2.0.31 (OpenBSD only)</p></li></ul></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (george)]]></author>
			<pubDate>Tue, 14 Apr 2026 10:17:52 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91890.html#p91890</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91888.html#p91888</link>
			<description><![CDATA[<div class="quotebox"><cite>b.cherrier wrote:</cite><blockquote><p>And on debian 12, upgrading iRedAdmin to 2.8 gets done with an error.<br />It requires the python3-more-itertools to be installed</p></blockquote></div><p>Fixed. Thanks for the feedabck.</p><p>Customers who downloaded iRedAdmin-Pro package later than this forum post should not have this issue anymore.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 14 Apr 2026 07:46:00 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91888.html#p91888</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91886.html#p91886</link>
			<description><![CDATA[<p>And on debian 12, upgrading iRedAdmin to 2.8 gets done with an error.<br />It requires the python3-more-itertools to be installed</p>]]></description>
			<author><![CDATA[null@example.com (b.cherrier)]]></author>
			<pubDate>Tue, 14 Apr 2026 05:48:41 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91886.html#p91886</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91884.html#p91884</link>
			<description><![CDATA[<div class="quotebox"><cite>b.cherrier wrote:</cite><blockquote><p>The link for Debian 13 is wrong, <a href="https://docs.iredmail.org/upgrade.debian.11-12.html">https://docs.iredmail.org/upgrade.debian.11-12.html</a><br />It should be this one : <a href="https://docs.iredmail.org/upgrade.debian.12-13.html">https://docs.iredmail.org/upgrade.debian.12-13.html</a></p></blockquote></div><p>fixed. Thanks for the feedback. <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 14 Apr 2026 05:13:55 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91884.html#p91884</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91883.html#p91883</link>
			<description><![CDATA[<p>The link for Debian 13 is wrong, <a href="https://docs.iredmail.org/upgrade.debian.11-12.html">https://docs.iredmail.org/upgrade.debian.11-12.html</a><br />It should be this one : <a href="https://docs.iredmail.org/upgrade.debian.12-13.html">https://docs.iredmail.org/upgrade.debian.12-13.html</a></p>]]></description>
			<author><![CDATA[null@example.com (b.cherrier)]]></author>
			<pubDate>Tue, 14 Apr 2026 04:54:28 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91883.html#p91883</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail-1.8.0 has been released.]]></title>
			<link>https://forum.iredmail.org/post91878.html#p91878</link>
			<description><![CDATA[<p>Dear all,</p><p>iRedMail-1.8.0 has been released.</p><ul><li><p>Download from our website: <a href="https://www.iredmail.org/download.html">https://www.iredmail.org/download.html</a></p></li><li><p>Upgrade your existing iRedMail server: <a href="https://docs.iredmail.org/iredmail.releases.html">https://docs.iredmail.org/iredmail.releases.html</a></p></li></ul><p>Here&#039;s major changes since iRedMail-1.7.4:</p><h5>Supports new distribution releases</h5><ul><li><p>Debian 13 (trixie). <a href="https://docs.iredmail.org/upgrade.debian.12-13.html">Tutorial for upgrading from Debian 12 to 13</a>.</p></li><li><p>Ubuntu 26.04 LTS (tested with nightly build)</p></li><li><p>OpenBSD 7.8.</p></li></ul><h5>Dropped distribution release</h5><ul><li><p>Ubuntu 22.04</p></li><li><p>OpenBSD 7.7</p></li></ul><h5>Improvements</h5><ul><li><p>Install binary packages on FreeBSD, saves a lot of time compared to installing packages from ports tree.</p></li></ul><h5>Updated packages</h5><ul><li><p>Roundcube 1.6.15 (<span style="color:red">security fixes</span>)</p></li><li><p>netdata 2.10.1</p></li><li><p>iRedAPD 6.1. supports secure (ssl) sql connection.</p></li><li><p>mlmmjadmin 3.6.2, supports secure (ssl) sql connection.</p></li><li><p>iRedAdmin 2.8</p></li><li><p>uwsgi 2.0.31 (OpenBSD only)</p></li></ul>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 14 Apr 2026 01:59:32 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91878.html#p91878</guid>
		</item>
	</channel>
</rss>
