Manfred Larcher
Manfred Larcher
Hi Donald, thanks - are only small changes, not worth mentioning ;-) I am not familiar with python but would love to help more! I tried to add two threads...
I used chrome and brave browser
Hi Donald, when I checkout with "-b 3.0.5" I do not have the "label" in my dashboard.css. Only when I checkout without "-b 3.0.5" the dashboard.css file has included the...
The disconnect of the vnc session depends on the value which is set in "time to connect" in the preferences. If I set it to the maximum of 100 seconds...
same problem here, since 3.7.1 all icap scan's get an 400 bad request. ubuntu 22.04, rpsamd 3.7.1
As soon as the content type changes from "text/html" the ESET ICAP scanner will return that 400 bad request error. The problem startet with the fix which included the filename...
Works for me! Thank you for the patch.
This is my log: 2023-10-23 17:19:32 #852265(rspamd_proxy) ; icap; icap.lua:358: icap (icap): icap_headers: {[preview] = 16384, [max-connections] = 1024, [icap] = ICAP/1.0 200 OK, [methods] = RESPMOD, [encapsulated] = null-body=0,...
Sure - here is my /etc/rspamd/local.d/external_service.conf: icap { servers = "127.0.0.1:1344", type = "icap", symbol = "ICAP_VIRUS", scan_mime_parts = true, scan_all_mime_parts = true, scan_text_mime = false, scan_image_mime = false, scheme...
Hi walkfire, is your ICAP service running and does it listen on port 1344? try: `netstat -apnt|grep LISTEN|grep 1344` Commas in my config - I never thought about that, always...