[Rspamd-Users] rspamd 2.1: enabling WebUI doesn't open listening socket
Alexander Leidinger
Alexander at leidinger.net
Sat Nov 9 20:11:04 UTC 2019
Hi,
I tried to enable the WebUI in rspamd 2.1. It doesn't even open a
listening soket according to netstat.
Config:
$CONFDIR/rspamd.conf:
---snip---
worker "controller" {
bind_socket = "localhost:11334";
.include "$CONFDIR/worker-controller.inc"
.include(try=true; priority=1,duplicate=merge)
"$LOCAL_CONFDIR/local.d/worker-controller.inc"
.include(try=true; priority=10)
"$LOCAL_CONFDIR/override.d/worker-controller.inc"
}
---snip---
$CONFDIR/worker-controller.inc
---snip---
#[comments]
count = 1;
password = "q1";
secure_ip = "127.0.0.1";
secure_ip = "::1";
static_dir = "${WWWDIR}";
---snip---
$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---
I also tried to put an explicit "enabled = true;" inside, no success.
No $CONFDIR/override.d/.
# netstat -na | grep 1133
-> nothing displayed
What am I doing wrong?
This is on FreeBSD-current.
Bye,
Alexander.
--
http://www.Leidinger.net Alexander at Leidinger.net: PGP 0x8F31830F9F2772BF
http://www.FreeBSD.org netchild at FreeBSD.org : PGP 0x8F31830F9F2772BF
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digitale PGP-Signatur
URL: <https://lists.rspamd.com/pipermail/users/attachments/20191109/6ebc8add/attachment.bin>
More information about the Users
mailing list