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.
991
Installation / Re: Mail server settings
« on: May 22, 2016, 06:21:21 AM »
Hello.
Yep, for a same settings use a CWP.user.
Yep, for a same settings use a CWP.user.
992
Installation / Re: Bizarre behavior - Root doesn't have permission to access file
« on: May 10, 2016, 12:17:03 PM »
Hi, check attributes.
if you want to edit something, it shouldn't have anything
Code: [Select]
lsattr postfix.php
if you want to edit something, it shouldn't have anything
993
Postfix / Re: Postfix with Multiple Domains
« on: April 29, 2016, 11:30:28 AM »
Hi, let us know what kind problem do you have.
Also, you can use CWP support http://centos-webpanel.com/support-service for configure.
Also, you can use CWP support http://centos-webpanel.com/support-service for configure.
994
CentOS 6 Problems / Re: Every time I add site, HTTPD goes down and won't restart
« on: April 29, 2016, 11:23:18 AM »
Hi, the trouble with Apache was fixed in latest update.
995
Installation / Re: Can't Send Out - In
« on: April 29, 2016, 11:17:14 AM »
Hi,
for secure a web sites, better to use "File System Lock" from a CWP.user . Please note, if it active, you won't be able for change any files at the user home directory.
for secure a web sites, better to use "File System Lock" from a CWP.user . Please note, if it active, you won't be able for change any files at the user home directory.
996
Installation / Re: Error with Roundcube
« on: April 29, 2016, 11:13:48 AM »
Hello,
check your connection settings in /usr/local/apache/htdocs/roundcube/db.inc.php
check your connection settings in /usr/local/apache/htdocs/roundcube/db.inc.php
999
CentOS 6 Problems / Re: Every time I add site, HTTPD goes down and won't restart
« on: April 25, 2016, 10:30:25 AM »
Hi, it will be fixed in a new version. Temporarily you can add line:
Code: [Select]
killall -9 httpd
to the /etc/init.d/httpd in function stop() :Code: [Select]
stop() {
echo -n $"Stopping $prog: "
killproc -p ${pidfile} -d ${STOP_TIMEOUT} $httpd
RETVAL=$?
echo
[ $RETVAL = 0 ] && rm -f ${lockfile} ${pidfile}
killall -9 httpd
}
1000
CentOS-WebPanel Bugs / Re: update mysql to 5.7 and now cwp can't create user/database
« on: April 25, 2016, 10:27:56 AM »1002
Updates / Re: How to upgrade libmysqlclient to higher than 5.1
« on: April 25, 2016, 10:24:08 AM »
Hello.
Or you can upgrade your existing MySQL server and libs to MariaDB.
Or you can upgrade your existing MySQL server and libs to MariaDB.
1003
Installation / Re: Can't Send Out - In
« on: April 25, 2016, 10:18:47 AM »
Hello.
You have to add MX/SPF and DKIM too and set a hostname.
You have to add MX/SPF and DKIM too and set a hostname.
1004
Installation / Re: need advice to install intl (extension php)
« on: April 25, 2016, 10:17:26 AM »
Hi, check phpinfo(); . Do you have '--enable-intl' in "Configure Command"?