Oefenweb / ansible-postfix

Ansible role to set up postfix in Debian-like systems
MIT License
173 stars 82 forks source link

/etc/aliases is not compatible with regexp database type #88

Closed adborden closed 3 years ago

adborden commented 4 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/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.

tersmitten commented 3 years ago

Fixed in https://github.com/Oefenweb/ansible-postfix/releases/tag/v3.2.1