mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
mail/rspamd: merge version 0.2 from master
This commit is contained in:
parent
6545561be5
commit
ed77e1bc75
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= rspamd
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_VERSION= 0.2
|
||||
PLUGIN_COMMENT= Protect your network from spam
|
||||
PLUGIN_DEPENDS= rspamd
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
|
|
|||
|
|
@ -16,8 +16,7 @@
|
|||
{% if helpers.exists('OPNsense.Rspamd.general.enable_redis_plugin') and OPNsense.Rspamd.general.enable_redis_plugin == '1' %}
|
||||
{% if helpers.exists('OPNsense.redis.general.enabled') and OPNsense.redis.general.enabled == '1' %}
|
||||
|
||||
servers = "::1";
|
||||
write_servers = "::1";
|
||||
servers = "[::1]{% if helpers.exists('OPNsense.redis.general.port') and OPNsense.redis.general.port != '' %}:{{ OPNsense.redis.general.port }}{% endif %}";
|
||||
timeout = 10s;
|
||||
#db = "0";
|
||||
{% if helpers.exists('OPNsense.redis.security.password') and OPNsense.redis.security.password != '' %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue