#! /bin/bash exim -bp | exiqsumm | grep -v '\-\-' | grep -v 'Volume' | grep -v '^$' | sort -bg | awk '{print "Volume: " $1 " \t Domain: " $5}'