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 - Painkiller88

Pages: [1] 2 3 ... 11
1
How to / Re: Preventing Access to wp-login and xmlrpc.php
« on: February 05, 2024, 06:05:58 PM »
if you already use wordfence you can install wordfence login security, this is an extension to wordfence and there is a checkbox:

Disable XML-RPC authentication

this is exactly what you want

2
E-Mail / Re: Server emails but using Hurricane DNS
« on: February 05, 2024, 06:00:08 PM »
if your domain hoster is hurricane and you use the hoster as DNS, you need to add the records there.

if you have port 53 (DNS) open and you are your own publishing DNS, you need to add it on CWP

3
DNS / Re: New addresses for b.root-servers.net per 2023-05-16
« on: February 04, 2024, 05:56:01 PM »
you can simply update them on your own using the following command:

dig +bufsize=1200 +norec NS . @a.root-servers.net > /var/named/named.ca

4
PHP / Re: upgrade the version of ICU???
« on: January 31, 2024, 06:11:26 PM »

5
Backup / Re: download backup
« on: January 06, 2024, 07:22:44 PM »
Yes it can be problematic to download large files from cwp over browser.

It is better to download your backup using FTP/SFTP

6
E-Mail / Re: Issues with "ALL" Gmail
« on: December 21, 2023, 07:11:01 PM »
If a video I just watched, you can register ns1 and ns2 for your domain name by clicking on Management Tools -> Register Glue records

add ns1  ->  Your server IP
add ns2  ->  Your Server IP

Next go to your domain.  Change the nameserver to ns1.yourdomain.com  and ns2.yourdomain.com

Finally.  In CWP Root.  Goto DNS Functions -> Edit Nameserver IPS

Change those to NS1 and NS2 of the domain you just did in freenom, and don't forget to change the IP's to your servers IP As well.   

Once your main domain resolves, you can safely change the nameservers of every other domain hosted on your server

Hi, may i ask you a thing about using the own dns servers?

I am actually not using my own dns servers and add all records to my domain hoster, it is working well for me but the reason i did it that way is because i thought if i wanna use my own dns servers, i need to open port 53 in/out and this could be a risk because everyone could use my DNS servers.

Am i wrong with this thoughts or would i really need to open port 53?

Thanks

7
DNS / Re: rDNS is required to match the hostname of CWP
« on: December 12, 2023, 07:10:53 PM »
i would say, for 95% of the people the rDNS is NOT the same as your hostname, because rDNS is something you will get from your ISP and nothing to set on your own.

E.G if you check google, the MX is called
smtp.google.com

But the rDNS or PTR Record is:
mail-ve1eur010036.inbound.protection.outlook.com

This is not the same ;)

also mine is not the same, all i need to do for CWP to make it work is to manually change the name in the postfix main.cf
and change the following line manually to my rDNS name because CWP default wants to set it the same as the hostname


myhostname = RDNSNAME

8
DNS / Re: Reverse dns setup
« on: December 04, 2023, 05:05:02 PM »
A RDNS is nothing you can set, this is something your ISP needs to do, and if you really "own" a /24 IP, maybe you are an ISP or something so you need to add a PTR Record for your IP setting a FQDNS like mail.yourserver.com as rdns record to your IP.

There is nothing more you need to do in CWP

9
CentOS 9 Problems / Re: Recommended for fresh install
« on: November 30, 2023, 11:22:23 AM »
I and many others will switch to ALMA Linux as there is a script called ELevation to convert Centos to Alma with full support.

This is a possible way you can go because once you have Centos Stream, there is no way back from stream and no way to convert to anything else.

10
Addons / Re: Cron on Nextcloud
« on: November 16, 2023, 06:03:48 PM »
hi,

you don't need to give an enduser the permission.

create a user cronjob as this user, you can do this from the cwp admin portal
You don't need to give the user shell access.

11
MySQL / Re: New MariaDB 11.0.x version gives error
« on: November 11, 2023, 12:02:44 PM »
hi

i can confirm the update to MariaDB 11.2.1 is working without problems.

I have it running for about 2 Weeks now without any problems.

CWP is still showing the wrong version, it is still using the client version but i can live with it as i know what version i installed :)


12
Updates / Re: How to update Mariadb to 11.1?
« on: November 10, 2023, 07:03:26 PM »
MariaDB 11.x support has been discussion in detail in another thread.

MariaDB 10.11.x is the current LTS version.

Upgrading MariaDB is Free, unless you need to hire someone to do it.

can you point me to the discussion about mariadb 11

i cant find it when i search.

thanks

13
E-Mail / Re: Roundcube update not working due to php version of cwpsrv
« on: November 10, 2023, 07:00:06 PM »
Cwpsrv has it's own fpm.  the service is called cwpsrv-phpfpm and cwp-phpfpm  They use /usr/local/cwp/php71 (It's actually 7.2).  I'm working on an update for you, but work 60 hours a week, so not a lot of time
Do you know when the new version of Roundcube will be available? How to completely disable Roundcube in CWP when CVE vulnerabilities appear in outdated version 1.5.3

you can update to 1.5.6 this is the latest one that works acutally

14
Updates / Re: How to update Mariadb to 11.1?
« on: November 10, 2023, 07:43:21 AM »
Hi,

its possible and absolutely free.

Just follow these instructions and change version to the needed one:

https://wiki.centos-webpanel.com/mariadb-upgrade-to-new-version

15
CentOS 7 Problems / Re: Latest ClamAV Update from today messes up ClamAV
« on: November 09, 2023, 01:43:39 PM »
no i didn't.

I made a new check after restoring my machine from a Veeam backup, i really tried to update those packages again, and it happened the same.

So again, restore from veeam and now i excluded those package versions from the update.

But i wonder, why not more people are complaining about this problem.

Pages: [1] 2 3 ... 11