dcusimano
- Total activity 59
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 14
- Subscriptions 14
Comments
Recent activity by dcusimano-
bellwood, thanks for the additional information.
-
bellwood, in my solution above I used header rules with 127.0.0.1 localhost so that lookups would fast-fail within my server and not go outside of it. In general, in received email headers, I have ...
-
I succeeded in getting quotas to work. For anyone else reading this post who has the same issue, here's the follow-up. Note: As indicated above, I had already edited /etc/fstab to include the defau...
-
For anyone else looking to solve a disk quota issue, the above link to the knowledge base article is broken. Here's the latest link: How to Fix Quotas | cPanel & WHM Documentation
-
The error messages stopped after I restarted the cphulkd service. Not sure why that was needed. sudo systemctl restart cphulkd
-
From what is recommended in the cPanel article "How to Configure Your Firewall for cPanel & WHM Services", I plan on removing firewalld, and installing nftables and CSF.
-
I had the same issue with being stuck at 11.110.0.50 until I found this post. Similar to what Adam Schon, indicated above, I ran the following commands: yum install epel-release yum install libzs...
-
1. How often is the eximstats database pruned automatically? Weekly? 2. Assuming pruning is not done right away if I lower exim_retention_days, and I don't want to wait until the next automatic pru...
-
clamscan debug information shows the following: [root@server ~]# /usr/local/cpanel/3rdparty/bin/clamscan --debug MYFILE.pdf 2>&1 | grep -e 'local.ign2' -e 'CVE_2017_3033' LibClamAV debug: /usr/loc...
-
I tried creating a local.ign2 file as indicated above to whitelist a particular signature but clamscan still detects it. [root@server ~]# /usr/local/cpanel/3rdparty/bin/clamscan --version ClamAV 0...