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 - CoriaWeb Hosting

Pages: 1 2 3 [4] 5 6 ... 9
46
Information / Re: Configure each email domain to have its own IP
« on: May 04, 2020, 06:24:09 PM »
we use default postfix/dovecot configs check the official docs if you can do it.

I didn't know that CWP doesn't use the dedicated IP of the account for shipping, but I have some customers with CPanel that we are going to switch to CWP in a little less than a month that need this feature because it uses some accounts the dedicated IP.

Do you plan to add this to CWP? I think it's quite important.

47
Updates / The changelog stops again.
« on: May 01, 2020, 11:51:31 AM »
The page of the changelog, is again without movement indefinitely..

https://control-webpanel.com/changelog

They put what is currently there and so far there has never been a change.

48
Backup / Re: My server doesn't make backups anymore
« on: April 27, 2020, 04:17:44 PM »
I have an open ticket on this "Urgent" problem and I'm not getting any answers at the moment.

49
Backup / Re: My server doesn't make backups anymore
« on: April 26, 2020, 12:26:01 PM »
What if it shows this error? Hahahaha

Code: [Select]
[root@centosweb ~]# /usr/local/cwp/php71/bin/php-cgi -d max_execution_time=10000000 -q /usr/local/cwpsrv/htdocs/rerces/admin/include/cron_newbackup.php
PHP Warning:  count(): Parameter must be an array or an object that implements Countable in /usr/local/cwpsrv/htdoresources/admin/addons/class_backupmanager.php on line 0
PHP Warning:  count(): Parameter must be an array or an object that implements Countable in /usr/local/cwpsrv/htdoresources/admin/addons/class_backupmanager.php on line 0
You have new mail in /var/spool/mail/root

I've already reported it to the CWP team, see what happens to the backup system now.

50
check "crontab -l" as root and make sure

15 23 * * * /usr/local/cwp/php71/bin/php-cgi -d max_execution_time=10000000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_newbackup.php

is there

(NOTE: Times may be different)

Yes:

26 14 * * * /usr/local/cwp/php71/bin/php-cgi -d max_execution_time=10000000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_newbackup.php

51
Same problem here. The backups stopped working.

52
CentOS 7 Problems / Re: Error with DNS and Clusters.
« on: April 25, 2020, 06:34:04 PM »
Quite simply.  You're not updating the serial number for the zone.  So bind doesn't know to send the update to the slave servers.  Use SED to update the serial +1

I'm almost certainly doing it wrong, but he doesn't listen.

The file updates but doesn't go to the cluster.. What am I missing?

Code: [Select]
sed -i 's/2020042575/2020042576/g' /var/named/domain.com.db
The serial is changed correctly, but it is not updated in the dns clusters.

53
CentOS 7 Problems / Error with DNS and Clusters.
« on: April 25, 2020, 04:06:56 PM »
Hello!

A few days ago I discovered an error and opened a support ticket, since I don't get the right answer, I indicate it here in case someone knows how to fix it.

We continue to advance the module to give IPv6 support to CWP domains. We already have everything working, but recently ("We don't know if it was a CWP update") the changes made in the DNS files of the domains are not synchronized with the DNS cluster servers.

If we make any manual change from the "zone_editor" module, it will be correctly updated to the DNS clusters.

If we make the changes directly on the domain DNS file the changes in the DNS clusters are not synchronized. When I talk about the file, I mean any in this path: /var/named/domain.com.db

Does anybody know how we can get that when we make the changes directly on the file, the update to the DNS clusters is forced?

Our module uses the following function to edit the DNS file:

Code: [Select]
//***Escribir DNS****////
function escribirdns($dominio, $ipv6){
$cadena_a_agregar = '@ 14400 IN AAAA '.$ipv6;
$filenamedns = ('/var/named/'.$dominio.'.db');
$lineas = file($filenamedns);
$f = fopen($filenamedns, 'a');
fwrite($f, $cadena_a_agregar."\n");
fclose($f);
}
//***Fin Escribir DNS****////

Let's see if someone helps us.

Greetings!

54
Addons / Re: WHMCS not connecting to cwp
« on: April 23, 2020, 09:28:36 AM »
Thanks
curl (7) failed connect (my ip server) 2304 connection refused

That's because you haven't opened port 2304.

Greetings!

55
Addons / Re: WHMCS not connecting to cwp
« on: April 21, 2020, 09:13:03 AM »
The same thing happens to me, do not create the users, I have made the configuration of Add an IPV4 whitelist entry
Average udp 2301 to 2304
Open TCP \ UDP ports
2304 I don't know what else I can do, could someone advise me thanks

It works for us simply by opening port 2304.

Try this command from the server where you have the WHMCS system and tell me if it gives you an error:

Code: [Select]
curl -k "https://IPCWP:2304/v1/account" -X POST --data "key = PgvuEjKHRDbL1BB5BJxe9r4c5MjDFRz6Ncax5Lu70Qzsl" --data "action = list"
Greetings!

56
Updates / Changes detected in the changelog!
« on: April 21, 2020, 08:31:27 AM »
I'm so glad to see they're moving the change log.

https://control-webpanel.com/changelog

I hope that from now on you will report changes in the new versions here. This is very useful and it costs very little to report changes.

If the CWP team continues to listen to what we users report, they will be well on their way.

Greetings!

57
We've had a problem and we knew it was happening.

We have many domains, some "similar", for example:

domaindogs.com
domaindates.com

It's the same for us, I think CWP should expand the maximum number of characters in the user's name.

58
E-Mail / Re: Move "/var/vmail" to "/home/vmail"
« on: April 11, 2020, 02:43:41 PM »

Hello,

I need your help, because all emails are locate to /var/vmail/
and / is only 50 giga. I dont have more free space here,
How to change the directory of emails to correspondent folder for each user /home/%user...

Thank you so much.

https://wiki.centos-webpanel.com/move-varvmail-to-another-partition

59
Information / Re: Did CWP support IPV6?
« on: April 10, 2020, 10:31:24 PM »
We would love for CWP to have general IPv6 support.

So far, what we have done is a module that assigns IPv6 to CWP accounts, but we need CWP's help to improve it. We are currently using it privately on our servers and are improving bugs.

60
Thanks, I found an easy way to do it, which the CWP team could have told me already on the support ticket...

Here's what I did:

1 - Create a new file in: /usr/local/cwpsrv/htdocs/resources/conf/dns/bind/zones/ , with any name, but ending in .tpl = example.tpl.

2 - Copy the content of the file /usr/local/cwpsrv/htdocs/resources/conf/dns/bind/zones/default.tpl.

3 - Simply modify %dns-email% with the value of our generic email.

4 - Inside the CWP panel --> CWP Settings -> Edit Settings , modify the value: Default DNS Zone template . Here I have selected the file I created.

With this "I think" that it works, I will confirm it when I make several tests.

Pages: 1 2 3 [4] 5 6 ... 9