hello,
i have issues with rspamd on OpenBSD 8.6 (amd64)
smtpd is running file without the filter rspamd, not working when filter is
enabled --> can't create socket: Too many open files
Any advices ?
Thanks in advance.
rspamd output :
2020-11-14 22:13:20 #21461(main) <3b509c>; main; main: rspamd 2.5 is starting,
build id: release
2020-11-14 22:13:20 #21461(main) <3b509c>; main; main: cpu features: sse2,
sse3, ssse3, sse4.1, sse4.2, rdrand
2020-11-14 22:13:20 #21461(main) <3b509c>; main; main: cryptobox configuration:
curve25519(libsodium), chacha20(sse2), poly1305(libsodium), siphash(libsodium)
, blake2(libsodium), base64(sse42)
2020-11-14 22:13:20 #21461(main) <3b509c>; main; main: libottery prf: AES-128
2020-11-14 22:13:20 #21461(main) <3b509c>; main; main: event loop initialised
with backend: kqueue
2020-11-14 22:13:20 #21461(main) <3b509c>; main; spawn_workers: worker of type
fuzzy(localhost:11335) is disabled in the config, skip spawning
2020-11-14 22:13:20 #21461(main) <3b509c>; main; rspamd_fork_worker: prepare to
fork process rspamd_proxy (0); listen on: localhost:11332
2020-11-14 22:13:20 #21461(main) <3b509c>; main; rspamd_fork_worker: prepare to
fork process controller (0); listen on: localhost:11334
2020-11-14 22:13:20 #50146(rspamd_proxy) <3b509c>; main;
rspamd_worker_set_limits: use system max file descriptors limit: 128B cur and
1024B max
2020-11-14 22:13:20 #50146(rspamd_proxy) <3b509c>; main;
rspamd_worker_set_limits: use system max core size limit: 7.99EiB cur and
7.99EiB max
(...)
2020-11-14 22:13:20 #50146(rspamd_proxy) rspamd_redis_pool_new_connection:
cannot connect to redis 127.0.0.1 (port 6379): Can't create socket: Too many
open files
2020-11-14 22:13:20 #50146(rspamd_proxy) rspamd_lua_redis_prepare_connection:
cannot connect to redis (OS error): Too many open files
2020-11-14 22:13:20 #50146(rspamd_proxy) lua; lua_redis.lua:1221: cannot
execute redis request to load script on 127.0.0.1
2020-11-14 22:13:20 #50146(rspamd_proxy) rspamd_redis_pool_new_connection:
cannot connect to redis 127.0.0.1 (port 6379): Can't create socket: Too many
open files
2020-11-14 22:13:20 #50146(rspamd_proxy) rspamd_lua_redis_prepare_connection:
cannot connect to redis (OS error): Too many open files
2020-11-14 22:13:20 #50146(rspamd_proxy) lua; lua_redis.lua:1221: cannot
execute redis request to load script on 127.0.0.1
2020-11-14 22:13:20 #16727(controller) <t1fwed>; cfg; rspamd_stat_init: cannot
require lua_stat: module 'lua_stat' not found:
no field package.preload['lua_stat']
smtpd output:
Nov 14 22:33:09 drogon smtpd[35952]: 6bc455e07997db73 smtp tls
ciphers=TLSv1.3:AEAD-AES256-GCM-SHA384:256
Nov 14 22:33:09 drogon smtpd[35952]: 6bc455e07997db73 smtp authentication
[email protected] result=ok
Nov 14 22:33:09 drogon smtpd[64356]: rspamd: failed to receive a response from
daemon
Nov 14 22:33:09 drogon smtpd[35952]: 6bc455e07997db73 smtp failed-command
command="DATA" result="421 server internal error"
Nov 14 22:33:09 drogon smtpd[35952]: 6bc455e07997db73 smtp disconnected
reason=quit
--
Oliv <[email protected]>