Skip to content
Snippets Groups Projects

postfix: start mta-sts only when enabled

Merged Hinrikus Wolf requested to merge fix-bug-in-mta-sts into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -72,3 +72,4 @@
name: postfix-mta-sts-resolver
enabled: "{{ postfix_enable_mta_sts|string }}"
state: "{{ 'started' if postfix_enable_mta_sts else 'stopped' }}"
when: postfix_enable_mta_sts
Loading