Hi,
where can I config the EMAIL?
I only find those in the ossec.conf

 <global>
    <email_notification>yes</email_notification>
    <email_to>[email protected]</email_to>
    <smtp_server>alt3.gmail-smtp-in.l.google.com.</smtp_server>
    <email_from>ossecm@.</email_from>
  </global>


  <alerts>
    <log_alert_level>1</log_alert_level>
    <email_alert_level>5</email_alert_level>
  </alerts>





It didn't send email to me . :(








------------------ Original ------------------
From:  "Ryan Schulze";<[email protected]>;
Date:  Tue, Oct 15, 2013 05:39 AM
To:  "ossec-list"<[email protected]>; 

Subject:  Re: [ossec-list] Multiple email addresses for a single email_alert



AFAIK not possible within OSSEC. If it's always the same people you 
could make a maillinglist on your mailserver and send it to that.


On 10/14/2013 2:08 PM, Lalbee99 wrote:
> When configuring email alerts is there anyway to incorporate more than 
> a single email address per email_alert. In example, I have 3 users 
> that need to receive email alerts from the servers: magnum1 and 
> magnum2. I don't want to write three separate email_alerts for the 
> same machines (tedious.)
>  <email_alerts>
>    <email_to></email_to>
> <email_to>[email protected]</email_to>
> <event_location>magnum1|magnum2</event_location>
>    <level>6</level>
>    <do_not_delay />
>  </email_alerts>
>
> <email_alerts>
>    <email_to></email_to>
> <email_to>[email protected]</email_to>
> <event_location>magnum1|magnum2</event_location>
>    <level>6</level>
>    <do_not_delay />
>  </email_alerts>
> <email_alerts>
>    <email_to></email_to>
> <email_to>[email protected]</email_to>
> <event_location>magnum1|magnum2</event_location>
>    <level>6</level>
>    <do_not_delay />
>  </email_alerts>
>
> -Leo

-- 

--- 
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.

Reply via email to