skip some checks for authenticated senders
This commit is contained in:
parent
06ecbe3e28
commit
34da1ade12
7
rootfs/etc/rspamd/local.d/settings.conf
Normal file
7
rootfs/etc/rspamd/local.d/settings.conf
Normal file
@ -0,0 +1,7 @@
|
||||
authenticated {
|
||||
priority = high;
|
||||
authenticated = yes;
|
||||
apply {
|
||||
groups_disabled = ["rbl", "spf"];
|
||||
}
|
||||
}
|
1
rootfs/etc/rspamd/local.d/spf.conf
Normal file
1
rootfs/etc/rspamd/local.d/spf.conf
Normal file
@ -0,0 +1 @@
|
||||
disable_ipv6 = false;
|
Loading…
Reference in New Issue
Block a user