Releases: StackFocus/ansible-role-postfix-dovecot
Releases · StackFocus/ansible-role-postfix-dovecot
v1.2.1
What's Changed
- fix AnsibleUnsafeText (issue#13) by @badnetmask in #14
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Changes
(thanks @badnetmask for these updates)
-
Modify role to work in RHEL based server
- Replaced "apt" tasks with "package".
- Modified some Postfix options which are not compatible with 2.x (still in use in RHEL7).
- Fixed some file permissions which Postfix was not happy about.
-
Added a note in README about pre-configuring MySQL, and a required Python module.
-
New parameters to configure Postfix as a relay host and SMTP (sending) security level.
-
Optional task to add example Dovecot IMAP users.