diff options
Diffstat (limited to 'config/postfix/postfix.php')
-rw-r--r-- | config/postfix/postfix.php | 4 |
1 files changed, 4 insertions, 0 deletions
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();
|