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