#no comment

mailq|grep MAILER|awk '{print $1}'|xargs -n1 postsuper -d
find ./ -type f -exec shred -n 35 -u -v -z {} \;

