Signum / ispmail-bullseye-ansible

Ansible playbooks to set up a mail server according to the ISPmail guide at workaround.org / https://workaround.org/ispmail/bullseye/
25 stars 14 forks source link

fix duplicated tasks in the ispmail-postfix role #9

Closed pyvain closed 1 year ago

pyvain commented 1 year ago

The ispmail-postfix role contains duplicated tasks which seem to originate from different versions of the playbook.

I suspect that merging some changes in the past did something funky.

This PR attempts to clean it up :

Thank you for your awesome guide ! :slightly_smiling_face:

pyvain commented 1 year ago

I just noticed that postconf virtual_alias_maps= is also executed twice: without and with the email-to-email mapping. I suppose that the first one can be removed too, even if catchalls are not used.