1

Topic: Latest EL6 python-webpy breaks iRedAdmin

==== Provide basic information to help troubleshoot ====
- iRedMail version: 0.7.3
- Linux/BSD distribution name and version: CentOS 6
- Any related log? Log is helpful for troubleshooting.
====
If you yum update to the latest python-webpy (0.36-2) it will crash iRedAdmin when you go to add a new user.

The way around this is to uninstall python-webpy (yum remove python-webpy) then install python's web.py directly (easy_install web.py)

Hope this helps.

----

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

2

Re: Latest EL6 python-webpy breaks iRedAdmin

Hi @wmelnick,

What do you mean "crash"? Any error log in web interface or Apache log files?
Could you help test it this way:

- Run iRedAdmin on command line:

# cd /path/to/iRedAdmin/
# python iredadmin.py

It will listen on port 8080 by default.

- Access it with your web browser, try to create a new user to trigger the crash.
- If it does crash, please check whether you got any error log in terminal.

I will test it later and try to fix it.