Skip to content

Vivek's Blog

  • About Me

Tag: SPF

cPanel/WHM

How To Add SPF And DomainKeys on cPanel Servers

Vivek December 7, 2011December 7, 2011

This code snippet is the simplest way to add SPF and DomainKeys on a cPanel server for all the accounts [bash] for i in $(ls /var/cpanel/users) do echo Installing Domain Keys on $i /usr/local/cpanel/bin/domain_keys_installer $i; echo Installing SPF Records on $i /usr/local/cpanel/bin/spf_installer $i; done [/bash]

Recent Posts

  • Backblaze B2 + RClone for power users – automatically backup data to cloud – encrypted
  • How I reduced the docker image size by up to 70%?
  • Azure AKS – Kubernetes Dashboard with RBAC Enabled
  • Setup scalable graylog on Azure Kubernetes (AKS) with Private IP and Nginx Ingress Controller
  • Setup graylog locally on Windows/Linux/Mac

Categories

  • Applications
  • AWS
  • Azure
  • cPanel/WHM
  • CSS
  • Docker
  • ExtJS
  • JQuery
  • Kubernetes
  • Linux
  • Misc
  • Music
  • Nginx
  • PHP
  • Ubuntu
  • Uncategorized
Proudly powered by WordPress | Theme: Amadeus by Themeisle.