You've already forked ansible-role-rspamd
Initial Commit
This commit is contained in:
9
templates/etc/rspamd/local.d/logging.inc.j2
Normal file
9
templates/etc/rspamd/local.d/logging.inc.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
|
||||
{% if rspamd_logging_type == "file" and rspamd_logging_filename | length > 0 %}
|
||||
filename = "{{ rspamd_logging_filename }}";
|
||||
{% endif %}
|
||||
level = "{{ rspamd_logging_level }}";
|
||||
type = "{{ rspamd_logging_type}}";
|
||||
Reference in New Issue
Block a user