求助的同时,我奉上一个自动删除垃圾队列邮件的批处理,觉得用得上的,将它复到你的记事本里,另存为.bat的文件就可以,放在邮件服务器上,双击就开始自己动删除了。
________________________________________________________
@echo off
color 5e
title 清除工具
echo 正在删除BadMail文件夹下的垃圾邮件队列文件,请稍等......
echo 正在清除(.bad .bdp .bdr)垃圾邮件队列文件,请稍等......
del /s/q "c:\Program Files\Exchsrvr\Mailroot\vsi 1\BadMail\"*.bad
del /s/q "C:\Program Files\Exchsrvr\Mailroot\vsi 1\BadMail\"*.bdp
del /s/q "C:\Program Files\Exchsrvr\Mailroot\vsi 1\BadMail\"*.bdr
del /s/q "C:\Program Files\Exchsrvr\Mailroot\vsi 1\Queue\"*.EML
echo 删除完成!
_________________________________________________________
________________________________________________________
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 38.25.63.10 x.acme.com.cn # source server
# 38.25.63.10 x.acme.com # x client host