https://github.com/davidwinter/puppet-postfix
https://github.com/davidwinter/puppet-postfix
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidwinter/puppet-postfix
- Owner: davidwinter
- Created: 2013-03-27T17:18:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-28T11:10:12.000Z (about 12 years ago)
- Last Synced: 2025-01-13T08:46:17.692Z (4 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