24x7ss
- Total activity 511
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 243
Comments
Recent activity by 24x7ss-
Hello :), You may find helpful steps at: mickgenie.com/cpanel-uninstall-cloudlinux/ Make sure to have console access for your server as you will need to remove the CloudLinux Kernel in this process.
-
Hello :), Please check the Exim queue, it appears that the email is stuck in queue and exim is repeatedly trying to send it. Which might be causing frozen emails in queue.
-
Hello :), The issue might be related to the MySQL version. Please check if the MySQL version is same on both the servers. Also try restoring the cpmove file manually.
-
Hi, Have you tried clearing browser cache of Palemoon or checked any other settings? Apparently that is only cause I can see as the cPanel works fine with Firefox.
-
Hi :), Have you added example2.com under example1.com as Addon Domain? If so, it will create sub-domain automatically as example2.example1.com pointing to example2.com. If you have created separat...
-
Hi :), The proxy sub-domains are already enabled in the Apache configuration. You will just need to make sure that the A record for sub-domain webmail.nnn.com exists under your domain's DNS zone.
-
Hi :), There was an option called "FETCH EMAIL" in horde webmail in older version, but its not supported now. There is no such option available now in Webmail. So you may go with the Outlook only.
-
Hello, Please provide complete logs which shows postgres is skipped. This will help to understand why it did so.
-
Hello, If the database is not mapped with cPanel user then it won't be backed up. Files are stored in homedir so they will likely get zipped.
-
Hi :), You may need to manually create a command like below, which will show the email addresses in queue as per their count: exim -bpr | grep "<*@*>" | awk '{print $4}'|grep -v "<>" | sort | uni...