You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ The current stable releases are available on the ossec website.
17
17
* Releases can be downloaded from: [Downloads](https://www.ossec.net/downloads/)
18
18
* Release documentation is available at: [docs](https://www.ossec.net/docs/)
19
19
20
+
## ossec-maild and libcurl SMTP TLS ##
21
+
22
+
When built with `USE_CURL=yes`, failed SMTP sends log detailed libcurl errors in `ossec.log`: a TLS verification category line when certificate checks fail, `curl_easy_strerror` text, optional `CURLOPT_ERRORBUFFER` detail, `CURLINFO_SSL_VERIFYRESULT` (backend-specific), and `CURLINFO_OS_ERRNO` when set. See comments at the top of `src/os_maild/curlmail.c`.
23
+
20
24
## Development ##
21
25
22
26
The development version is hosted on GitHub and just a simple git clone away.
0 commit comments