1

Topic: how to chang webmail port number

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version 1.6.7 (check /etc/iredmail-release):
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version:  ubuntu 22.04
- Store mail accounts in which backend (/MySQL):
- Web server ( Nginx):
- Manage mail accounts with iRedAdmin-Pro? yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
i have chang ngnix config file , and changed like this
# HTTPS
server {
    listen 4433 ssl http2;
    listen [::]:4433 ssl http2;
    server_name _;

    root /var/www/html;
    index index.php index.html;

    include /etc/nginx/templates/misc.tmpl;
    include /etc/nginx/templates/ssl.tmpl;
    include /etc/nginx/templates/iredadmin.tmpl;
    include /etc/nginx/templates/roundcube.tmpl;
    include /etc/nginx/templates/sogo.tmpl;
    include /etc/nginx/templates/netdata.tmpl;
    include /etc/nginx/templates/php-catchall.tmpl;
    include /etc/nginx/templates/stub_status.tmpl;
}
when i restart nginx service ,use webbrows to webmail like:
htts://myip:4433/mail
no respense.
what shoud i do ??

----

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 chang webmail port number

you need to unblock port in firewall aswell

3

Re: how to chang webmail port number

Cthulhu wrote:

you need to unblock port in firewall aswell

thank you very much,i have resolve this question.i find answer in offical document .