RV Products Forums: Removing Server-Wide Spam and Virus Protection - RV Products Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Removing Server-Wide Spam and Virus Protection Is this right?

#1 User is offline   4uh 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 80
  • Joined: 22-November 06

Posted 25 March 2007 - 04:35 PM

1. Remove Exim configuration. There are 2 ways.

1.1 Removing on WHM
WHM Exim config edior advanced mode - clean out all boxes
WHM Exim config editor basic mode - reset system filter to default

1.2 Removing on SSH (suggested)
QUOTE
rm -f /etc/exim.conf.rvspam.local
mv /etc/exim.conf.local /etc/exim.conf.rvspam.local
rm -f /etc/exim.conf.rvspam.localopts
mv /etc/exim.conf.localopts /etc/exim.conf.rvspam.localopts
/scripts/eximup --force


2. Remove all whitelist and blacklist files in /usr/local/cpanel/base/eximacl

rm -rf /usr/local/cpanel/base/eximacl


3. Remove Razor and DCC. It is not necessary as SpamAssasin is still able to use it to detect spam. However, if you don't want them, follow these steps.

Edit /etc/mail/spamassassin/v310.pre, add # in front of the following lines.

# loadplugin Mail::SpamAssassin::Plugin::DCC
# loadplugin Mail::SpamAssassin::Plugin::Razor2


Remove /var/spool/mqueue/.razor
Remove /var/dcc
chkconfig --del DCC
Remove DCC from /etc/rc.d/init.d
Remove DCC cron from /etc/cron.daily

Close ports 6277 and 2703 in firewall.
0

#2 User is offline   pairote 

  • Administrator
  • PipPipPip
  • Group: Admin
  • Posts: 4,345
  • Joined: 13-June 03

Posted 26 March 2007 - 11:06 AM

I have edited your post.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic