# $Id: zmscanner.conf.sample,v 1.6 2003/09/05 10:10:42 crosser Exp $ # $Log: zmscanner.conf.sample,v $ # 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 @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