sparek-3
- Total activity 1538
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 487
Comments
Recent activity by sparek-3-
It looks like there was an update for MariaDB 10.3 some time over the weekend. I'm seeing a 10.3.31 update, while our servers are still running 10.3.30. Are you sure your MariaDB was updated over...
-
The code I'm using: [CODE=php]#!/usr/local/bin/php array(),'data'=>array(), 'hook'=>array()); } return $input_data; } function describe() { $event = array( 'cate...
-
Is it suppose to output the error message to the end user's cPanel? That doesn't seem to be the behavior I'm seeing. I'm using PHP for the hookable event code and it's more simplified than the ex...
-
You have to add [font="courier new">blocking => 1 to the describe() function for the hook. Then this works as expected. The only other issue I see is that the code: [font="courier new">echo "0 T...
-
After spending some quality time reading through [font="courier new">/usr/local/cpanel/Cpanel/Hooks.pm I surmised that you had to add a blocking element to the event hook. But how does one add thi...
-
It's seeing the BAILOUT, it's just not doing jack with it. [font="courier new">[plain][2021-06-15 12:23:07 -0600] info [cpanel] STDOUT output from hook: /var/cpanel/hooks/addsub.php [2021-06-15 1...
-
Hotmail/Outlook/Microsoft is notorious for deleting (or never delivering) mail that should be delivered. Messages get accepted by the Hotmail/Outlook server but just never appear anywhere in the a...
-
Again, the disingenuous of email rears it's ugly head. There's actually two "from" addresses in every email. The envelope-sender (sometimes called return-path or bounce address) and the header Fr...
-
Are these domain aliases or addon domains? Been saying it for quite a while (ever since the SSL for everyone craze started), cPanel needs to move away from domain aliases and towards addon domains...
-
Seems to be another Exim 4.94 "issue". Starting to wonder if they pushed out Exim 4.94 out too soon. There's mentioning of it in the Exim mailing list from around April 30th. Although no resolut...