Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mazcabral

Pages: [1]
1
CentOS 6 Problems / Re: CWP Upgrade Horror
« on: November 28, 2017, 05:20:13 AM »
THE SOLUTION FOR ME:

Create the postfix.php in /usr/local/cwpsrv/htdocs/resources/admin/include/

Code: [Select]
<?php
/* MySQL hostname [ localhost (127.0.0.1 via TCP/IP) ] */
$db_host_postfix = "localhost";

/* The name of the database */
$db_name_postfix = "postfix";

/* MySQL database username */
$db_user_postfix = "postfix";

/* MySQL database password */
$db_pass_postfix = 'postfix-password';
?>

Pages: [1]