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

Pages: 1 2 [3] 4 5 ... 29
31
I repeat. There is no problems. I see the changes in "php info" of CWP admin panel once I modify the settings or add/remove libs of the main php version.

32
Doube/tripple check your actions. You just missed some step and it causes the problem for you.

I just removed/added/updated php settings (libs) for the main php installed on the server and everything works fine (the changes are reflected). So check what you do.

You just missed something or you just try to increase your post counter here.

33
E-Mail / Re: Email Autodiscover failed & Certificate error exception
« on: March 10, 2025, 07:47:20 AM »
Make sure the SSL is installed for the domain name and subdomains cpanel, webmail, mail, ftp.

Use "mail.domain.com" as incoming/outgoing mail server.

34
I think you missed something.

Access the server over SSH as root and run:

Code: [Select]
echo "zend_extension=/usr/local/ioncube/ioncube_loader_lin_8.3.so" > /usr/local/php/php.d/ioncube.ini

35
Do you get some errors ?

36
SSL / Re: setup SSL on clientdomain.com:2083
« on: March 07, 2025, 12:23:21 PM »
Try to use:
https://cpanel.domain.com
instead of
https://domain.com:2083
Make sure the SSL is installed for webmail, cpanel, etc. You should see:
https://i.imgur.com/79oP1OF.png

37
SSL / Re: setup SSL on clientdomain.com:2083
« on: March 06, 2025, 10:37:41 PM »
In CWP admin go to "SSL certificates" in the section "WebServer Settings". Click on "Admin services" near the domain name you want to enable SSL for, check all options "mail, webmail, cpanel, ftp", click on "Apply changes".

All subdomains (cpanel.domain.com, webmail.domain.com, ftp.domain.com, mail.domain.com) must be pointed to your server.

38
The problem appears because your system (CentOS 7) doesn't support TLS v1.2.  (TLS v1.2 is required to establish HTTPS connections with wordpress.org). To enable TLS v1.2 you need to compile openssl v1.0.1 or late from sources then recompile PHP against the compiled openssl version. You will have to do it manually or modify CWP scripts to build PHP.


I think it is the minimum you need to do to solve the problem.

39
Suggestions / Re: php 8.4
« on: March 05, 2025, 07:33:38 PM »
It is possible to add custom PHP version but I don't have "HOWTO". Anyway look into the folders:

for Centos 8/Almalinux 8/RockyLinux 8:
/usr/local/cwpsrv/htdocs/resources/conf/el8/

Almalinux 9/RockyLinux 9:
/usr/local/cwpsrv/htdocs/resources/conf/el9/

There is clear structure, learn directory structure and files stored there to understand what email file does and then you will be able to add the custom PHP version.

40
DKIM / Re: How to implement 2048 bit DKIM keys on CWP servers.
« on: March 05, 2025, 04:36:20 PM »
Quote
Or I just do it manually.

As another user wrote the question is:

Quote
it's about "How to implement 2048 bit DKIM keys on CWP servers".

2048 bit DKIM is the new standard today, developers of CWP and we the users must move toward implementing 2048 bit DKIM out of the box by default.

;)

41
You are using outdated/unsupported OS CentOS 7. Consider to upgrade OS or migrate to Almalinux 8 or 9 to resolve the problem.

42
DKIM / Re: How to implement 2048 bit DKIM keys on CWP servers.
« on: March 04, 2025, 04:16:57 PM »
If the above soulution doesn't work and cause the problem then you need to undo the changes and use the CWP Hooks:
https://wiki.centos-webpanel.com/action-hooks
look at "Account Hooks". When a new domain/subdomain is added your script should generate the DKIM key and put the proper DNS record into the DNS zone of the domain.

Please note it requires programming skills to write the script.

43
DKIM / Re: How to implement 2048 bit DKIM keys on CWP servers.
« on: March 04, 2025, 12:45:41 PM »
opendkim-genkey is a perl script. You can open the file /usr/sbin/opendkim-genkey using the text editor like vi, ee, etc and change the value of "bits":

Code: [Select]
my $bits = 1024;
to

Code: [Select]
my $bits = 2048;
right under "Set up defaults".

It will generate 2048bits keys by default.

Please note you do such changed on your own risk.

44
DKIM / Re: How to implement 2048 bit DKIM keys on CWP servers.
« on: March 04, 2025, 12:32:40 PM »
Quote
Many mailserver put email in SPAM, especially Google.

Just sent a test email from my CWP server to my email address at gmail. It was received and not marked as spam. The email was signed by 1024bit DKIM record.

I think your emails are marked as spam and/or rejected by gmail and other mail servers for some other reason:

1. The IP address of your server is blackisted/has bad mail reputation;
2. The DKIM record of your domain is incorrect or absents;
3. The SPF record of the domain you send the emails from is incorrect/absents;
4. Misconfiguration of PTR/RDNS record.

45
Pal, why do you ask ? Just run the script and then check if the problem remains :) If the problem is still there but you get a new error then show the new error message.

Or is your last post just to increase the post counter at this forum ?

Pages: 1 2 [3] 4 5 ... 29