Exim Bulk Remove Email Messages in Queue

exim -bp | grep “string” -A1 | awk {‘print $3’} Replace string with the email address, or domain you want to search for and delete.Note that -A1 may not be needed. Grep will just search for string and 1 line … Continue reading Exim Bulk Remove Email Messages in Queue