preload preload preload preload

ClamAv and Spamassassin on CentOS 5 Postfix

Install Amavisd-New on CentOS 5 Amavisd-new  isn't in the CentOS repositories, so the first thing you'll need to do is to install the Dag Wieers/RPMForge repository into your YUM configuration.  First, go to the Dag Wieers/RPMForge website. http://dag.wieers.com/rpm/FAQ.php#B Copy and paste the appropriate command for your Red ...
0

Set Up Virus and Spam Scanning on Ubuntu 8.10

Install of Amavisd-New on Ubuntu 8.10 One of the most frustrating problems with setting up any mail server is the configuration required for anti-virus protection and Spam checking.  Amavisd-new provides an excellent tool to help in setting that up.  This is a step-by-step process in providing your mail server, the example is Ubuntu ...
0

Manually Scanning for Viruses

Using Clamscan to Manually Scan Directories Typically you would allow amavisd-new to control the scanning process.  However, there may come a time when you want to manually scan a directory or file that is suspicious. 1. Scan a File clamscan filename 2. Scan Current Working Directory clamscan 3. Recurrsive Scan of ...
0

Configure ClamAv for Postfix

Create a user and group called clamav with this command: groupadd clamav useradd -g clamav -s /bin/false clamav The -s /bin/false creates the user without a login, no shell. Start the clamav /usr/sbin/clamd LibClamAV Warning: ************************************************** LibClamAV Warning: ***  The virus database is ...
0

Postfix Virus Scan – Install ClamAV

Install the ClamAV Daemon Of course YUM, if installed is the easiest method of installing these programs as it meets all the dependencies at one time. If you cannot install clamav with yum the next option is to download the RPMS from dag_weeirs.com. Note that you want the latest version for your operating ...
0