Closed adborden closed 3 years ago
If I run the playbook with postfix_default_database_type: regexp and no aliases configured. I see this warning in the postfix logs:
postfix_default_database_type: regexp
postfix/local[25233]: warning: regexp map /etc/aliases, line 1: ignoring unrecognized request
It looks like even though database type is set to regexp, /etc/aliases still contains postmaster:root as if it was a hash table.
regexp
postmaster:root
Fixed in https://github.com/Oefenweb/ansible-postfix/releases/tag/v3.2.1
If I run the playbook with
postfix_default_database_type: regexp
and no aliases configured. I see this warning in the postfix logs:It looks like even though database type is set to
regexp
, /etc/aliases still containspostmaster:root
as if it was a hash table.