1

Topic: iredapd service wont start after uograde ModuleNotFoundError:

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.3.1
- Deployed with iRedMail Easy or the downloadable installer?Installer
- Linux/BSD distribution name and version: Centos 8.2.2004
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro?N
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
iredapd.service: Control process exited, code=exited status=1
iredapd.service: Failed with result 'exit-code'.
Failed to start iRedAPD (A simple posfix policy server).
ModuleNotFoundError: No module named 'web'

After upgrade to iredapd 4.4 service will not start and does not write to debug log

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: iredapd service wont start after uograde ModuleNotFoundError:

Please run "pip3 install web.py==0.51" then restart "iredadmin" service and check again.

3

Re: iredapd service wont start after uograde ModuleNotFoundError:

Thank you for the quick reply - Problem solved