<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — iRedAPD iModuleNotFoundError: No module named 'multipart']]></title>
		<link>https://forum.iredmail.org/topic21054-iredapd-imodulenotfounderror-no-module-named-multipart.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic21054.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in iRedAPD iModuleNotFoundError: No module named 'multipart'.]]></description>
		<lastBuildDate>Thu, 11 Dec 2025 02:31:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: iRedAPD iModuleNotFoundError: No module named 'multipart']]></title>
			<link>https://forum.iredmail.org/post91536.html#p91536</link>
			<description><![CDATA[<p>Thanks for the feedback. Fixed this in iRedAPD-5.9.4 moment ago.<br /><a href="https://github.com/iredmail/iRedAPD/tags">https://github.com/iredmail/iRedAPD/tags</a></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 11 Dec 2025 02:31:14 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91536.html#p91536</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedAPD iModuleNotFoundError: No module named 'multipart']]></title>
			<link>https://forum.iredmail.org/post91535.html#p91535</link>
			<description><![CDATA[<div class="quotebox"><cite>AndersBergquist wrote:</cite><blockquote><p>Dec 10 16:33:58 mail python3[11037]:&nbsp; &nbsp; &nbsp;import multipart<br />Dec 10 16:33:58 mail python3[11037]: ModuleNotFoundError: No module named &#039;multipart&#039;</p><p>iRedAPD will not start, as the above logfile shows. The only problem I find is there is no module named &#039;multipart&#039;<br />I use pyhont 3.12.3</p></blockquote></div><p>To fix:<br />sudo apt install python3-multipart</p>]]></description>
			<author><![CDATA[null@example.com (mir)]]></author>
			<pubDate>Wed, 10 Dec 2025 23:05:44 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91535.html#p91535</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedAPD iModuleNotFoundError: No module named 'multipart']]></title>
			<link>https://forum.iredmail.org/post91533.html#p91533</link>
			<description><![CDATA[<p>I may add that port 7777 is closed and I can not sen any email by postfix.</p>]]></description>
			<author><![CDATA[null@example.com (AndersBergquist)]]></author>
			<pubDate>Wed, 10 Dec 2025 16:58:40 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91533.html#p91533</guid>
		</item>
		<item>
			<title><![CDATA[iRedAPD iModuleNotFoundError: No module named 'multipart']]></title>
			<link>https://forum.iredmail.org/post91532.html#p91532</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): 1.7.4<br />- Deployed with iRedMail Easy or the downloadable installer? downloadable installer<br />- Linux/BSD distribution name and version:&nbsp; Ubuntu 24.04.3 LTS<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL<br />- Web server (Apache or Nginx):Nginx<br />- Manage mail accounts with iRedAdmin-Pro? no<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.</p><p>Dec 10 16:33:56 mail systemd[1]: Starting iredapd.service - iRedAPD (A simple posfix policy server)...<br />Dec 10 16:33:58 mail python3[11037]: Traceback (most recent call last):<br />Dec 10 16:33:58 mail python3[11037]:&nbsp; &nbsp;File &quot;/opt/iredapd/iredapd.py&quot;, line 20, in &lt;module&gt;<br />Dec 10 16:33:58 mail python3[11037]:&nbsp; &nbsp; &nbsp;from libs import __version__, daemon, utils<br />Dec 10 16:33:58 mail python3[11037]:&nbsp; &nbsp;File &quot;/opt/iRedAPD-5.9.3/libs/utils.py&quot;, line 20, in &lt;module&gt;<br />Dec 10 16:33:58 mail python3[11037]:&nbsp; &nbsp; &nbsp;from web import sqlquote<br />Dec 10 16:33:58 mail python3[11037]:&nbsp; &nbsp;File &quot;/opt/iRedAPD-5.9.3/web/__init__.py&quot;, line 4, in &lt;module&gt;<br />Dec 10 16:33:58 mail python3[11037]:&nbsp; &nbsp; &nbsp;from . import (&nbsp; # noqa: F401<br />Dec 10 16:33:58 mail python3[11037]:&nbsp; &nbsp;File &quot;/opt/iRedAPD-5.9.3/web/debugerror.py&quot;, line 19, in &lt;module&gt;<br />Dec 10 16:33:58 mail python3[11037]:&nbsp; &nbsp; &nbsp;from . import webapi as web<br />Dec 10 16:33:58 mail python3[11037]:&nbsp; &nbsp;File &quot;/opt/iRedAPD-5.9.3/web/webapi.py&quot;, line 12, in &lt;module&gt;<br />Dec 10 16:33:58 mail python3[11037]:&nbsp; &nbsp; &nbsp;import multipart<br />Dec 10 16:33:58 mail python3[11037]: ModuleNotFoundError: No module named &#039;multipart&#039;<br />Dec 10 16:33:58 mail systemd[1]: iredapd.service: Control process exited, code=exited, status=1/FAILURE<br />Dec 10 16:33:58 mail systemd[1]: iredapd.service: Failed with result &#039;exit-code&#039;.<br />Dec 10 16:33:58 mail systemd[1]: Failed to start iredapd.service - iRedAPD (A simple posfix policy server).<br />Dec 10 16:33:58 mail systemd[1]: iredapd.service: Consumed 1.250s CPU time.<br />====<br />iRedAPD will not start, as the above logfile shows. The only problem I find is there is no module named &#039;multipart&#039;<br />I use pyhont 3.12.3</p>]]></description>
			<author><![CDATA[null@example.com (AndersBergquist)]]></author>
			<pubDate>Wed, 10 Dec 2025 16:53:57 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91532.html#p91532</guid>
		</item>
	</channel>
</rss>
