Hi fellas!
I just noticed that RSPAMD WebUI doesn't show anything when a domain is set for Panel. When I use ip address to reach panel, it works like a charm. I think there is a bug in RSPAMD configuration.
Hi fellas!
I just noticed that RSPAMD WebUI doesn't show anything when a domain is set for Panel. When I use ip address to reach panel, it works like a charm. I think there is a bug in RSPAMD configuration.
blackeagles
Hello, what is your operating system? What is the system version? Have you tried repairing rspamd?
It's Ubuntu 22.04 and I don't have any problem with RSPAMD, it works on the background. I tried to repair but there is no effect. WebUI doesn't work properly when a domain is set for Panel.
blackeagles
Hello, the mail server is currently not adapted for ubuntu 22.
Nice to know it Thank you!
I checked it and it shows it's because of the auth failure.
Here is the solution if someone needs:
You can add a new website with your subdomain and use reverse proxy to http://localhost:11334
Or you can use SSH tunnel to Access Rspamd Webui via http://localhost:8080:
ssh -L 8080:localhost:11334 user@your-panel-domain.tld -N
The password for Rspamd Webui can be found on /etc/rspamd/passwd file.
I'm having the same problem on my Rocky Linux 8, does anyone have a solution?
blackeagles Thank's for helping...