[Rspamd-Users] rspamd 2.1: enabling WebUI doesn't open listening socket

Alex JOST jost+lists at dimejo.at
Tue Nov 12 14:57:11 UTC 2019


Am 09.11.2019 um 21:10 schrieb Alexander Leidinger via Users:
> Hi,
> 
> I tried to enable the WebUI in rspamd 2.1. It doesn't even open a 
> listening soket according to netstat.
[...]
> $CONFDIR/local.d/worker-controller.inc
> ---snip---
> # generate a password hash using the `rspamadm pw` command and put it here
> password = "$2$.....................................";
> 
> # dovecot will use this socket to communicate with rspamd
> # note to self - tighten up these permissions
> bind_socket = "/var/run/rspamd/rspamd.sock mode=0666 owner=nobody";
> ---snip---
[...]
> # netstat -na | grep 1133
> -> nothing displayed

Looks like your configured a unix socket in 
local.d/worker-controller.inc but expect it to listen on an inet socket.

-- 
Alex JOST


More information about the Users mailing list