You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gojufhv We're using yamllint in this repo, to specifically avoid this problem as much as possible. If you look at pillar.example, it shows you that the values are quoted:
Bug details
Describe the bug
If you want to disable sasl auth for example on a mx only server, this will result in a not working configuration.
If smtpd_sasl_auth_enable: no is set in pillar, this will result in smtpd_sasl_auth_enable = False in main.cf
postfix/smtpd[333]: fatal: bad boolean configuration: smtpd_sasl_auth_enable = False
Steps to reproduce the bug
Pillar:
Expected behaviour
It should write "smtpd_sasl_auth_enable = no" in the main.cf config file.
The text was updated successfully, but these errors were encountered: