Rachel S
- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
Comments
Votes on activity by Rachel S-
There may be an issue with ISP as well. Some ISPs may block port 25. If this is the case, use port 587 instead. Ports 465 and 588 may also work, but test 465 first with SSL enabled to ensure secure...
-
You can take the following actions to deal with the situation: To determine who creates folders on the website, you can check the website's server logs. The server logs will contain information ab...
-
If reviewing the logs is not working for you, there are some other methods you can try in cPanel to identify the IP address responsible for the bandwidth spikes: Use the "Bandwidth" section in cPa...
-
Hey there! AlmaLinux is a port of the CentOS 8 operating system after support was removed for that. While it was created by the CloudLinux team originally, it is a separate operating system. A...
-
Run the following command: and it might help you. $ sudo cat /etc/cpupdate.conf $ sudo cat /usr/local/cpanel/version $ sudo cat /var/cpanel/updatelogs/update.$$$.log You need to replace "update...
-
If you want to redirect olddomain.com to a newdomain.com Add the following to your .htaccess file: RewriteEngine On RewriteCond %{HTTP_HOST} ^olddomain.com$ [OR] RewriteCond %{HTTP_HOST} ^www.o...
-
Enable Mailbox Sharing Below config may help to achieve this: To enable mailbox sharing, you must check you have plugin acl enabled in Dovecot config file /etc/dovecot/dovecot.conf as mentioned b...
-
When more websites are hosted on a shared server, the amount of free space on the server gradually decreases, and warning emails like this one appear. Step 1: Validate the warning Check the disk...
-
"SMTP code ""554 5.7.1"" means ""Not Allowed."" Such error can occur if the 'Mail From' have insufficient submission rights, is invalid, or is not authorized with the authentication used. Possibl...
-
The error "host lookup did not complete" occurs when the server can't resolve the receivers' domain. It's usually because of the nameservers defined in /etc/resolv.conf or WHM >> Resolver Configura...