id-unibe-ch / ansible-role-postfix

This ansible role manages the postfix configuration including the alias file
MIT License
0 stars 1 forks source link

sender_canoncial_maps not working as expected #8

Closed mrolli closed 1 year ago

mrolli commented 1 year ago

Describe the bug When setting the sender_canonical list as outlined in the README.md the settings does not work at all.

To Reproduce

Steps to reproduce the behavior:

  1. Add role to playbook
  2. Configure some postfix_sender_canoncials
  3. Deploy to server
  4. Send testmail
  5. Received mail does not have replaced sender

Expected behavior Sender address is replaced as defined by postfix_sender_canonicals

Actual behavior Nothing happens and the original sender address is unchanged.