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.
No external requirements exist to this role.
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
BSD
Guillaume Maissa [email protected]