# $Id$ # $Log: test.conf,v $ # Revision 1.1 2003/09/08 21:04:17 crosser # basic conf file to test the plugin # # Sample configuration file for zmscanner # control socket location socket /tmp/zmscanner # pid file - can use this to kill -USR1 head process. *not a lock!* pidfile /tmp/zmscanner.pid # maximum size to scan in the messages (rest ignored) # numeric may be suffixed by 'K' or 'M' (x 1024 or x 1048576 respectively) maxsize 4M # initial stage to enter message initstage zmsg # directory where modules should look for their personal config files modconfdir . # directory where to search for dynamic modules # !!! THIS MUST GO BEFORE THE FIRST "module" directive !!! # if not set, modules will be looked for in $libexecdir # When building third party modules, specify --with-moddir=/this/location moddir .libs # modules to load module zms_pcre.so