
cPanelPeter cPanel Staff
- Total activity 1264
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 639
Comments
Votes on activity by cPanelPeter-
Hello, If you need an API to change the setting to disabled, you can use this: whmapi1 update_featurelist featurelist='default' koality=0 (replace 'default' with the actual feature list name) or t...
-
Hello, I believe for DNS Only servers there's no UI method for setting that up. Instead, you will need to use the following WHMAPI1 call whmapi1 set_autossl_provider provider=LetsEncrypt x_terms_of...
-
That is very interesting. I don't know of anything within cPanel/WHM that would disable these automatically (or via upcp). I'm not aware of any exploits either, but that doesn't mean there aren't ...
-
To be clear, the value set within /var/cpanel/cpanel.config is the default. Each customer can also change the mailbox format, so it would also be good to check what is set within... /home/$user/mai...
-
In this case, it just means to rename it. In Linux the 'mv' command (for move) can be used to rename a file too. So in the example in the article mv -v /home/$cpaneluser/mail/domain.tld/$username...
-
Hello Jaime, cpanel-exim is Exim. It's repackaged because. we made some significant changes to work with the cPanel UI system. You sould not install Exim via apt install as that will definitely bre...
-
Hello, Reading the https://www.php.net/manual/en/function.error-reporting.php page, it looks like what you want is error_reporting "~E_WARNING" The tilde character means NOT. So do NOT report war...
-
Hello, Thank you for the update. Glad you were able to get that working.
-
Hello, This likely means that the cpmove file contains a bad entry in the Bandwidth data for that user.What version of cPanel did the cpmove file come from? Is it being. restored to the same versi...
-
Hello, OK, do you know which MPM you're running with? (event, prefork, fcgid) That will play a big part of which section in your output (if any) might be involved. What about the old files? Did y...