Skip to content

v1.0.1

Latest

Choose a tag to compare

@andreashaerter andreashaerter released this 15 Jun 21:38

Bugfix release (mainly) for the mailserver_ldap_maildir.yml playbook.

Minor Changes

  • mailserver_ldap_maildir.yml example playbook - Many more deployment-specific values are now overridable dovecot_playbook_* variables (with the previous values as defaults) instead of being hard-coded: the quota-warning From address and subject, the quota storage grace, the per-mail size limit and the over-quota / exceeded messages, the quota-warning script path (a single knob shared by the service quota-warning executable and the rendered script file), the TLS minimum protocol and cipher preference, the IMAP / IMAPS / ManageSieve listener ports, and the Postfix-facing socket directory, user and group.

Bugfixes

  • mailserver_ldap_maildir.yml example playbook - The shipped example no longer carries a placeholder CHANGE-ME master-user password hash. It is now the required, no-default variable dovecot_playbook_master_admin_password_hash (validated in pre_tasks and intended to be supplied via Ansible Vault).