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.
1171
CentOS 7 Problems / Re: user account suspended after create fresh user
« on: September 21, 2017, 12:09:39 PM »1172
E-Mail / Re: How to set up Thunderbird to read roundcubes created emails?
« on: September 21, 2017, 12:04:12 PM »
rounducbe and thunderbird are using the same imap server dovecot (if you use imap) so this means that you need to use imap on the Thunderbird to have the same data synced with webmail 
if you use pop3 then you have a difference

if you use pop3 then you have a difference
1173
CentOS 7 Problems / Re: cwpsvc high cpu usage. lfd sending email every 10 mins
« on: September 21, 2017, 11:53:07 AM »
that is all ok, add it to csf process ignore list
/etc/csf/csf.pignore
as
exe:/usr/local/cwp/php71/sbin/php-fpm
/etc/csf/csf.pignore
as
exe:/usr/local/cwp/php71/sbin/php-fpm
1174
E-Mail / Re: Having trouble with emails
« on: September 15, 2017, 01:21:49 PM »
what mysql version do you have and have you made any custom modifications to cwp or server services ?
also check that all files are folder have the correct owner
also check that all files are folder have the correct owner
Code: [Select]
chown -R vmail.mail /var/vmail
1175
CentOS-WebPanel GUI / Re: I can not start nginx
« on: September 15, 2017, 01:17:48 PM »
stop apache and nginx in cwp and then kill all process if any left...you need to search for nginx and httpd processes
after that try to rebuild your vhosts from WebHost configuration menu and then check if all works
after that try to rebuild your vhosts from WebHost configuration menu and then check if all works
1176
Installation / Re: getting "502 bad gateway" for CWP admin panel
« on: September 15, 2017, 01:14:36 PM »
try this
sh /scripts/restart_cwpsrv
sh /scripts/restart_cwpsrv
1177
CentOS 7 Problems / Re: Cannot Access CWP URL | IP Address:2030
« on: September 15, 2017, 01:13:25 PM »
check your cron files there should be configuration for automatic updates
file /etc/cron.daily/cwp
file /etc/cron.daily/cwp
1178
CentOS-WebPanel Bugs / Re: PHP not working
« on: September 15, 2017, 01:12:18 PM »
if this is only phpinfo error then you can add this script to any account/domain and open it in your browser
Code: [Select]
<?php phpinfo();?>
1179
Installation / Re: Customize CP
« on: September 15, 2017, 01:10:39 PM »
new user panel has that option, it should be released soon
https://youtu.be/p3C3fi7_Z84
https://youtu.be/p3C3fi7_Z84
1181
SSL / Re: vhost template - SSL cert Manager
« on: September 15, 2017, 01:07:38 PM »
currently that is integrated so you can't change it...but since cwp is under big rebuild it should probably have also added
1182
Information / Re: CWP as internal server in local network.
« on: September 13, 2017, 01:18:24 PM »
you don't need to setup nameservers if you don't want to use CWP as your private nameservers.
All related with your domain in the private network depends on your local resolver so you need to check your local dns resolvers and there configure records for .local domain
If you have DSL modem then you probably need to create dns records there
All related with your domain in the private network depends on your local resolver so you need to check your local dns resolvers and there configure records for .local domain
If you have DSL modem then you probably need to create dns records there
1183
SSL / Re: CWP hostname certificate not renewed
« on: September 13, 2017, 01:13:07 PM »
when changing hostname have you got info that autoSSL was installed ?
In case that autoSSL installed certificate output would give you certificate in your browser, if you don't get any ssl output then it generates self signed certificate.
One more important thing is that you need to rebuild your mail server after changing your hostname.
In case that autoSSL installed certificate output would give you certificate in your browser, if you don't get any ssl output then it generates self signed certificate.
One more important thing is that you need to rebuild your mail server after changing your hostname.
1184
Installation / Re: suddenly getting "502 bad gateway" for CWP admin panel
« on: September 13, 2017, 08:49:03 AM »
this should fix it
sh /scripts/restart_cwpsrv
sh /scripts/restart_cwpsrv
1185
CentOS 7 Problems / Re: Mysqld doesn't work. Message: [obfuscated](): (HY000/2002):
« on: September 13, 2017, 08:47:50 AM »
in centos 7 you need to use systemd manager and NOT chkconfig.
For mysql issue you should check mysql logs in folder /var/lib/mysql/ filename is usually named as hostname.err
For mysql issue you should check mysql logs in folder /var/lib/mysql/ filename is usually named as hostname.err
