Update README.md
This commit is contained in:
@@ -102,7 +102,7 @@ wazuh/
|
|||||||
| Setting | Value |
|
| Setting | Value |
|
||||||
|---------|-------|
|
|---------|-------|
|
||||||
| `email_notification` | `yes` |
|
| `email_notification` | `yes` |
|
||||||
| `email_to` | `chris@wittenberger.us` |
|
| `email_to` | `your_email@wittenberger.us` |
|
||||||
| `smtp_server` | `localhost` (Postfix relay - see email setup below) |
|
| `smtp_server` | `localhost` (Postfix relay - see email setup below) |
|
||||||
| `email_from` | `wazuh-manager@wittenberger.us` |
|
| `email_from` | `wazuh-manager@wittenberger.us` |
|
||||||
| `email_maxperhour` | `12` |
|
| `email_maxperhour` | `12` |
|
||||||
@@ -373,7 +373,7 @@ Wazuh sends to `localhost` → Postfix relays to Mailcow via SASL. Check each st
|
|||||||
systemctl status postfix
|
systemctl status postfix
|
||||||
|
|
||||||
# Test the full relay path manually
|
# Test the full relay path manually
|
||||||
echo "Test from Wazuh" | mail -s "Postfix Test" -r "wazuh-alerts@wittenberger.us" chris@wittenberger.us
|
echo "Test from Wazuh" | mail -s "Postfix Test" -r "wazuh-alerts@wittenberger.us" your_email@wittenberger.us
|
||||||
|
|
||||||
# Check Postfix relay logs
|
# Check Postfix relay logs
|
||||||
tail -50 /var/log/maillog
|
tail -50 /var/log/maillog
|
||||||
|
|||||||
Reference in New Issue
Block a user