Files @ d92577936630
Branch filter:

Location: majic-ansible-roles/roles/mail_forwarder/defaults/main.yml

branko
MAR-105: Added parameter for controlling firewall to mail_forwarder:

- Added new parameter smtp_from_relay_allowed.
- Updated role reference documentation.
- Added small note to usage instructions to mention the parameter's usability in
case of NAT'ed machines or laptops.
- Updated test playbook, adding another instance for testing the parameter, and
added tests that cover new parameter.
- Updated existing connectivity tests to be more specific and reliable.
1
2
3
4
5
6
---

local_mail_aliases: {}
smtp_from_relay_allowed: True
smtp_relay_host: ""
smtp_relay_truststore: "{{ lookup('file', tls_certificate_dir + '/truststore.pem') }}"