不才今天又进来了,求求各位帮帮忙“无法打开默认电子邮件文件夹”
无法打开默认电子邮件文件夹好郁闷哦,,,,有的机器可以,有的机器就不可以,同在一家公司,真是闷惨了。
[ 本帖最后由 bobgjs 于 2008-8-25 12:57 编辑 ]
谁来帮帮我???
:funk: 求助的同时,我奉上一个自动删除垃圾队列邮件的批处理,觉得用得上的,将它复到你的记事本里,另存为.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 删除完成!
_________________________________________________________ 应该是DNS解析的问题。 在客户端电脑hosts文件中,增加Mail Server主机记录就可以了。 ________________________________________________________
# 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
127.0.0.1 localhost
____________________________________________________
不才愚昧,请问只改“# 38.25.63.10 x.acme.com.cn # source server”这一段里的IP和主机名吗? 在hosts文件里面,"#"代表注释.意思后面的文字不起作用.
for example,
# xxx.xxx.xxx.xxx domain.com
127.0.0.1localhost
38.25.63.10 x.acme.com
# 38.25.63.10 your server ipaddress; x.acme.comyour server domain name. “无法打开默认电子邮件文件夹”
出这个问题是因为没有联系上邮件服务器.本地又没有其他的数据文件,从而出现这个对话框.
这台pc和服务器的通信有问题. 感谢rechard,通过你的指导,我把单个机器上的问题解决了。
如果不介意,我想再问一下:为何在添加用户的时候都能联系上服务器,并认证用户名,开启OUTLOOK却要有一楼的那种提示呢?
页:
[1]
