From fd7c302843da4e69f2a7849c8f789583a85fb324 Mon Sep 17 00:00:00 2001 From: Petr Tichy Date: Fri, 7 Jun 2013 13:55:07 +0200 Subject: Fixed incorrect limit on number of processes of smtpd in generated master.conf --- config/postfix/postfix.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/postfix/postfix.inc b/config/postfix/postfix.inc index 4378a1f9..193ec6c7 100755 --- a/config/postfix/postfix.inc +++ b/config/postfix/postfix.inc @@ -653,7 +653,7 @@ MASTEREOF; foreach (explode(",", $ifaces) as $i => $iface) { $real_ifaces[] = px_get_real_interface_address($iface); if($real_ifaces[$i][0]) { - $postfix_master .=$real_ifaces[$i][0].":25 inet n - n - 1 smtpd\n\t-o user=postfix\n"; + $postfix_master .=$real_ifaces[$i][0].":25 inet n - n - - smtpd\n"; } } -- cgit v1.2.3