Howto, Scripts

Git Integration in cPanel: Advanced Version Control Workflows

Modern web development demands robust version control systems, and cPanel’s Git integration has evolved to meet these needs. This comprehensive guide explores advanced workflows that leverage cPanel’s Git functionality to streamline development processes, enhance collaboration, and maintain production stability. Understanding cPanel’s Git Architecture cPanel’s Git integration operates through a sophisticated interface that bridges traditional shared […]

Git Integration in cPanel: Advanced Version Control Workflows Read Post »

Howto, Mail

How to Block Emails From the Future Using SpamAssassin In cPanel

Getting emails from the future is a classic sign of SPAM. Unfortunately, SpamAssassin only bumps the score of these emails by less than 2 points, which isn’t usually enough to get it marked as SPAM. To fix this, you can add a rule to SpamAssassin to block emails from the future. First, open /etc/mail/spamassassin/local.cf in

How to Block Emails From the Future Using SpamAssassin In cPanel Read Post »

Fixes, Security

Fixing AutoSSL “provider cannot currently accept incoming requests”

When using cPanel/Sectigo as the SSL provider for AutoSSL, you may occasionally see this error in the autossl log: The “cPanel (powered by Sectigo)” provider cannot currently accept incoming requests. The system will try again later. This error seems to be caused be incorrect permissions in /var/cpanel/ssl/domain_tls/. You can fix this with the following command:

Fixing AutoSSL “provider cannot currently accept incoming requests” Read Post »

Apache, Fixes, Howto, Security, Troubleshooting

Troubleshooting Website SSL Issues – No Padlock

Having SSL problems? One of the most common issues our team handles is related to websites not properly displaying over HTTPS, whether it be the website either not loading entirely, or just not showing the green padlock: If you’re sure that the SSL certificate is installed properly, but your site isn’t showing as secure, there

Troubleshooting Website SSL Issues – No Padlock Read Post »

Howto, Mail

Custom Exim Filter Examples

cPanel allows you to easily create custom Exim filters by simply dropping the rules in /usr/local/cpanel/etc/exim/sysfilter/options/ and running: /scripts/buildeximconf service exim restart Here are a couple useful examples of filters we’ve created for our customers: Prevent email delivery to certain domains: if (“$h_to:, $h_cc:” contains “@domain.com”) or (“$h_to:, $h_cc:” contains “@domain.com”) then fail text “Emails to

Custom Exim Filter Examples Read Post »

Scroll to Top