diff options
author | Francois Deppierraz <francois.deppierraz@camptocamp.com> | 2009-12-22 20:28:15 +0100 |
---|---|---|
committer | Francois Deppierraz <francois.deppierraz@camptocamp.com> | 2009-12-22 20:30:26 +0100 |
commit | 18661db4da9bb3f599ee473993c267de918fa0ce (patch) | |
tree | 8910cd4f931b54ab8609279541108ad098ea5b60 /templates/master.cf.redhat5.erb | |
parent | 8a23f6d5b1022d79432734366e131af6f5d3b46f (diff) | |
download | puppet-postfix-18661db4da9bb3f599ee473993c267de918fa0ce.tar.gz puppet-postfix-18661db4da9bb3f599ee473993c267de918fa0ce.tar.bz2 |
Breaks backward compat: A few $postfix_ng_ variables were changed into $postfix_ variables
Diffstat (limited to 'templates/master.cf.redhat5.erb')
-rw-r--r-- | templates/master.cf.redhat5.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/master.cf.redhat5.erb b/templates/master.cf.redhat5.erb index 08564b2..8c3ee53 100644 --- a/templates/master.cf.redhat5.erb +++ b/templates/master.cf.redhat5.erb @@ -7,7 +7,7 @@ # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (yes) (never) (100) # ========================================================================== -<%= postfix_ng_smtp_listen %>:smtp inet n - n - - smtpd +<%= postfix_smtp_listen %>:smtp inet n - n - - smtpd #smtp inet n - n - - smtpd #submission inet n - n - - smtpd # -o smtpd_enforce_tls=yes |