Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - muhyal

#1
General Discussion / Re: Rspamd webGUI
June 18, 2020, 06:22:35 PM
Quote from: fabian on June 18, 2020, 04:48:34 PM
password is blank.

Hi,

I changed hash to q1 and try blank but cannot login.

https://prnt.sc/t26kn2
#2
General Discussion / Re: Rspamd webGUI
June 18, 2020, 11:28:55 AM
Quote from: mimugmail on June 18, 2020, 08:33:53 AM
Portforward on interface LAN, source LAN net, destination LAN address, tcp, port 11334, redirect target 127.0.0.1

Thank you, great. But i couldn't change the password despite all my attempts.

Login IP:
10.10.1.1:11334

I use this command (With root user on SSH):
rspamadm pw

And copy hash to:
/usr/local/etc/rspamd/worker-controller.inc

Hash:
count = 1;
password = "HASH";
secure_ip = "127.0.0.1";
secure_ip = "::1";
static_dir = "${WWWDIR}";



#3
General Discussion / Re: Rspamd webGUI
June 18, 2020, 02:23:17 AM
Quote from: olest on June 07, 2020, 09:45:18 AM
Installed rspamd and created NAT rule to access port 11334 from LAN but how do I set the rspamd webgui password?

Hi,

I cannot access the Rspamd local IP address with port 11334. My firewall local IP address is 10.10.1.1

Can you explain how you set the NAT rule or share the rule.

Thanks.