From: <ton...@us...> - 2004-02-29 23:15:02
|
Update of /cvsroot/serverfilters/script In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14597 Added Files: README Log Message: Documentation --- NEW FILE: README --- OVERVIEW This directory contains the source code for filtercmd, a setuid binary that serversidefilter uses in order to read and write filter/forward files. COMPILING AND INSTALLING To compile filtercmd, edit the Makefile to change any settings, and then run make. Then run make test to ensure the setuid binary / configuration settings are set up properly. The binary should reside in this directory. PREREQUISITES * A C compiler * Root access. This script must be setuid root, because it will need to write files as any mail user on the system. * The c-client library. The Makefile has more details. TROUBLESHOOTING To be written. |