Disable greylisting

This commit is contained in:
Alex D. 2022-12-31 12:50:34 +00:00
parent d66872399a
commit deb84241dc
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
. ../APKBUILD-config.template
pkgver=2022.11.03.01
pkgver=2022.12.31.01
pkgrel=0
_baseconf="
rspamd.conf
@ -83,7 +83,7 @@ _module() {
}
sha512sums="
d8cdf558d17dd40b3875901a13fd8267f4a429bfedb4ada3267bd4e38263e773151e02be2f8f118aa23c6021ab872417b22d80c40567acab6705fb6275328dbc rspamd.conf
5a1be6f1389b44dedc2622706e5e219b5284337bb4bda4c45cc0d3f00f7bb1213db5fde5a162cbe8e9ade2f1b020f44cd5b3e32dac9dc2aac1a877f78746cdee rspamd.conf
e01ab4f8c4806692f295c2a8ea18828a9df6a011c2e57d6020a325bfd23a3b2d933f8ecc0ab4c49cebf931718aecb58cf288852a036bd828d9da79ebc132ed14 composites.conf
99d6b2b173ac5b62977562bb3f2d04cf29d3d94329a4b2abc120e6cca6da79d5ac2a35a16832f62b8e1fed331b6724f21b5e1aab076bd3c57b28b2261302238a logging.conf
e40a35928fe429c98301a4fd25d6fb71801ad0a78fa244423726df0bf069950756c77a1d03c77b8dcdae8eda27d3dd95ab67964fad005b90547fafb12718c28d statistic.conf

View File

@ -12,7 +12,7 @@ modules {
options {
pidfile = "$RUNDIR/rspamd.pid";
filters = "ratelimit,mx_check,dkim,spf,arc,dmarc,maillist,fuzzy_check,chartable,phishing,rbl,hfilter,forged_recipients,greylist,redis,force_actions,milter_headers";
filters = "ratelimit,mx_check,dkim,spf,arc,dmarc,maillist,fuzzy_check,chartable,phishing,rbl,hfilter,forged_recipients,redis,force_actions,milter_headers";
raw_mode = false;
one_shot = false;
map_watch_interval = 5min;