1 <!-- @(#) $Id: roundcube_rules.xml,v 1.1 2009/07/31 18:06:10 dcid Exp $
2 - Official Roundcube rules for OSSEC.
4 - Author: Michael Starks
6 - This program is a free software; you can redistribute it
7 - and/or modify it under the terms of the GNU General Public
8 - License (version 3) as published by the FSF - Free Software
11 - License details: http://www.ossec.net/en/licensing.html
14 <group name="syslog,roundcube,">
15 <rule id="9400" level="0">
16 <decoded_as>roundcube</decoded_as>
17 <description>Roundcube messages groupe.d</description>
20 <rule id="9401" level="5">
22 <match>failed (LOGIN)</match>
23 <description>Roundcube authentication failed.</description>
24 <group>authentication_failed,</group>
27 <rule id="9402" level="3">
29 <match>Successful login</match>
30 <description>Roundcube authentication succeeded.</description>
31 <group>authentication_success,</group>