Added kubernetes to Mailu
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
bind_socket = "*:11334";
|
||||
{% if RSPAMD_PASSWORD %}
|
||||
password = "{{ RSPAMD_PASSWORD }}";
|
||||
{% else %}
|
||||
password = "mailu";
|
||||
{% endif %}
|
||||
secure_ip = "{{ FRONT_ADDRESS }}";
|
||||
|
||||
Reference in New Issue
Block a user