View Single Post
  #6 (permalink)  
Old 03-08-2004, 04:54 AM
chirpy's Avatar
chirpy chirpy is offline
Moderator
 
Join Date: Jun 2002
Location: Go on, have a guess
Posts: 13,495
chirpy will become famous soon enough
Looks like you missed out some of this bit:
Code:
cd /usr/mailscanner/etc/
mv MailScanner.conf.new MailScanner.conf.old # MailScanner.conf.new may not exist, don't worry about it
cd reports/en
mv languages.conf.new languages.conf.old # languages.conf.new may not exist, don't worry about it
cd /usr/mailscanner.new/etc/
mv MailScanner.conf MailScanner.conf.new
mv virus.scanners.conf virus.scanners.conf.new
cd reports/en
mv languages.conf languages.conf.new
cd ../..
cp -Rf /usr/mailscanner/etc/* ./
mv virus.scanners.conf.new virus.scanners.conf
cd reports/en/
mv languages.conf.new languages.conf
You can recover it by downloading the tar.gz file again, then open it up and go to the directories in this distribution for languages.conf and then virus.scanners.conf and copy those new files over the top of the ones now in your /usr/mailscanner/etc/ directory tree.

Let me know if you want more specific instructions.
__________________
Jonathan Michaelson
cPanel Forum Moderator

Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Reply With Quote