1.	Install RAV AntiVirus v8 for the Courier MTA
=	============================================
	The product contains the following packages:
	ravcore-8.*-*.i386.rpm		-- RAV scanning engine
	ravmd-8.*-*.i386.rpm		-- RAV mail scanning daemon
	ravcourier-8.*-*.i386.rpm	-- external filter used by Courier
	
	You can use our install.sh script in order to install them or use the
	following comands to install them manually (you must be root):
        
	rpm -ivh --force ravcore-*
	or
	rpm -Uvh --force ravcore-*
	in order to install or upgrade ravcore.

	rpm -ivh --force ravmd-*
	or
	rpm -Uvh --force ravmd-*
	in order to install or upgrade ravmd.

	rpm -ivh --force ravcourier-*
	or
	rpm -Uvh --force ravcourier-*
	in order to install or upgrade ravcourier.
	
	The argument "--force" will solve the conflicts with any RAV
	AntiVirus v8 installed packages. If something goes wrong, please look
	at README file to figure out what rpm should have done.

2.	Start RAV AntiVirus mail scanning daemon (ravmd)
=	================================================
	
	The installation process will try to add automatically in the
	file /etc/opt/rav/domains two values for the 'domain'
	parameter (the hostname and the domainname for the local machine).
	Please verify if the values are correctly specified. If the
	domain values are successfully added then the ravmd daemon 
	will be started when the installation has been finished.

	You can manually start the daemon using:
	/etc/init.d/ravmail start
	or
	/opt/rav/bin/ravmd

	By default, ravmd will use RAV logging system. The log files 
	are located in the /var/opt/rav/log/ directory.
	If '--syslog' is used in the ravmd command line parameters, 
	ravmd will use syslogd daemon for logging. Please check mail info
	log file to see ravmd's output.
	
	IMPORTANT: For RAV, a 'domain' is the string which follows the '@'
	symbol in an e-mail address.

3.	Set Courier to use RAV AntiVirus as external filter
=	===================================================

	The installation process should create a symbolic link
	(/usr/lib/courier/libexec/filters/ravcourier) to the RAV filter:
	/opt/rav/bin/ravcourier.
	If the symbolic link is not there or if you have installed
	courier in other location, please run this manually:
	ln -s /opt/rav/bin/ravcourier path_to_courier/libexec/filters/ravcourier

	Install the new filter:
	/usr/lib/courier/sbin/filterctl start ravcourier
	
	Restart global mail filtering for Courier:
	/usr/lib/courier/sbin/courierfilter stop
	/usr/lib/courier/sbin/courierfilter start
	
		