tripwire:set_up_email_notifications
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tripwire:set_up_email_notifications [2016/11/27 16:27] – peter | tripwire:set_up_email_notifications [2019/12/04 21:54] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Tripwire - Set Up Email Notifications ====== | ||
- | <code bash> | ||
- | vi / | ||
- | </ | ||
- | |||
- | and set the following fields | ||
- | |||
- | <file bash / | ||
- | MAILNOVIOLATIONS =true | ||
- | EMAILREPORTLEVEL =3 | ||
- | REPORTLEVEL | ||
- | SYSLOGREPORTING =true | ||
- | MAILMETHOD | ||
- | SMTPHOST | ||
- | ; | ||
- | SMTPPORT | ||
- | </ | ||
- | |||
- | |||
- | ===== Another method ===== | ||
- | |||
- | use the mail command to mail our notifications to our email address. This is not installed on our system currently, so we will have to download it from the repositories. | ||
- | |||
- | This gives us a great opportunity to see how tripwire reacts to changes in the system. | ||
- | |||
- | Install the files like this: | ||
- | |||
- | <code bash> | ||
- | sudo apt-get install mailutils | ||
- | </ | ||
- | |||
- | Now that we have that command installed, let's do a test of our system' | ||
- | |||
- | <code bash> | ||
- | sudo tripwire --check | mail -s " | ||
- | </ | ||
- | |||
- | You should receive a report shortly in your email with details about the new mail software you just installed |
tripwire/set_up_email_notifications.1480264049.txt.gz · Last modified: 2020/07/15 09:30 (external edit)