How do you programmatically add or remove a DNS record from WHM/cPanel? Background The WHM API documentation has lot of information on adding DNS records. Delete a record is a mess, but we’ll get to that just Read More
How to delete messages from the Sendmail queue First check the size of the queue: # mailq | tail -n 1 Total requests: 35971 Use this command to delete the mess: find . Read More
Fighting SPAM with Exim on WHM/cPanel Background WHM/cPanel has the excellent MTA called Exim. The default settings are pretty good for keeping SPAM away, but every now and again a particularly Read More