In order to delete all undelivered/queued mails for a given user( abc@xyz.com ), execute the following command:
cd /var/spool/exim/input; grep -lir abc\@xyz\.com * | xargs rm -fv
That's all :-)
cd /var/spool/exim/input; grep -lir abc\@xyz\.com * | xargs rm -fv
That's all :-)
ليست هناك تعليقات:
إرسال تعليق