Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 643 Bytes

README.markdown

File metadata and controls

27 lines (14 loc) · 643 Bytes

amavis

master branch: Build Status

This is the amavis module. It provides installation and configuration routines using Puppet.

Simplest Configuration:

include amavis

It will just install the amavis package and ensure that amavis is running.

Simple Configuration:

include amavis

class { 'amavis::config':
  final_virus_destiny      => 'D_REJECT; # (defaults to D_BOUNCE)',
}

It will just install the amavis package and ensure that amavis is rejecting content containg a virus.