mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
mail/rspamd: fix wrong key in greylist.conf template for whitelisted ips (#4459)
Co-authored-by: Alexander Riedel <ariedel@compnetgmbh.de>
This commit is contained in:
parent
499b8ff7ca
commit
f96d0023d0
1 changed files with 1 additions and 1 deletions
|
|
@ -11,5 +11,5 @@
|
|||
action = "soft reject"; # default greylisted action
|
||||
ipv4_mask = {{ OPNsense.Rspamd.graylist.ipv4mask|default('19') }};
|
||||
ipv6_mask = {{ OPNsense.Rspamd.graylist.ipv6mask|default('64') }};
|
||||
whitelist_ip = "/usr/local/etc/rspamd/local.d/greylist_ip.wl";
|
||||
whitelisted_ip = "/usr/local/etc/rspamd/local.d/greylist_ip.wl";
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue