Update default config to have logging to syslog installed, #528565
Therefor FILE logging in /var/lib/squirrelmail/data is deactivated
--- a/config_example.php
+++ b/config_example.php
@@ -43,9 +43,9 @@
                              'LOGOUT',
                              'TIMEOUT',
 //                             'OUTGOING_MAIL',
-//                             'MASS_MAILING',
+                             'MASS_MAILING',
                              'LOGIN_ERROR',
-//                             'ERROR',
+                             'ERROR',
 //                             'CAPTCHA',
 //                             'RESTRICT_SENDERS',
 //                             'LOCKOUT',
@@ -124,10 +124,10 @@
    //
    //
    $sl_logs = array(
-      'SYSTEM:LOG_INFO:LOG_MAIL' => array(
-//         'LOGIN'            => "Successful webmail login: by %2 (%3) at %4 on %6: %7",
-//         'LOGOUT'           => "Webmail logout: by %2 (%3) at %4 on %6: %7",
-//         'TIMEOUT'          => "Webmail session timed out: by %2 (%3) at %4 on %6: %7",
+      'SYSTEM:LOG_INFO:LOG_MAIL:squirrelmail' => array(
+         'LOGIN'            => "Successful webmail login: by %2 (%3) at %4 on %6: %7",
+         'LOGOUT'           => "Webmail logout: by %2 (%3) at %4 on %6: %7",
+         'TIMEOUT'          => "Webmail session timed out: by %2 (%3) at %4 on %6: %7",
 //         'OUTGOING_MAIL'    => "Message sent via webmail: by %2 (%3) at %4 on %6: %7",
 //         'MASS_MAILING'     => "Possible outgoing spam: by %2 (%3) at %4 on %6: %7",
 //         'LOGIN_ERROR'      => "Failed webmail login: by %2 (%3) at %4 on %6: %7",
@@ -139,15 +139,19 @@
 //         'RESTRICT_SENDERS' => "Failed recipient limit: by %2 (%3) at %4 on %6: %7",
 //         'LOCKOUT'          => "Webmail login page abuse: by %2 (%3) at %4 on %6: %7",
       ),
-      'SYSTEM:LOG_ALERT:LOG_AUTH' => array(
-//         'MASS_MAILING'  =>  "Possible outgoing spam: by %2 (%3) at %4 on %6: %7",
+      'SYSTEM:LOG_WARNING:LOG_MAIL:squirrelmail' => array(
+         'LOGIN_ERROR'      => "Failed webmail login: by %2 (%3) at %4 on %6: %7",
+         'ERROR'            => "Webmail error: by %2 (%3) at %4 on %6: %7",
+      ),
+      'SYSTEM:LOG_ALERT:LOG_MAIL:squirrelmail' => array(
+         'MASS_MAILING'  =>  "Possible outgoing spam: by %2 (%3) at %4 on %6: %7",
       ),
       'FILE'   => array(
-         'LOGIN'         =>  "%6 [%1] %2 (%3) from %4: %7\n",
-         'LOGOUT'        =>  "%6 [%1] %2 (%3) from %4: %7\n",
-         'TIMEOUT'       =>  "%6 [%1] %2 (%3) from %4: %7\n",
+//         'LOGIN'         =>  "%6 [%1] %2 (%3) from %4: %7\n",
+//         'LOGOUT'        =>  "%6 [%1] %2 (%3) from %4: %7\n",
+//         'TIMEOUT'       =>  "%6 [%1] %2 (%3) from %4: %7\n",
 //         'MASS_MAILING'  =>  "%6 [%1] %2 (%3) from %4: %7\n",
-         'LOGIN_ERROR'   =>  "%6 [%1] %2 (%3) from %4: %7\n",
+//         'LOGIN_ERROR'   =>  "%6 [%1] %2 (%3) from %4: %7\n",
 //         'LOGIN_ERROR'   =>  "%6 [INVALID] %2 (%3) from %4: %7\n",
 //         'ERROR'         =>  "%6 [%1] %2 (%3) from %4: %7\n",
       ),
