Class clamav::smtp
In: /modules/clamav/manifests/smtp.pp
Parent:

Class: clamav::smtp

ClamAV SMTP class, to use an antivirus service with MTAs. The default configuration will have the service listen on a UNIX socket and re-send to localhost:10026.

Sample Usage :

 include clamav::smtp

Resources

Included Classes

clamav

Resources

Package["clamsmtp"]
   ensure => installed
Service["clamsmtpd", $clamd_service]
   enable => true
   ensure => running
   hasstatus => true
   require => Package["clamsmtp"]

[Validate]