|
公司里的邮件服务器是exchange 2003 sp2,分前端和后端两台服务器,最近发现一个问题,就是发出邮件的尺寸设定问题:
全局设置中默认的收发邮件最大为4096KB,但是在AD中针对个别的用户需要发送大邮件的,做了设置为收发邮件最大为20MB,SMTP connector 和SMTP vritual server都没有针对这个作限制。
现在发现即使在AD中做了个别设定的用户也无法发送超过4MB的邮件。报错信息如下: Your message Your message did not reach some or all of the intended recipients.
Subject: **********
Sent:
10/21/2008 7:48 PM
The following recipient(s) cannot be reached:
user@user.com on 10/21/2008 7:49 PM
This message is larger than the current system limit or the recipient's mailbox is full.
Create a shorter message body or remove attachments and try sending it again.
<mail.****.com #5.2.3>
如果将全局设置设定为10MB,那么用户就可以发送4MB的邮件。 如果将全局设置设为10MB,个人用户设定为4MB,这个用户仍然可以发送4MB的邮件。
查了很多资料,都是说exchange 2003是AD中的个人设置优先,为什么不能起作用? 也有说是SP2以后是全局设置起作用,那么个人设置有什么用?
谢谢! |