# $Id$ # $Log: zmscanner.conf.sample,v $ # Sample configuration file for zmscanner # control socket location socket ./test.socket # pid file - can use this to kill -USR1 head process. *not a lock!* pidfile ./test.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 @top_srcdir@/plugins # 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 /usr/local/lib/zmscanner # modules to load #module zms_dcc.so #module zms_clamav.so