From 09bd00932fa0503fdf999f1194d562285cf62308 Mon Sep 17 00:00:00 2001 From: Vinclame Date: Thu, 14 Jul 2016 13:20:28 +0200 Subject: [PATCH] Update master.cf.erb maxproc smtpd --- templates/master.cf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/master.cf.erb b/templates/master.cf.erb index 248face..68cd4e8 100644 --- a/templates/master.cf.erb +++ b/templates/master.cf.erb @@ -9,12 +9,12 @@ # (yes) (yes) (yes) (never) (100) # ========================================================================== <% unless @postscreen -%> -smtp inet n - n - - smtpd +smtp inet n - n - <%= @maxproc %> smtpd <% else -%> smtp inet n - n - 1 postscreen tlsproxy unix - - n - 0 tlsproxy dnsblog unix - - n - 0 dnsblog -smtpd pass - - n - - smtpd +smtpd pass - - n - <%= @maxproc %> smtpd <% end -%> <% @smtp_content_filter.each do |content_filter| -%> -o content_filter=<%= content_filter %>