]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Use mysqli at postfixadmin
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 22 Jun 2018 16:40:21 +0000 (13:40 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 22 Jun 2018 16:40:21 +0000 (13:40 -0300)
templates/virtual/postfixadmin/config.inc.php.erb

index c5560c65f92cc9504d75f39064cd41f2a4b8ebf7..a8520d201dc7e901927367a59cf5562a55150be2 100644 (file)
@@ -46,7 +46,7 @@ $CONF['default_language'] = 'en';
 // mysql = MySQL 3.23 and 4.0, 4.1 or 5
 // mysqli = MySQL 4.1+ 
 // pgsql = PostgreSQL
-$CONF['database_type'] = 'mysql';
+$CONF['database_type'] = 'mysqli';
 $CONF['database_host'] = '<%= scope.lookupvar('mail::virtual::database_host') %>';
 $CONF['database_user'] = '<%= scope.lookupvar('mail::virtual::database_user') %>';
 $CONF['database_password'] = '<%= scope.lookupvar('mail::virtual::database_password') %>';