Pages

Saturday, September 27, 2014

exim log, mailq and remove


MAILQ:    exim -bp
Delete MAILQ:    exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash


Delete Completely with a single command:  rm -rf /var/spool/exim/input/
                                                                          /etc/init.d/exim restart

Exim Log: tail -f /var/log/exim_mainlog
Exim



No comments:

Post a Comment