Mail role for Proserver
- FreeBSD Proserver
An Ansible role that sets up mail configuration on a Proserver.
| Option | Description | Type | Required | Default |
|---|---|---|---|---|
enable_mta |
Enables or disables the Mail Transfer Agent (MTA). | bool | no | True |
aliases |
Dictionary of email aliases. | dict | no | {} |
None.
Add this role to the requirements.yml of your playbook as follows:
roles:
- name: ansible-proserver-mail
src: https://github.com/punktDe/ansible-proserver-mailAfterwards, install the role by running ansible-galaxy install -r requirements.yml
- hosts: all
roles:
- name: ansible-proserver-mail