Closed jgruiz68 closed 4 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
Still relevant?
Or fixed by #68
Checked it. It's fine the way it is now
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