On Mon, Jun 17, 2013 at 10:12 AM, David Blanton <[email protected]> wrote: > > Hi all, > > I've been running OSSEC in a test enviornment for a company I work for. I've > been trying to get > the SMS function to work and send e-mail alerts to my cellphone however it > is not working. Any insight is greatly appreciated. > Here is the portion of the ossec.conf file that is pertinent. Am I doing > something wrong? > > > > <ossec_config> > <global> > <email_notification>yes</email_notification> > <email_to>root@ossec-server</email_to> > <smtp_server>ossec-server</smtp_server> > <email_from>ossecm@ossec-server</email_from> > <email_maxperhour>20</email_maxperhour> > > > </global> >
Does the above work properly? Have you tried running a tcpdump on port 25 to check for errors? Or check the mailserver logs on ossec-server to see if the mails are being rejected? > > <email_alerts> > <email_to>##########@txt.att.net</email_to> > <level>6</level> > <do_not_delay /> > <format>sms</format> > </email_alerts> > > <alerts> > <log_alert_level>4</log_alert_level> > <email_alert_level>4</email_alert_level> > </alerts> > > -- > > --- > You received this message because you are subscribed to the Google Groups > "ossec-list" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
