exim -bp | exiqgrep -i | xargs exim -Mrm
August 9, 2014
August 27, 2009
How to clear all iptables rules
In order to flush all iptables rules , Run the following commands :
iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables -t mangle -X iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT