Oefenweb / ansible-postfix

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

Modify aliases template for regexp entries #130

Closed bugspencor closed 9 months ago

bugspencor commented 9 months ago

This was already discussed in #88 and was supposedly fixed, but did not work for me. Now aliases are possible with correct regexp format (no colon). Alias for postmaster is omitted in that case (incorrect regexp format with colon). Defaults are unchanged.

bugspencor commented 9 months ago

I found a warning in the logs regarding the syntax of the sasl_passwd file, which is also changed to regexp table type. I need to check that again.