GitXplorerGitXplorer
j

puppet-amavisd

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e6cb75bc7439c0e286e0cf3b381e9c7a5093c8ba

Added amavis_helpers config file

jjulian7 committed 12 years ago
Unverified
b489c98a18025880141152debd74369411bbd9bd

removing amavisd config from templates

jjulian7 committed 12 years ago
Unverified
46ec86ac4c0509a20c8aa97cc91a6b3be10bf37c

Merge amavisd_files branch to master

jjulian7 committed 12 years ago
Unverified
1caa8e1b4fc8e0d872b54853bc21405200573c27

amavisd::files

jjulian7 committed 12 years ago
Unverified
ab6db2c8b44f669c50aabd57503803b49482f2e3

amavisd::files

jjulian7 committed 12 years ago
Unverified
dc18373451e98e11b7c4f64299b243edcd550bda

amavisd::params

jjulian7 committed 12 years ago

README

The README file for this repository.

amavisd-new puppet module

This module targets Ubuntu (12.04 onwards) Postfix setups.

Usage

class {amavisd: ensure => 'latest'} class {amavisd::files:}

amavisd class options

  • ensure: absent / present / latest

amavisd::files class options

  • database options ** dbistr: DBI connect string (like: "mysql:database=databasename;host=hostname;port=3306") ** dbuser: database username ** dbpass: database password ** domains_table: which table contains domain info (default: domains) ** domains_domain: which column contains domain name in domains table (default: domain)
  • Spam / AV filter options: ** virus_checking: true uses ClamAV (default: false) ** spam_checking: true uses spamassassin (default: false)

Copyright

Copyright © Balazs Nagy, released under the MIT license