Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidwinter/puppet-postfix


https://github.com/davidwinter/puppet-postfix

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# puppet-postfix

A simple setup of Postfix with the goal that it only handles sending email. Handy for your `php` scripts, and system services like `monit` and `cron`.

It doesn't include local mailboxes, and therefore no local delivery and isn't listening for incoming mail.

## Install

With librarian-puppet, add the following to your Puppetfile:

mod 'postfix',
:git => 'git://github.com/davidwinter/puppet-postfix.git'

Then run `librarian-puppet install`.

## Usage

class { 'postfix': }

## Author

David Winter

## Licence

MIT