I have tripwire-2.3.1-10 installed on RH 7.3 and have tested the email functionality 
in Tripwire by running "/usr/sbin/tripwire --test --email [EMAIL PROTECTED]". The 
problem I am having is when an integrity check ("/usr/sbin/tripwire --check") runs and 
finds a violation it does not send an email to the name the rule indicates. No email 
is sent at all?  Any suggestions?  Below is the test case rule from my policy file.

SEC_CRIT      = $(IgnoreNone)-SHa ;
(
  rulename = "TEST ERROR",
  severity  = $(SIG_HI),
  emailto   = [EMAIL PROTECTED]
)
{
          /home/Doe/Test.txt ->         $(SEC_CRIT);

}

Thanks,
AP



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to