Tayab Khan's ICT Solution Based Personal Blog
MSC,MCP,CCNA,CCNP,CCNSP,JNCIA,JNCIS-SEC......... Personal Web: http://www.tayabkhan.com
Pages
(Move to ...)
Home
▼
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
‹
›
Home
View web version
No comments:
Post a Comment