1

Topic: iredadmin on other than default port (8080) - tomcat running already

Is it possible to run iredadmin on another port like 8081, I can modify any files if that's required. Thanks.

iRedMail-0.8.7.tar.bz2, released on May 13, 2014 iRedAdmin - official web-based admin panel:     * Version: 0.3.3
Account Storage: pGSQL

Distributor ID: Ubuntu
Description:    Ubuntu 12.04.4 LTS
Release:        12.04
Codename:       precise

----

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

2

Re: iredadmin on other than default port (8080) - tomcat running already

You can run iRedAdmin manually like this:

# cd /usr/share/apache2/iredadmin/
# python iredadmin 8081

NOTE: It's not recommended to serve iRedAdmin with its builtin web server on production server, please setup Apache/Nginx to do this instead.