Guillaume Girol
0a801316cd
tests: ignore debug message that looks like an error
2024-11-24 00:16:56 +01:00
Guillaume Girol
9919033068
tests: make the emails sent by mail-check.py look less like spam
...
rspamd complains that these emails miss these headers
2024-11-23 23:51:49 +01:00
Guillaume Girol
e901c56849
services.dnsmasq.extraConfig was removed on nixos-unstable
2024-11-23 23:51:49 +01:00
Guillaume Girol
3a082011dc
recent nixos-unstable requires larger dh params
2024-11-23 12:00:00 +00:00
Guillaume Girol
75728d2686
tests: compatibility with fts xapian 1.5.4
2022-03-05 12:00:00 +00:00
Guillaume Girol and lewo
7de138037f
docs: add how-to to setup roundcube
2022-02-26 17:06:52 +00:00
Guillaume Girol and lewo
a13526a6e3
nginx.nix: don't reload nginx
...
Fixes #227
Reloading nginx manually is actually not needed (see
nginx-config-reload.service) and causes deadlocks.
2021-11-07 19:10:00 +00:00
Guillaume Girol
5248dce1ea
tests: increase memory limit for indexer process
...
otherwise fts-xapian with recent versions (1.4.9 at least) prints a
warning and the test fails
2021-04-24 17:01:52 +02:00
Guillaume Girol
49d65a4d05
add doc for full text search
2021-03-04 22:19:03 +01:00
Symphorien Gibol
06b989c1e7
add full text search support
2021-03-04 22:17:25 +01:00
Symphorien Gibol and lewo
b7c49fa26a
update nixpkgs unstable
2020-05-05 19:07:46 +00:00
Symphorien Gibol and lewo
8e95d4e456
tests/extern.nix: increase memory
...
got oom several time with rspamd 2.5 update
2020-05-05 19:07:46 +00:00
Symphorien Gibol and lewo
7ccf35cb5f
tests/clamav.nix: relax expected error message
...
with rspamd 2.5 it only says Spam message rejected
2020-05-05 19:07:46 +00:00
Symphorien Gibol and lewo
9e772d166c
rspamd: configure redis backend
...
The sqlite backed is deprecated, and the redis backend is the default
since rspamd 2.0.
Not having redis started results in such errors:
rspamd_redis_init: cannot init redis backend for BAYES_SPAM
To migrate the sqlite database, run
rspamadm statconvert --spam-db /var/lib/rspamd/bayes.spam.sqlite --ham-db /var/lib/rspamd/bayes.ham.sqlite -h 127.0.0.1:6379 --symbol-ham BAYES_HAM --symbol-spam BAYES_SPAM
The current module implements the recommended configuration that this
utility prints out.
2020-05-05 19:07:46 +00:00