Open farzadha2 opened 1 year ago
Facing the same issue through compose configuration, the following compose section was added inside official docker-compose.yml file - single node.
Inside wazuh_manager.conf
, you should change the value of smtp_server as hostname's compose<smtp_server>wazuh-smtp</smtp_server>
Note that the specifc image was used as recommended in #193
image: eeacms/postfix:3.5-1.0
hostname: wazuh-smtp
restart: always
environment:
- MTP_RELAY=<smtp-server-name>
- MTP_PORT=<smtp-port>
- MTP_USER=<smtp-username>
- MTP_PASS=<smtp-password>
- MTP_HOST=<smtp-user's-domain>
hi guys currently im getting an issue on smtp alerts, currently running wazuh in docker multi mode these are the steps i tookin the wazuh master edited this file to this
then after created a docker compose for postfix
using swak to test out the email which is working on the container
i checked on the webGUI and it got triggered a level 12 very odd not getting the alert
not sure what else i missed?