From a569c2e5256e12beabf81c756513fee70a119a5b Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Tue, 15 May 2012 12:16:54 -0300 Subject: postfix - fixes on schedule check and sender_client_permissions --- config/postfix/postfix.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/postfix/postfix.php') diff --git a/config/postfix/postfix.php b/config/postfix/postfix.php index 9f15973c..a6542e42 100644 --- a/config/postfix/postfix.php +++ b/config/postfix/postfix.php @@ -33,6 +33,10 @@ require_once("/etc/inc/pkg-utils.inc"); require_once("/etc/inc/globals.inc"); require_once("/usr/local/pkg/postfix.inc"); +$uname=posix_uname(); +if ($uname['machine']=='amd64') + ini_set('memory_limit', '250M'); + function get_remote_log(){ global $config,$g,$postfix_dir; $curr_time = time(); -- cgit v1.2.3