Allows for installation of MailCatcher on CentOS boxes.
| Name | Explanation |
|---|---|
| mailcatcher | Basic installation of MailCatcher |
| mailcatcher::php | Sets the php sendmail_path to use MailCatcher |
| Key | Type | Description | Default |
|---|---|---|---|
| ['mailcatcher']['bin'] | String | The location of the MailCatcher binary file | mailcatcher |
| ['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 | 0.0.0.0 |
| ['mailcatcher']['http_port'] | Integer | The port of the http server | 1080 |
| ['mailcatcher']['catchmail_bin'] | String | The location of the CatchMail binary file | catchmail |