User Tools

Site Tools


tripwire:set_up_email_notifications

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tripwire:set_up_email_notifications [2016/11/27 16:35] – [Another method] petertripwire:set_up_email_notifications [2019/12/04 21:54] (current) – removed peter
Line 1: Line 1:
-====== Tripwire - Set Up Email Notifications ====== 
  
-<code bash> 
-vi /etc/tripwire/twcfg.txt 
-</code> 
- 
-and set the following fields 
- 
-<file bash /etc/tripwire/twcfg.txt> 
-MAILNOVIOLATIONS =true 
-EMAILREPORTLEVEL =3 
-REPORTLEVEL   =3 
-SYSLOGREPORTING =true 
-MAILMETHOD    =SMTP 
-SMTPHOST      =192.168.1.2 
-;SMTPHOST      =mail.sharewiz.net 
-SMTPPORT      =25 
-</file> 
- 
- 
-===== Another method ===== 
- 
-Use the mail command to mail Tripwire notifications to an email address.  Install the files: 
- 
-<code bash> 
-sudo apt-get install mailutils 
-</code> 
- 
-Test a tripwire report.  This report will have warnings and changes too, since we just installed new software without telling tripwire: 
- 
-<code bash> 
-sudo tripwire --check | mail -s "Tripwire report for `uname -n`" your_email@domain.com 
-</code> 
- 
-Setup a cron job to call this regularly if required. 
tripwire/set_up_email_notifications.1480264517.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki