aboutsummaryrefslogtreecommitdiffstats
path: root/config/postfix
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-11-23 21:23:00 +0100
committerdoktornotor <notordoktor@gmail.com>2015-11-23 21:23:00 +0100
commitd10d37d0491f2b8815585054f4ee79477a1ea1a1 (patch)
treef0bb2c0c949fc93b1246dc45dd82b58be2300a8c /config/postfix
parent9e5599604d6b07dba5a79ae52e91e24d844a9066 (diff)
downloadpfsense-packages-d10d37d0491f2b8815585054f4ee79477a1ea1a1.tar.gz
pfsense-packages-d10d37d0491f2b8815585054f4ee79477a1ea1a1.tar.bz2
pfsense-packages-d10d37d0491f2b8815585054f4ee79477a1ea1a1.zip
postfix - add bunch of missing includes
Diffstat (limited to 'config/postfix')
-rw-r--r--config/postfix/postfix.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/postfix/postfix.php b/config/postfix/postfix.php
index 4c444ab8..f6a31fe7 100644
--- a/config/postfix/postfix.php
+++ b/config/postfix/postfix.php
@@ -31,6 +31,8 @@ require_once("/etc/inc/util.inc");
require_once("/etc/inc/functions.inc");
require_once("/etc/inc/pkg-utils.inc");
require_once("/etc/inc/globals.inc");
+require_once("xmlrpc.inc");
+require_once("xmlrpc_client.inc");
require_once("/usr/local/pkg/postfix.inc");
$uname = posix_uname();