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.
1306
Postfix / Re: Second SMTP port
« on: July 26, 2017, 03:36:26 PM »
idea of rebuild of the configuration is to get all default settings so that how this needs to be done.
Since you need different custom configuration after rebuild the you need to make custom script which you can execute after rebuild or do it manually.
Why would you even need to rebuild configuration after your changes if all works.
Since you need different custom configuration after rebuild the you need to make custom script which you can execute after rebuild or do it manually.
Why would you even need to rebuild configuration after your changes if all works.
1307
Information / Re: quota in CWP
« on: July 26, 2017, 03:33:41 PM »
I know that soon there will be released new cwp version which will also have different quota calculation.
1308
DNS / Re: Name Server Not Working
« on: July 26, 2017, 10:10:49 AM »
already sent you that you server has no open port 53 udp from internet and you can test than only from external computer (NOT your server)
1309
DNS / Re: How to Setup DNS (BIND) on server
« on: July 26, 2017, 10:08:39 AM »hi everyone i facing some problems. İ can not use pureftpd and dns. they always failed. when i try to restart ftp the system says
"Job for pure-ftpd.service failed because the control process exited with error code. See "systemctl status pure-ftpd.service" and "journalctl -xe" for details.
and this is how looks like my controlpage.
please someone help me !
simple restart service and run this command from shell to check error you get
Code: [Select]
journalctl -xe
also service status button should give you some additional info.
1310
FTP / Re: not FTP
« on: July 26, 2017, 10:06:00 AM »
you probably have self signed certificate which you then need to accept.
1311
CentOS 7 Problems / Re: Problem after installing PostGreSql
« on: July 25, 2017, 05:11:45 PM »
you need to resolve yum issue and then you can try to fix other issues.
1312
DNS / Re: Name Server Not Working
« on: July 25, 2017, 05:08:40 PM »
it could be if they have nat-ed network and port access restrictions...but you should see that in your panel
When running test on your server it doesn't show any output meaning that this can be port restriction.
~ $ dig a ppdb-online.web.id @139.99.2.142
; <<>> DiG 9.10.3-P4-Ubuntu <<>> a ppdb-online.web.id @139.99.2.142
;; global options: +cmd
;; connection timed out; no servers could be reached
When running test on your server it doesn't show any output meaning that this can be port restriction.
~ $ dig a ppdb-online.web.id @139.99.2.142
; <<>> DiG 9.10.3-P4-Ubuntu <<>> a ppdb-online.web.id @139.99.2.142
;; global options: +cmd
;; connection timed out; no servers could be reached
1313
CentOS-WebPanel GUI / Re: How to show Shared IP on client account as Server IP
« on: July 25, 2017, 04:54:07 PM »
since cwp team is testing new cwp version all changed in the current versions are probably not possible.
I would suggest that you simply wait for a new version which should address all client panel bugs.
I would suggest that you simply wait for a new version which should address all client panel bugs.
1314
DNS / Re: Name Server Not Working
« on: July 25, 2017, 04:51:43 PM »
you need to check your zone file ppdb-online.web.id and add there ns1, ns2 and ns3 A records.
don't forget that you need to have this also in your dns zone for domain ppdb-online.web.id
after you checked all then restart dns/bind server.
One more thing that could be is that your CSF firewall has no open tcp/udp port 53 so you can check that also if all other is fine.
don't forget that you need to have this also in your dns zone for domain ppdb-online.web.id
Code: [Select]
ppdb-online.web.id. 86400 IN SOA ns1.ppdb-online.web.id. yokowasis.gmail.com. (
and this Code: [Select]
ppdb-online.web.id. 86400 IN NS ns1.ppdb-online.web.id.
ppdb-online.web.id. 86400 IN NS ns2.ppdb-online.web.id.
ppdb-online.web.id. 86400 IN NS ns3.ppdb-online.web.id.
after you checked all then restart dns/bind server.
One more thing that could be is that your CSF firewall has no open tcp/udp port 53 so you can check that also if all other is fine.
1315
E-Mail / Re: Rounncube no logging (error)
« on: July 25, 2017, 04:44:44 PM »
you should try to check your hostname certificate, the best would be that you have a proper A record for your hostname and that you save that hostname again...this should give you letsencrypt ssl and all you need to do then is to rebuild mail server from cwp by using mailserver manager.
1316
CentOS 7 Problems / Re: Problem after installing PostGreSql
« on: July 25, 2017, 04:41:19 PM »
the best would be that you try to check this with your server system admin or cwp support if you don't have support from your server provider.
1317
Information / Re: How release an interface/IP from CWP7
« on: July 25, 2017, 04:38:18 PM »
each ip you have added into your system its should be visible when creating a new account.
Don't forget that each ip you have on your server should also work for all server service like ftp,ssh,cwp,imap,pop,smtp...
you can check listening ports by using this command
Don't forget that each ip you have on your server should also work for all server service like ftp,ssh,cwp,imap,pop,smtp...
you can check listening ports by using this command
Code: [Select]
netstat -tulpn
1318
DNS / Re: Name Server Not Working
« on: July 24, 2017, 06:36:22 AM »
you can use this site for testing
http://leafdns.com/index.cgi?testid=A99064F4
this is issue on your server since dns part of your domain provider is ok, now what you need to do is set in cwp your nameserver and edit dns zone file ppdb-online.web.id tu use that nameservers
Your nameservers are:
ns1.ppdb-online.web.id
ns2.ppdb-online.web.id
http://leafdns.com/index.cgi?testid=A99064F4
this is issue on your server since dns part of your domain provider is ok, now what you need to do is set in cwp your nameserver and edit dns zone file ppdb-online.web.id tu use that nameservers
Your nameservers are:
ns1.ppdb-online.web.id
ns2.ppdb-online.web.id
1319
SSL / Re: SSL Install After Apache 98 Error
« on: July 24, 2017, 06:33:16 AM »
you can check if you have some same double include lines at the end of the file /usr/local/apache/conf/httpd.conf
if that doesn't help then you can switch webserver to apache only from cwp and run this comands
if that doesn't help then you can switch webserver to apache only from cwp and run this comands
Code: [Select]
rm -f /usr/local/apache/conf/httpd.conf
yum reinstall cwp-httpd
yum reinstall cwp-suphp
1320
CentOS 7 Problems / Re: Could not select database root_cwp
« on: July 23, 2017, 05:12:55 AM »
You can find info here, this depends on the mysql server you have installed.
http://wiki.centos-webpanel.com/service-log-paths
http://wiki.centos-webpanel.com/service-log-paths