diff --git a/templates/postfix-master.cf.mustache b/templates/postfix-master.cf.mustache index 241cdef..2cdd09d 100644 --- a/templates/postfix-master.cf.mustache +++ b/templates/postfix-master.cf.mustache @@ -51,10 +51,13 @@ postlog unix-dgram n - n - 1 postlogd # # {{comment}} # -{{@}} {{type}} {{private}} {{unpriv}} {{chroot}} {{wakeup}} {{maxproc}} {{command}} - {{#args}} - {{{.}}} - {{/args}} +{{#enable}} +{{co}}{{name}} {{type}} {{private}} {{unpriv}} {{chroot}} {{wakeup}} {{maxproc}} {{command}} +{{#args}} +{{co}} {{{.}}} +{{/args}} +{{/enable}} + {{/vars.postfix.cfg.services}} # CFEngine Raw Start