Files @ a48e04e52b25
Branch filter:

Location: majic-ansible-roles/roles/mail_server/meta/main.yml

branko
MAR-192: Added support for Debian 12 Bookworm to mail_server role:

- Allow use of older versions of TLS on Bookworm for testing of
related optional parameters.
- Install the IMAP CLI testing tool under its own virtual environment
in order to avoid warnings and errors when trying to install it
globally under Debian 12 Bookworm.
- Update the lists of expected TLS protocols and ciphers.
---

dependencies:
  - common
  - role: backup
    when: enable_backup
    backup_patterns_filename: "mail_server"
    backup_patterns:
      - "/var/{{ mail_user }}"

galaxy_info:
  author: Branko Majic
  description: Sets-up mail server with SMTP and IMAP services, using LDAP as source of allowed destinations (domains, mail addresses)
  license: BSD
  min_ansible_version: 2.9
  platforms:
    - name: Debian
      versions:
        - 11
        - 12