Oefenweb / ansible-postfix

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

Skip writing of SASL password file when SASL authentication is disabled #95

Closed racke closed 4 years ago

racke commented 4 years ago

Setting the _relayhost variable doesn't necessary imply that SASL authentication is used. My use case is a German university where the relay is protected by the network.

BTW: I would always write this file to ensure idempotency when variables are changed.