[Rspamd-Users] no access to WebUI
Alex JOST
jost+lists at dimejo.at
Tue May 12 08:11:03 UTC 2020
Am 11.05.2020 um 23:23 schrieb Anton Blau:
> Hallo,
>
> please excuse my bad english. But I am not a native speaker.
>
> My problem is, that I get no acces from my client (192.168.1.1) to the
> WebUI of my rspamd machine (192.168.3.210).
>
>
> I installed rspamd on an new ubuntu 18.04 LTS like the description on
> https://rspamd.com/doc/quickstart.html#using-of-configwizard.
>
> If I try wget http://localhost:11334 on the rspamd machine
> (192.168.3.210) I get index.html file that looks like the WebUI. So I
> think rspamd and its WebUI is running.
>
> But if I try wget http://192.168.3.210:11334 I get :
>
> --2020-05-11 23:15:58-- http://192.168.3.210:11334/
> Verbindungsaufbau zu 192.168.3.210:11334 … fehlgeschlagen:
> Verbindungsaufbau abgelehnt.
>
> So I think this is the reason of my problem, that I get no access from
> my client.
>
> /etc/rspamd/local.d/worker-controller.inc
> password = "secret";
> count = 1;
> #secure_ip = "127.0.0.1";
> secure_ip = "192.168.3.210";
> secure_ip = "192.168.1.1";
> secure_ip = "::1";
> #static_dir = "${WWWDIR}";
>
>
> How can I get access from my client to rspamd?
rspamd is listening on localhost only by default (check with lsof
-i:11334). Adding this to local.d/worker-controller.inc should make it
listen on all interfaces:
bind_socket = "*:11334";
--
Alex JOST
More information about the Users
mailing list