- Removed RSPAMD Password feature
- Updated roles on the Front DS - Reverted the Auth limits Signed-off-by: Hans Cornelis <hacornelis@gmail.com>master
parent
ef55ca525c
commit
6fb0b93240
@ -1,7 +1,3 @@
|
||||
bind_socket = "*:11334";
|
||||
{% if RSPAMD_PASSWORD %}
|
||||
password = "{{ RSPAMD_PASSWORD }}";
|
||||
{% else %}
|
||||
password = "mailu";
|
||||
{% endif %}
|
||||
secure_ip = "{{ FRONT_ADDRESS }}";
|
||||
|
Loading…
Reference in New Issue