1.	Restore postfix configuration
=	=============================
	
	If the Postfix configuration files are located in the
	/etc/postfix directory then the uninstallation process will
	remove the RAV settings from the main.cf and master.cf files.

	Otherwise you have to erase manually the next line from the
	/etc/postfix/main.cf file:
	content_filter = smtp:[127.0.0.1]:10025

	and next the two lines from the /etc/postfix/master.cf file:
	127.0.0.1:10026		inet n - n - 100 smtpd
		-o content_filter= -o myhostname=dummy.domain.name

2.	Restart postfix system
=	======================

	postfix reload

3.	Uninstall RAV AntiVirus v8 for Postfix
= 	======================================
	Stop RAV AntiVirus daemons:
	killall -TERM ravmd
	killall -TERM ravpostfix

	The product contains the following packages:
	ravcore-8.*.tgz		-- RAV scanning engine
	ravmd-8.*.tgz		-- RAV mail scanning daemon
	ravpostfix-8.*.tgz	-- RAV smtp server used by postfix
	
	You can use our uninstall.sh script in order to uninstall them or use the
	following comands to uninstall them manually (you must be root):
        
	pkg_delete ravpostfix*
	in order to uninstall ravpostfix.

	pkg_delete ravmd*
	in order to uninstall ravmd.

	pkg_delete ravcore*
	in order to uninstall ravcore.
	