manea-eugen / chef-mailcatcher

MailCatcher cookbook for Chef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MailCatcher Cookbook

Allows for installation of MailCatcher on Debian (/Ubuntu) boxes.

Recipes

Name Explanation
mailcatcher Basic installation of MailCatcher
mailcatcher::php Sets the php sendmail_path to use MailCatcher

Attributes

Key Type Description Default
['mailcatcher']['bin'] String The location of the MailCatcher binary file /usr/bin/env catchmail
['mailcatcher']['smtp-ip'] String The ip address of the smtp server 127.0.0.1
['mailcatcher']['smtp-port'] Integer The port of the smtp server 1025
['mailcatcher']['http-ip'] String The ip address of the http server 127.0.0.1
['mailcatcher']['http-port'] Integer The port of the http server 1080
['mailcatcher']['multiple'] Boolean Manage multiple instances false

License and Authors

Copyright 2013, Bryan te Beek

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Authors: Bryan te Beek

About

MailCatcher cookbook for Chef


Languages

Language:Ruby 100.0%