Skip to content

GMaissa/ansible-role-mailcatcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailcatcher

Travis branch Galaxy

This Ansible Mailcatcher role is a fork of Stephan Hochhaus one, in order to add support for RHEL / Centos.

It installs Mailcatcher on your system and starts it upon boot time.

Requirements

No external requirements exist to this role.

Role Variables

mailcatcher_ip: 0.0.0.0       # Set the ip address for both smtp server and web interface
mailcatcher_smtp_ip: 0.0.0.0  # Set the ip address for smtp server
mailcatcher_smtp_port: 1025   # Set the port for smtp server
mailcatcher_http_ip: 0.0.0.0  # Set the ip address for web interface
mailcatcher_http_port: 1080   # Set the port for web interface

License

BSD

Author Information

Guillaume Maissa pro.g@maissa.fr

Packages

No packages published

Languages

  • Shell 74.9%
  • Ruby 25.1%