linux-system-roles / postfix

An ansible role which configures postfix
https://linux-system-roles.github.io/postfix/
GNU General Public License v3.0
14 stars 20 forks source link

fix: support different postmap map types for EL10 and other platforms #138

Closed richm closed 1 month ago

richm commented 1 month ago

Cause: EL10 changed the default map type, and now requires the map type to be explicitly specified.

Consequence: The role will give an error when using postfix_files on EL 10.

Fix: Create a new variable postfix_map_type that the user can use to specify a different map type. Make sure the default value of this is correct on el10 and earlier platforms.

Result: User can specify postfix_files on EL10 and earlier platforms.

Signed-off-by: Rich Megginson rmeggins@redhat.com

richm commented 1 month ago

[citest]