在DoS后缀攻击之后,我们有传入和活动队列充满邮件:
- drwx------. 2 postfix root 1007616 nov 5 17:01 active
- drwx------. 2 postfix root 4096 nov 5 11:31 bounce
- drwx------. 2 postfix root 4096 feb 20 2014 corrupt
- drwx------. 18 postfix root 4096 jun 30 2014 defer
- drwx------. 18 postfix root 4096 jun 30 2014 deferred
- drwx------. 2 postfix root 4096 sep 8 10:41 flush
- drwx------. 2 postfix root 4096 feb 20 2014 hold
- drwx------. 2 postfix root 1093632 nov 5 17:01 incoming
- drwx-wx---. 2 postfix postdrop 4096 nov 5 17:01 maildrop
- drwxr-xr-x. 2 root root 4096 nov 5 16:49 pid
- drwx------. 2 postfix root 4096 nov 5 16:49 private
- drwx--x---. 2 postfix postdrop 4096 nov 5 16:49 public
- drwx------. 2 postfix root 4096 feb 20 2014 saved
- drwx------. 2 postfix root 4096 feb 20 2014 trace
活动队列:
- [root@revres]# ls -la /var/spool/postfix/active/
- total 992
- drwx------. 2 postfix root 1007616 nov 5 17:01 .
- drwxr-xr-x. 16 root root 4096 nov 5 09:06 ..
传入队列:
- [root@revres]# ls -la /var/spool/postfix/incoming/
- total 1076
- drwx------. 2 postfix root 1093632 nov 5 17:01 .
- drwxr-xr-x. 16 root root 4096 nov 5 09:06 ..
运行postsuper -d ALL命令不会删除任何内容,也不会提供任何输出.
有没有其他方法来清空这些盒子?