Browse > Home /

| Subcribe via RSS

Clear Mail Queue Administration in Directadmin

In this very small tutorial I will provide you a one line command that allows you to completely clear your Mail Queue Administration of directadmin. This is a list of mails which still has to be sent. The list has to be cleared once in a while since it can get really stuffed. I had about 66 pages of mails that still needed to be send and I think that a bit too much. You just have to run the command below in SSH:

exim -bp | awk ‘/^ *[0-9]+[mhd]/{print “exim -Mrm ” $3}’ | sh

Tags: , ,

Cronjobs in Directadmin

Lately ive started to use cronjobs more and more for the main reason that I want to use cached pages that are high on server load. It’s now almost 1AM and I wanted to fix my cronjob because it wasn’t done and It was a very stupid mistake. I forgot to CHMOD the .php file to 777. Therefor I am going to write this short guide on how you successfully need to setup a cronjob in directadmin.

More »

Tags: , ,