Skip to content

Releases: StackFocus/ansible-role-postfix-dovecot

v1.2.1

24 Oct 12:29
175489f

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

04 Aug 19:52
64f4ee0

Choose a tag to compare

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.

v1.1.1

05 Apr 18:07
bbc26de

Choose a tag to compare

Changes

  • Added documentation

v1.1.0

20 Jul 00:00

Choose a tag to compare

Changes

  • Removed the postfix_ssl_chain variable since it wasn't properly used and was misleading

v1.0.0

04 Jan 03:16

Choose a tag to compare

Initial Release