1

Topic: how to change webmail port

how to change webmail port https://webmail.mydomain.com/mail       to       https://webmail.mydomain.com:8080

I using Apache

----

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

2

Re: how to change webmail port

You should create a new virtual host in Apache and listens on port 8080. Check Apache document for more details:
http://httpd.apache.org/docs/2.4/vhosts/

3

Re: how to change webmail port

ZhangHuangbin wrote:

You should create a new virtual host in Apache and listens on port 8080. Check Apache document for more details:
http://httpd.apache.org/docs/2.4/vhosts/

I dont find httpd in /usr/local/apache2/bin/httpd

4

Re: how to change webmail port

You should always show us basic info of your iRedMail server, so that we can tell you the file location:

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====

Also, you can use 'which' to check the path of command. e.g.

# which httpd
# which wget

rpm/dpkg commands can list all files installed by a package too. for example:

# rpm -ql httpd
# dpkg -L apache2

Please do some research and your homework with Google.