Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidwinter/puppet-postfix
https://github.com/davidwinter/puppet-postfix
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidwinter/puppet-postfix
- Owner: davidwinter
- Created: 2013-03-27T17:18:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-28T11:10:12.000Z (over 11 years ago)
- Last Synced: 2024-05-01T13:39:28.073Z (7 months ago)
- Language: Puppet
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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