Saturday 27 August 2011

To delete mailnull bounced mail

Just fire the given command  below :--




**************
cd /var/spool/exim/input
grep -lir mailnull * | xargs rm -fv


**************

No comments:

Post a Comment