Report this

What is the reason for this report?

How do I Make iRedAdmin (from iRedMail) work under Nginx (Ubuntu 13.04 x64)?

Posted on October 16, 2013

Hi there, I was able to install iRedMail and make most of it work under a LEMP environment, however the iRedAdmin web application isn’t working, I got the Roundcube webmail to work and I’m able to login, everything seems to work just fine, but I’m just unable to make nginx provide access to the admin panel.

I’ve been trying and looked everywhere, of all guides/examples this one looks like what I need: http://antlite.com/blog/2011/06/ubuntu-iredmail-nginx-settings/ (it’s in chinese but I just follow the code), however uswgi-python appears to no exist anymore, I don’t know what else to do.

I would highly appreciate your help.

Thanks, Érid.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

In all manuals nginx configured as few subdomains for iredadmin, roundcube and other. But I wish use 1 subdomain mail.domain. How separate iredadmin and roundcube in different locations? I tried: <br>location location /iredadmin { <br> root /usr/share/apache2/iredadmin; <br> uwsgi_pass unix:///var/run/uwsgi/app/iredadmin/iredadmin.socket; <br> uwsgi_param UWSGI_PYHOME /usr/share/apache2/iredadmin/python-home; <br> uwsgi_param UWSGI_CHDIR /usr/share/apache2/iredadmin; <br> uwsgi_param UWSGI_SCRIPT iredadmin; <br> include uwsgi_params; <br>} <br>but python answer “not found”.

@xandr0s: can you pastebin the whole virtualhost config?

@Kamal Nasser, I won this config)

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.