for those of you that use qmail as your mailserver, if you are getting mailbombed. (not spam being sent from ur server, but geting a mailbomb to ur server)
Quote:
|
grep Blocked /var/log/maillog | awk -F: '{print $5}' | awk '{print $1}' | sort | uniq -c | awk '{print $1": "$2}' | sort -n
|
will result in some ips. block the ones with the most send mail with iptables
run that command.