Releases: rhythmictech/ansible-role-postfix
Releases · rhythmictech/ansible-role-postfix
Bugfix release
- Fixes some bugs with missing tags and
check_mode
on tasks - Changes the behavior of
postfix_generics
andpostfix_bcc_maps
inclusion inmain.cf
to match other settings - Use length instead of boolean to check for empty lists
- Fixed default value of
postfix_virtual_aliases
- Remove unnecessary empty list tests from config files
v2.3.0 - Update for newer ansible
Use include_tasks instead of include, which is deprecated.
Support a custom port for the relayhost
v2.2.1 Support a custom port for the relayhost
HELO Name support
v2.2.0 Bugfixes, helo support
Bugfixes
v2.1.1 Bugfixes
handle CA certs on ubuntu
v2.1.0 handle CAfile on debian
default to false
- make nagios setup optional
- make dkim setup optional
- make collectd setup optional
- make maps (sender relay, bcc, generic, transports) optional
default to false on all of these
nagios is now optional
v1.2.0 make nagios optional too
collectd is now optional
v1.1.0 Merge branch 'master' of https://github.com/rhythmictech/ansible-role…