I have Tripwire 2.3 up and running on a Red Hat server. I'm having one small issue, the 'emailto' option in the policy file doesn't email me when there are errors during an integrity check.
In my policy file, tw.pol, I have entry's that look similar to this...
(
rulename = "Critical System Directories",
severity = $(SIG_HI),
emailto = root@foo.org;chris@foo.net
)
{
/bin -> $(SEC_CRIT) ;
/sbin -> $(SEC_CRIT) ;
When I run an integrity check with "tripwire --check", it doesn't email me anything. I am able to send email using the tripwire email test --> "tripwire --test --email root@foo.org".
Thanks,
Chris
In my policy file, tw.pol, I have entry's that look similar to this...
(
rulename = "Critical System Directories",
severity = $(SIG_HI),
emailto = root@foo.org;chris@foo.net
)
{
/bin -> $(SEC_CRIT) ;
/sbin -> $(SEC_CRIT) ;
When I run an integrity check with "tripwire --check", it doesn't email me anything. I am able to send email using the tripwire email test --> "tripwire --test --email root@foo.org".
Thanks,
Chris