Manoa R.
37U freelance system administrator.
- Total activity 85
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 22
Comments
Recent activity by Manoa R.-
Good morning, Thank you for your answer. The API provide available versions, but doesn't tell me my current cPanel version and/or if I need to update my server or not. Is that normal? Command out...
-
Can you show your current ownership for /var/cpanel/php/sessions/ea-php73 ? [CODE=bash]ls -l /var/cpanel/php/sessions/ea-php73
-
Hello, Finally, I went by running whmapi1 binary using shell_exec PHP function to call WHM and cPanel API. Also, I've found that running whmapi1 provide me better performance than calling the API ...
-
Hello, Thank you. Your documentation talk about using access hash but as far as I know, access hash is deprecated. Another method is to use API token but I think it's not a good idea to create an ...
-
Hello, After a lot of searching, I decided to filter these email using Exim filter. So, I added /usr/local/cpanel/etc/exim/sysfilter/options/fail_from_dont_match_sender with the following content:...
-
Hello, You can route your email using some MX gateway (such as Proxmox Mail Gateway), both incoming and outgoing. With this scenario, you still keep an email server inside your cPanel server, and ...
-
Good morning, I already tried that but the exim stats database would only accept rebuild once time there is no duplicate lines on the Exim log (as the SQLite constraint doesn't allow a such thing)...
-
Bonjour, Assurez-vous "galement de faire les tests via le webmail du cPanel pour "liminer tout probl"me de configuration possible au niveau du logiciel de messagerie (Outlook, Thunderbird, ...)
-
But in the MySQL client side (the PHP application), does hostname need to be updated or not?
-
After checking, effectively, there is something wrong with the view "mysql.user". I deleted it and imported the view from another cPanel server with MariaDB 10.4 and the error is solved. However, ...