< Home - < Back

clamsmtp


Information about the package, clamsmtp, which is shipped with common Linux distributions. The clamsmtp package is designed for, A SMTP virus scanning system.


Package Name:

clamsmtp

Summary:

A SMTP virus scanning system

Description:

ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The 'DATA' email body is intercepted and scanned before forwarding. It aims to be lightweight, reliable, and simple rather than have a myriad of options. It's written in C without major dependencies. If you need more options then you could use something big like AMaViS which is written in PERL and can do almost anything. Written with the Postfix mail server in mind it can be configured as a Postfix Content Filter. It can also be used as a transparent proxy to filter an entire network's SMTP traffic at the router.

Architecture:

x86_64

Version:

1.10

Release:

7.el6

Size:

42 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for clamsmtp


Control the clamsmtp package with the following handy commands outlined below.


Command

Description of Command

yum install clamsmtp

This command will install clamsmtp on the server.

yum remove clamsmtp

This command will un-install clamsmtp on the server. When you run this command, you will be asked if you are sure that you want to remove clamsmtp, so you have to manually confirm that you want to do this.

yum -y remove clamsmtp

This command will un-install clamsmtp on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove clamsmtp when using the -y flag.

yum update clamsmtp

This command will update clamsmtp to the latest version. When you run this command, you will be asked if you are sure that you want to remove clamsmtp, so you have to manually confirm that you want to do this.

yum -y update clamsmtp

This command will update clamsmtp to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove clamsmtp when using the -y flag.

yum info clamsmtp

This command will show you core information about the clamsmtp package.

yum deplist clamsmtp

This command will show you the dependencies for clamsmtp. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update clamsmtp

This command will check if there is an update waiting on clamsmtp. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.