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 ... 18 19 [20] 21 22 ... 29
286
DNS / Re: More than 2 name servers
« on: October 12, 2024, 10:48:28 AM »
Try to edit the default DNS zone template:
https://wiki.centos-webpanel.com/custom-dns-zone-template

Actually you need to remove the records (make backup of the default template before you edit it):

Code: [Select]
@       86400   IN      NS              %ns1%.
@       86400   IN      NS              %ns2%.

from the template and add the records like:

Code: [Select]
@       86400   IN      NS              NS1.NAMESERVER.COM.
@       86400   IN      NS              NS2.NAMESERVER.COM.
@       86400   IN      NS              NS3.NAMESERVER.COM.
@       86400   IN      NS              NS4.NAMESERVER.COM.

287
E-Mail / Re: Strange problem with mac apple mail and new email accounts
« on: October 06, 2024, 01:51:05 PM »
If you believe the user set the correct login credentials in the mail application then ask him/her to look for the feature called like "Authentication method". There will be options like "Oauth, NTLM, MD5, Password, etc". Play with it but add the WAN IP address of your user to the temporary whitelist of CSF in order to avoid blocking.

288
E-Mail / Re: Strange problem with mac apple mail and new email accounts
« on: October 05, 2024, 09:27:56 PM »
Code: [Select]
(auth failed, 1 attempts in 180 secs)
It means the authentication process fails. Your mail application uses wrong username and/or password. It could happen if you specify wrong mail username, password, encryption mechanism, etc.

Currently I recommend you to make sure you use full mailbox name (e.g. address@domain.com) as the mail username and correct password for the mailbox (the login and password are case sensitive).

Additionally, you can find the correct mail settings in the user panel under "Email accounts" --> "Email accounts".

289
SSL / Re: Auto SSL certificate for mail only
« on: October 04, 2024, 09:21:31 PM »
Go to "CWP admin" --> "WebServer Settings" --> "SSL Certificates" --> List installed (tab) --> "Admin Services" near the domain associated with the subdomains you want to apply the SSL for --> "Check the options Webmail, Mail" --> "Apply the changes".

Make sure the SSL is installed and you have "Webmail", "Mail"  in the column "Services" associated with the domain name.

Currently it looks like you haven't enabled the SSL for the domain name.

If it doesn't work still then show us what you see in the column "services" in the row of the problematic domain like this:
https://i.imgur.com/VcGsYAV.png

290
SSL / Re: Auto SSL certificate for mail only
« on: October 04, 2024, 06:54:33 PM »
I don't understand this:
Quote
But, in navigator, the certificate point to host.server1.com instead of domain.com
Could you please clear this (provide screenshot or something like that) ?

291
Information / Re: Difficulty to get a quote
« on: October 04, 2024, 04:26:58 PM »

292
SSL / Re: Auto SSL certificate for mail only
« on: October 04, 2024, 04:07:05 PM »
Try to do following:

1. Access your server as root over SSH
2. Go to:
Code: [Select]
/root/.acme.sh/cwp_certs/DOMAIN/where DOMAIN is the domain name your subdomains are associated with.
3. Edit the file (make backup of the file before you modify it):
Code: [Select]
DOMAIN.confRemove all objects pointed to a 3rd party server and listed in:
Code: [Select]
Le_Domain=
Le_Alt=
Leave only objects (subdomains) pointed to this server. Move some subdomain listed in "Le_Alt" to "Le_Domain".

4. Try to request the new SSL via the admin area of CWP.

However, I am not sure if this way is correct to fix the problem.

293
CentOS-WebPanel GUI / Re: Known Issue???
« on: October 04, 2024, 07:40:04 AM »
Anything could cause the problem (ddos attack, resource overusage, etc).

So I recommend you to check the error logs of CWP for investigation:
https://wiki.centos-webpanel.com/service-log-paths
(see the section "CWP server logs and server services logs, including (PhpMyAdmin/Roundcube/API)")

294
MySQL / Re: MARIADB10.4.0 to 10.10.0
« on: October 04, 2024, 07:33:18 AM »
Quote
I run almalinux 8.9 not centos. I solved it by using a snapshot from the day before.

For some reason your OS is recognized as CentOS. Look at the string below:

Quote
- Status code: 404 for http://mirror.mariadb.org/yum/10.10/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)

Quote
I run update and upgrade all the time. I do all the yum updates as well but it's a production vps with lots of sites on it and can't afford for it to be down.

I strongly recommend you to update MariaDB to 10.6 instead of 10.10. The upgrade process to 10.6 should be smooth without any problems.

295
Installation / Re: Recommended CWP Version for fresh install
« on: October 03, 2024, 06:12:57 PM »
Almalinux 8 for production. In case you like pain and problems then look at Almalinux 9 / RockyLinux 9.

296
SSL / Re: Auto SSL certificate for mail only
« on: October 03, 2024, 08:00:20 AM »
As  understand you have some domain name (I will call it domain.com) pointed to some IP (1.1.1.1) and want two subdomains webmail.domain.com, mail.domain.com pointed to 2.2.2.2 to be accessible over HTTPS. You are able to request the SSL certificates for the domain.com and subdomains successfully but the subdomains show warning when you access them over HTTPS.

I just recommend you to go to "CWP admin" --> "WebServer Settings" --> "SSL Certificates" --> List installed (tab) --> "Admin Services" near the domain associated with the subdomains you want to apply the SSL for --> "Check the options Webmail, Mail" --> "Apply the changes".

Wait some time and check if the problem is solved.

297
MySQL / Re: MARIADB10.4.0 to 10.10.0
« on: October 03, 2024, 06:59:27 AM »
1. MariaDB 10.10.is EOL. It is better to upgrade MariaDB to 10.6 or 10.11.

2. Centos 8 aren't supported by MariaDB. It is EOL too.

You can upgrade MariaDB on Centos 8 to 10.10 still, but you need to download the binary packages (RPM) and install them manually. So I recommend you to upgrade MariaDB to 10.6 following the instructions:
https://wiki.centos-webpanel.com/mariadb-upgrade-from-10-2-to-10-4
with minor changes.

298
MySQL / Re: MARIADB10.4.0 to 10.10.0
« on: October 03, 2024, 05:18:32 AM »
Yes. The instructions are still valid with minor changes. You just need to change the line:

Code: [Select]
sed -i 's/10.2/10.4/g' /etc/yum.repos.d/mariadb.repo
Use the current MariaDB version installed on your server as the first argument and the new MariaDB version as the second argument.

299
CSF Firewall / Re: SSH Server - Failed $CRYPTO_POLICY
« on: October 02, 2024, 09:37:34 PM »
Excellent !

REMINDER (for all users): The skills "read logs" and "read docs" increases the possibility to fix the problem up to 90% )

300
MySQL / Re: Message after upgrading to MariaDB 11.4.x LTS
« on: October 02, 2024, 06:02:36 PM »
Support of MariaDB 11.4.x ends in 4 years and 8 months. I think this is more than enough period time to make smooth switch from mysql to mariadb :)

Pages: 1 ... 18 19 [20] 21 22 ... 29