John Schmerold

  • Total activity 101
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 25

Activity overview

Latest activity by John Schmerold
  • John Schmerold created a post,

    Email Routing: DNS Zone Manager vs Edit DNS Zone

    In Edit DNS Zone, there is an Email Routing section. I don't see this in the new DNS Zone Manager, where is it hiding?

  • John Schmerold created a post,

    Alternative exim port not added to firewall

    When I add a port to Exim, that port should get added to /etc/firewalld/services/cpanel.xml but it doesn't. This seems to be something new. Everything was fine for 20 years, now CPanel iptables im...

  • John Schmerold created a post,

    Autoresponder url

    We provide our clients with an autoresponder url -

  • John Schmerold created a post,

    Warming up a new IP address

    We are moving to a new host, before doing so, I configured the new IP address as a smarthost in cpanel. Yahoo gave me grief, now it's happy, however we are still having trouble with Google delayin...

  • John Schmerold created a post,

    NGINX Experiences

    Anyone care to share their cPanel NGINX experiences? I see it's experimental, but getting close to production ready: Nginx - cPanel Knowledge Base - cPanel Documentation Our sites are a mixture o...

  • John Schmerold created a post,

    Exim port 465 vs 587

    On a Reddit PCI forum I asked about the use of port 465 vs 587, the response was a reasonable argument for the use of 587. Anyone know why cPanel favors 465 and if there would be adverse consequenc...

  • John Schmerold created a post,

    Force SSL certificate install

    I use /usr/local/cpanel/bin/autossl_check --user $account to install certificates. We have a number of certificates expiring in three weeks, we are switching from Let's Encrypt to cPanel's certifi...

  • John Schmerold created a post,

    LetsEncrypt CloudFlare acme.sh

    I have my server cloaked behind CloudFlare, all was well until I started getting [Let's Encrypt SSL] failure notices. It makes sense: CloudFlare proxies our sites and provides DNS for our domains. ...

  • John Schmerold created a post,

    Permanently add static network route

    I want to add a static route on my Centos7.5/cPanel v76.0.0 server, this works: ip route add 192.168.101.0/24 via 192.168.35.1 dev ens224 How do I turn this into a permanent route? I have tried c...

  • John Schmerold created a post,

    php & cron

    Before upgrading to php 7.2, I had this cron job: /opt/cpanel/ea-php70/root/usr/bin/php /home/example/public_html/billing/index.php cron >/dev/null 2>&1 I upgraded to 7.2, the cron job didn't ...