Originally part of our Exim 4 Role. This has been spun off to a configure role to keep Exim4 tight.
This sets the default mail address for the server.
Although not required it is designed to work after the Exim4 role
The only vars needed are: the server from email (rootmail_server_from_email) e.g. ansible_hostname@example.com the server domainname: ((rootmail_server_mailname)) e.g. example.com
None (but works with Exim4)
- hosts: servers
roles:
- { role: ansible-role-first5rootmail, tags; "mail", "configuration" }
BSD
George Boobyer (Blue-Bag)