$DB = array(
'TYPE' => 'mysql',
'USER' => 'mysqluser',
'PASS' => 'password',
'PROTO' => 'tcp', // set to "tcp" for TCP/IP
'HOST' => '127.0.0.1',
'NAME' => 'mail'
);
Then your SQLWhite database configuration will look like this:
db_type = mysql db_name = mail # Note: the following are not used with SQLite db_host = localhost db_user = mysqluser db_pass = passwordAnd finally, in the Xerxes configuration file, this must also be set:
$sqlwhite = 1;