#!/bin/sh
set -e

cat << _EOF_

1. Edit an modify configuration file /etc/squidclamav.conf to match
   your installation.

2. Create a redirect CGI script or HTML where you want your users to be
   redirected when a virus is found and set the 'redirect' configuration
   directive to that URL. You have a CGI script sample in different languages
   in /usr/libexec/squidclamav/

3. If you use squidclamav log remember that squidclamav will run as squid
   user, so the path to squidclamav.log must be writable by this user.

You can have more information on how to configure and use $PNAME by reading
documentation at http://squidclamav.darold.net/ or with squidclamav man page.


_EOF_

exit 0
