This file is indexed.

/usr/share/squirrelmail/plugins/squirrel_logger/logger is in squirrelmail-logger 2.3.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
/usr/local/bin/unixserver: invalid option -- t
usage: /usr/local/bin/unixserver [options] socket program
  -q           Quiet. Do not print any messages.
  -Q (default) Print error messages.
  -v           Verbose.  Print error and status messages.
  -d           Do not delete the socket file on exit.
  -D (default) Delete the socket file on exit.
  -u UID       Change user id to UID after creating socket.
  -g GID       Change group id to GID after creating socket.
  -U           Same as '-u $UID -g $GID'.
  -o UID       Make the socket owned by UID.
  -r GID       Make the socket group owned by GID.
  -O           Same as '-o $SOCKET_UID -r $SOCKET_GID'.
  -p PERM      Set the permissions on the created socket (in octal).
               Note: this option, if set, overrides the mask below.
               (defaults to 0666 minus umask)
  -m MASK      Set umask to MASK (in octal) before creating socket.
               (defaults to 0, previous value is restored afterwards)
  -c N         Do not handle more than N simultaneous connections.
               (default 10)
  -b N         Allow a backlog of N connections.
  -B BANNER    Write BANNER to the client immediately after connecting.