Add support for multiple relayhosts
Can you fix the failing tests?
See https://github.com/Oefenweb/ansible-cacti-spine/commit/6418105cdf29fdf0bda5390cf75450df9d57d831
Can you fix the failing tests?
Just did. I tried to do comparable changes to what was done in that commit, and pushed a new commit to this PR.
Multiple destinations are (only) supported in Postfix 3.5 and later, right?
https://serverfault.com/questions/763106/how-to-set-multiple-relayhost-in-postfix
Multiple destinations are (only) supported in Postfix 3.5 and later, right?
Yes. What would be an acceptable way of handling that?
FWIW Debian 11 (oldoldstable) has Postfix 3.5, only older releases have ealier versions.
I mentioned it in the README
See https://github.com/Oefenweb/ansible-postfix/pull/150