- Removed RSPAMD Password feature

- Updated roles on the Front DS
- Reverted the Auth limits

Signed-off-by: Hans Cornelis <hacornelis@gmail.com>
This commit is contained in:
Hans Cornelis
2018-10-19 13:39:32 +02:00
parent ef55ca525c
commit 6fb0b93240
4 changed files with 3 additions and 19 deletions

View File

@@ -1,7 +1,3 @@
bind_socket = "*:11334";
{% if RSPAMD_PASSWORD %}
password = "{{ RSPAMD_PASSWORD }}";
{% else %}
password = "mailu";
{% endif %}
secure_ip = "{{ FRONT_ADDRESS }}";