aboutsummaryrefslogtreecommitdiffstats
path: root/config/postfix/postfix_search.php
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2012-05-15 12:16:54 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2012-05-15 12:16:54 -0300
commita569c2e5256e12beabf81c756513fee70a119a5b (patch)
tree17d7d1a87391239b3c855deb7764f42351b487ba /config/postfix/postfix_search.php
parentc54b1eb082de236cabfae77cb8968dd66fdb8d18 (diff)
downloadpfsense-packages-a569c2e5256e12beabf81c756513fee70a119a5b.tar.gz
pfsense-packages-a569c2e5256e12beabf81c756513fee70a119a5b.tar.bz2
pfsense-packages-a569c2e5256e12beabf81c756513fee70a119a5b.zip
postfix - fixes on schedule check and sender_client_permissions
Diffstat (limited to 'config/postfix/postfix_search.php')
-rwxr-xr-xconfig/postfix/postfix_search.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/postfix/postfix_search.php b/config/postfix/postfix_search.php
index 6152140d..2b831f72 100755
--- a/config/postfix/postfix_search.php
+++ b/config/postfix/postfix_search.php
@@ -30,6 +30,10 @@
require("guiconfig.inc");
+$uname=posix_uname();
+if ($uname['machine']=='amd64')
+ ini_set('memory_limit', '250M');
+
$pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
if(strstr($pfSversion, "1.2"))
$one_two = true;