Oefenweb / ansible-postfix

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

postfix_*_canonical_maps_file variables incorrect #67

Closed jgruiz68 closed 4 years ago

jgruiz68 commented 5 years ago

Are the values of variables postfix_sender_canonical_maps_file and postfix_recipient_canonical_maps_file swapped in vars/main.yml?

Right now they look like this:

postfix_sender_canonical_maps_file: /etc/postfix/recipient_canonical_maps postfix_recipient_canonical_maps_file: /etc/postfix/sender_canonical_maps

Should it be like this instead?

postfix_sender_canonical_maps_file: /etc/postfix/sender_canonical_maps postfix_recipient_canonical_maps_file: /etc/postfix/recipient_canonical_maps

tersmitten commented 5 years ago

Still relevant?

tersmitten commented 5 years ago

Or fixed by #68

tersmitten commented 4 years ago

Checked it. It's fine the way it is now