Skip to content

skrivy/amavis

 
 

Repository files navigation

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',
  extra_parameters    => [
    '$sa_spam_subject_tag'   => '"[SPAM]"',
    '$sa_spam_report_header' => 1,
  ]
}

It will just install the amavis package, ensure that amavis is rejecting content containg a virus and implements some extra parameters.

About

puppet amavis module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 63.6%
  • Puppet 35.5%
  • Pascal 0.9%