From f419a613d7859ac13d273836cbb83502df3fdf36 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 24 Apr 2015 15:30:23 -0300 Subject: Sanitize postfix version, add internal_name, port_category and run_depends. Also fix PBI checks --- config/postfix/postfix_view_config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/postfix/postfix_view_config.php') diff --git a/config/postfix/postfix_view_config.php b/config/postfix/postfix_view_config.php index a844ce65..f23937d4 100644 --- a/config/postfix/postfix_view_config.php +++ b/config/postfix/postfix_view_config.php @@ -29,7 +29,9 @@ */ $shortcut_section = "postfix"; require("guiconfig.inc"); -if (is_dir('/usr/pbi/postfix-' . php_uname("m"))) { + +$pfs_version = substr(trim(file_get_contents("/etc/version")),0,3); +if ($pfs_version == "2.1" || $pfs_version == "2.2") { define('POSTFIX_LOCALBASE', '/usr/pbi/postfix-' . php_uname("m")); } else { define('POSTFIX_LOCALBASE','/usr/local'); -- cgit v1.2.3