ansible-role-postfix icon indicating copy to clipboard operation
ansible-role-postfix copied to clipboard

alias_database might not be referenced to the actual file for some operating systems ( e.g. alpine )

Open flybyray opened this issue 2 years ago • 0 comments

https://github.com/robertdebock/ansible-role-postfix/blob/dd9ab8cf53c4f320bb67a6d7d8b6c96ba28fd781/templates/main.cf.j2#L439

should most probably replaced by:

alias_database = hash:{{ postfix_alias_path }}

flybyray avatar Oct 19 '23 11:10 flybyray