Skip to content

copyleft/puppet-imapfilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imapfilter

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with [Modulename]
  4. Usage - Configuration options and additional functionality
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Overview

Usage


node 'fqdn' {
  class {
    'imapfilter':;
  }

  imapfilter::filteruser {
    'user':
      imap_host     => 'imap.example.com',
      imap_username => '[email protected]',
      imap_password => 'password';
  }

}

TODO

  • Encrypt or hide passwords
  • Enable certificates and keep them somewhere
  • Introduce a minute or two of jitter to cron jobs
  • Common error log or error mail to automatic?
  • Move templates away if this is to be published.

Limitations

Tested on Ubuntu with Puppet 2.6

Development

[email protected]:operations/puppet-imapfilter.git

Release notes

1.0 initial release

Releases

No releases published

Packages

No packages published