Files @ 776dde4d751e
Branch filter:

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

branko
MAR-192: Update compatibility-related entries for Postfix main configuration file:

- Default value for append_dot_mydomain has been "no" for a while now,
no need to set it explicitly.
- Prefer the whitelist/blacklist instead of allowlist/denylist
keywords in logs.
---

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