I was testing the message size limits today and everythings works fine. I
was just wondering what log can I look through to see if a email tried to
come in and was rejected because of size limit.
Exchange Server 2007: Setting Message Size Limits
http://exchangepedia.com/blog/2007/09/exchange-server-2007-setting-message_10.html
--
Bharat Suneja
Microsoft Corporation
blog: exchangepedia.com/blog
This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
----------------------------
"Romuald" <romu...@hotmail.com> wrote in message
news:DD2E7A19-A77E-401C...@microsoft.com...
I was trying to check both the agent log and the message traking log using
the senders address. and it was not showing up in the results.
So I figured there must be a different log i am not remembering.
I also tried the commands you have bellow and they do not find the email in
question --- the outside email address did recieve the NDR.
any thoughts?
"Bharat Suneja [MSFT]" <bsu...@online.microsoft.com> wrote in message
news:uWTDzBMK...@TK2MSFTNGP05.phx.gbl...
This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
----------------------------
"Romuald" <romu...@hotmail.com> wrote in message
news:E4C6218E-1019-441D...@microsoft.com...
>Thanks for the quick response ... i thought I was loosing my mind; turns out
>I am not.
>So here is the deal. I sent a test from known outside address address with
>an attachment this is too large, So I could find it in the logs.
>
>I was trying to check both the agent log and the message traking log using
>the senders address. and it was not showing up in the results.
>
>So I figured there must be a different log i am not remembering.
If it's coming from outside it should be in the SmtpRecv log.
---
Rich Matheisen
MCSE+I, Exchange MVP
The email i am sending is from my exchane server @ home to our coporate
excahnge server.
the flow of mail into the corporate office is like this
1) primary mx record = exchange hosted service
2) cisco firewall
3) Exchange published via ISA 2006
4) ex2k7 transport server
5 ex2k7 mailbox server
A couple things I have noticed since looking into this.
- Not sure if I needed to or not but I set up a recieve connector to allow
our inside networks to relay message off the the excahgne server. I will
probably
change that.
- the isa server present its internal ip to the exchange server. and I
change it so that the ip address comes from original client mail stops
flowing.
- dont even see the message in the smtprecv log.
Generating server: <<myhomeserver.local>>
m...@work.com
#550 5.2.3 RESOLVER.RST.RecipSizeLimit; message too large for this recipient
##
Original message headers:
Received: from <<myhomeserver.local>> ([192.168.0.25]) by
<<myhomeserver.local>>
([192.168.0.25]) with mapi; Tue, 7 Oct 2008 14:34:32 -0700
Content-Type: application/ms-tnef; name="winmail.dat"
Content-Transfer-Encoding: binary
From: Romualdt <Romu...@home.local>
To: romuald<m...@work.com>
Date: Tue, 7 Oct 2008 14:34:27 -0700
Subject: test file size
Thread-Topic: test file size
Thread-Index: AQHJKLvKITC+rmSxx06lzen97EJfFw==
Message-ID:
<1A8038FBC946B346A08944EA27C5F0CB033ABC279E84@<<myhomeserver.local>>>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator:
<1A8038FBC946B346A08944EA27C5F0CB033ABC279E84@<<myhomeserver.local>>>
acceptlanguage: en-US
MIME-Version: 1.0
"Romuald" <romu...@hotmail.com> wrote in message
news:DD2E7A19-A77E-401C...@microsoft.com...
>Bellow is the NDR that i recieved at the outside source
>
>The email i am sending is from my exchane server @ home to our coporate
>excahnge server.
>
>the flow of mail into the corporate office is like this
>1) primary mx record = exchange hosted service
>2) cisco firewall
>3) Exchange published via ISA 2006
>4) ex2k7 transport server
>5 ex2k7 mailbox server
>
>A couple things I have noticed since looking into this.
>- Not sure if I needed to or not but I set up a recieve connector to allow
>our inside networks to relay message off the the excahgne server. I will
>probably
>change that.
>- the isa server present its internal ip to the exchange server. and I
>change it so that the ip address comes from original client mail stops
>flowing.
>- dont even see the message in the smtprecv log.
You won't see the "message", just the MAIL FROM command. That command
will include the size of the message.
>#550 5.2.3 RESOLVER.RST.RecipSizeLimit; message too large for this recipient
>##
Do you have a restriction on the size of a message that this user can
receive?
--
Bharat Suneja
Microsoft Corporation
blog: exchangepedia.com/blog
This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
----------------------------
"Romuald" <romu...@hotmail.com> wrote in message
news:5E8E85C6-736D-448B...@microsoft.com...