Change default email_to

This commit is contained in:
Rshad Zhran 2020-01-10 13:35:11 +01:00
parent cb2ded0e49
commit 50a093d071

View File

@ -114,7 +114,7 @@ wazuh_manager_config:
email_log_source: 'alerts.log' email_log_source: 'alerts.log'
extra_emails: extra_emails:
- enable: false - enable: false
mail_to: 'admin@example.net' mail_to: 'recipient@example.wazuh.com'
format: full format: full
level: 7 level: 7
event_location: null event_location: null
@ -126,7 +126,7 @@ wazuh_manager_config:
- enable: false - enable: false
category: 'syscheck' category: 'syscheck'
title: 'Daily report: File changes' title: 'Daily report: File changes'
email_to: 'admin@example.net' email_to: 'recipient@example.wazuh.com'
location: null location: null
group: null group: null
rule: null rule: null