Browse Source

update relayhost name

Christian Lempa 1 year ago
parent
commit
f177ab5b66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose/wazuh/config/postfix-relay/main.cf

+ 1 - 1
docker-compose/wazuh/config/postfix-relay/main.cf

@@ -1,4 +1,4 @@
-relayhost = [your-smtp-server-url]:587  ; Replace [your-smtp-server-url] with your SMTP server URL
+relayhost = [your-smtp-server-addr]:587  ; Replace [your-smtp-server-addr] with your SMTP server URL
 smtp_sasl_auth_enable = yes
 smtp_sasl_security_options = noanonymous
 smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt