Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greg-1-anderson/ogm-postfix-environment
Set up postfix for use with the Drupal og_mailinglist module. Includes a two-machine test environment using Vagrant, Virtualbox and Puppet.
https://github.com/greg-1-anderson/ogm-postfix-environment
Last synced: 18 days ago
JSON representation
Set up postfix for use with the Drupal og_mailinglist module. Includes a two-machine test environment using Vagrant, Virtualbox and Puppet.
- Host: GitHub
- URL: https://github.com/greg-1-anderson/ogm-postfix-environment
- Owner: greg-1-anderson
- Created: 2014-07-25T16:36:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-18T21:26:37.000Z (about 10 years ago)
- Last Synced: 2024-10-26T06:50:52.556Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 668 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OGM / POSTFIX ENVIRONMENT
=========================This project sets up a postfix environment for use with the og_mailinglist
Drupal module. For testing purposes, a Vagrantfile is also provided; it
defines a postfix mail server called 'postfix', and a secondary clinet
machine called the 'client' for testing email delivery from another machine.Hiera is used to allow different machines to be set up with configuration
appropriate to their needs. The hiera configuration files are located
in puppet/manifests/configuration. Make particular note of the configuration
file named `postfix.postfix.local.yaml` -- this is the configuration file
for the test Vagrant server.The following puppet modules are used to create this environment:
- apache
- composer
- concat
- dns
- drupal
- drush
- mysql
- ogm
- php
- postfix
- procmail
- stdlib
- wgetThese modules are cloned here for convenience. Submit any improvements to
the original module's project page.