i'm stuck on my OSSEC configuration. my server makes use of exim4 for sending email. that works fine. i have OSSEC with pretty much all of the defaults. i have my email configuration in the ossec.conf file similar to:
<global>
<email_notification>yes</email_notification>
<email_to>me@SOMETHING.COM</email_to>
<smtp_server>127.0.0.1</smtp_server>
<email_from>ossecm@SOMETHING.com</email_from>
</global>
I have tried various smtp_servers to no avail.
Ideally i would like to see anything put into the OSSEC log files, but that is not happening. my exim4 log looks fine (although its clear that there is no attempt there to email based on my ossec config), the ossec-maild is running...
I have tried restarting OSSEC numerous times, and i still can not get the system to send me an email on startup or at any other time.