By erid14
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!
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”.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.