[Rspamd-Users] My worker-fuzzy only listens to udp

christian usenet at schani.com
Sat Dec 21 20:48:50 UTC 2024


Hello everyone, I'm looking for a solution to my problem. I'm trying to 
integrate a local fuzzy, but it only listens to udp:

  ss -tulpen | grep 11335
udp   UNCONN 0      0                               127.0.0.1:11335 
0.0.0.0:*    users:(("rspamd",pid=152659,fd=115)) uid:109 ino:852731 
sk:5001 cgroup:/system.slice/rspamd.service <->


/etc/rspamd/local.d/worker-fuzzy.inc:

   count = 1;
   bind_socket = "127.0.0.1:11335";
   allow_update = ["127.0.0.1", "::1"];
   backend = "sqlite";
   database = "/var/lib/rspamd/wwlfuzzy.db";


Today I reinstalled rspamd on a debian 12.8 and set it up with the 
configwizard. So far everything works, except for the local fuzzy.
It is set up with the user:group _rspamd:_rspamd.

Can you tell me what the reason could be?
Many thanks for your help

Christian


2024-12-21 20:51:45 #122146(normal) <85B714>; task; 
fuzzy_check_io_callback: got error on IO with server 
127.0.0.1:11335(127.0.0.1:11335), on write, 111, Verbindungsaufbau abgelehnt
2024-12-21 20:57:20 #122147(normal) <EA9E04>; task; 
fuzzy_check_io_callback: got error on IO with server 
127.0.0.1:11335(127.0.0.1:11335), on read, 111, Verbindungsaufbau abgelehnt
2024-12-21 20:59:55 #126036(fuzzy) rspamd_fuzzy_updates_cb: cannot 
commit update transaction to fuzzy backend 127.0.0.1:11335; 2 updates 
are still left; 0 currently pending; 2 retries remaining
2024-12-21 21:00:59 #126036(fuzzy) rspamd_fuzzy_updates_cb: cannot 
commit update transaction to fuzzy backend 127.0.0.1:11335; 3 updates 
are still left; 0 currently pending; 1 retries remaining


More information about the Users mailing list