postfix 日志分析
摘要:# statistic recipient echo "Part one : - Top 10 Recipient domain "fgrep to= /var/log/maillog | cut -d\< -f2 | cut -d\> -f1 | cut -d@ -f2 | sort | uniq -c | sort -nr |head# statistic sender echo ...
阅读全文
posted @ 2010-08-05 14:47