|
|
|
@ -5,9 +5,9 @@ Last-Update: 2012-05-28
|
|
|
|
|
|
|
|
|
|
Index: postfixadmin/config.inc.php
|
|
|
|
|
===================================================================
|
|
|
|
|
--- postfixadmin.orig/config.inc.php 2011-12-18 05:22:05.000000000 +0100
|
|
|
|
|
+++ postfixadmin/config.inc.php 2011-12-18 05:31:16.000000000 +0100
|
|
|
|
|
@@ -16,6 +16,11 @@
|
|
|
|
|
--- postfixadmin.orig/config.inc.php 2015-09-26 15:03:05.000000000 +0100
|
|
|
|
|
+++ postfixadmin/config.inc.php 2015-09-26 15:03:16.000000000 +0100
|
|
|
|
|
@@ -15,6 +15,11 @@
|
|
|
|
|
* Contains configuration options.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@ Index: postfixadmin/config.inc.php
|
|
|
|
|
/*****************************************************************
|
|
|
|
|
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
|
|
* You have to set $CONF['configured'] = true; before the
|
|
|
|
|
@@ -23,7 +28,7 @@
|
|
|
|
|
@@ -22,7 +27,7 @@
|
|
|
|
|
* Doing this implies you have changed this file as required.
|
|
|
|
|
* i.e. configuring database etc; specifying setup.php password etc.
|
|
|
|
|
*/
|
|
|
|
@ -28,9 +28,9 @@ Index: postfixadmin/config.inc.php
|
|
|
|
|
|
|
|
|
|
// In order to setup Postfixadmin, you MUST specify a hashed password here.
|
|
|
|
|
// To create the hash, visit setup.php in a browser and type a password into the field,
|
|
|
|
|
@@ -85,11 +90,11 @@
|
|
|
|
|
@@ -80,11 +85,11 @@
|
|
|
|
|
// mysql = MySQL 3.23 and 4.0, 4.1 or 5
|
|
|
|
|
// mysqli = MySQL 4.1+
|
|
|
|
|
// mysqli = MySQL 4.1+ or MariaDB
|
|
|
|
|
// pgsql = PostgreSQL
|
|
|
|
|
-$CONF['database_type'] = 'mysqli';
|
|
|
|
|
-$CONF['database_host'] = 'localhost';
|
|
|
|
|