1

Topic: Is there any way to create a UAT instead of using iredadmin

Hi,

As the 1.4 is using new template.  I found that if I using a UAT directory e.g. example.com/iredadmin_uat , it cannot load the template correctly.  As it rely on the iredadmin.  Is there any way to use another skin or ask the uat using another core file.  As we need to test before launch on the production machine.  Please advise.  Thanks.

Regards,
James

----

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

2

Re: Is there any way to create a UAT instead of using iredadmin

Sorry, i don't understand what 'uat' means, could you please explain your issue with more detail?

3

Re: Is there any way to create a UAT instead of using iredadmin

Usually, https://domain.com/iredadmin as the URL.  But I want to get another name as the UAT e.g. https://domain.com/uat

the iredadmin using the old version and uat will contain the 1.4.  However due to the template different, 1.4 couldn't display correctly.

4

Re: Is there any way to create a UAT instead of using iredadmin

You should config UAT in /etc/httpd/conf.d/ssl.conf, simply copy settings of /iredadmin, then change to correct path of UAT.

5

Re: Is there any way to create a UAT instead of using iredadmin

bongdotcom wrote:

Usually, https://domain.com/iredadmin as the URL.  But I want to get another name as the UAT e.g. https://domain.com/uat

the iredadmin using the old version and uat will contain the 1.4.  However due to the template different, 1.4 couldn't display correctly.

You should config /etc/httpd/conf.d/ssl.conf, add two more lines like below:

WSGIScriptAlias /uat "/usr/share/apache2/iredadmin/iredadmin.py/"
Alias /uat/static "/usr/share/apache2/iredadmin/static/"

I have to apologize that i always use my iPhone to reply forum posts, it's not so easy to write more details because i can't read other references, e.g. iRedMail source code, etc, so sometimes my replies will be lack of detail.

6

Re: Is there any way to create a UAT instead of using iredadmin

Thanks.  It looks nice now~~~