Link to home
Start Free TrialLog in
Avatar of dazzler1971
dazzler1971

asked on

Exchange powershell question for set-receiveconnector settings

Hi we have just migrated to Exchange 2007 from Exchange 2003 and now our users cannot send a message larger than  10MB.  Have set this at an organisational level as below

[PS] C:\Documents and Settings\Admin\Desktop>get-transportconfig | fl *
~~~~
Name                           : Transport Settings
TLSReceiveDomainSecureList     : {}
TLSSendDomainSecureList        : {}
MaxReceiveSize                 : 24415KB
MaxRecipientEnvelopeLimit      : unlimited
MaxSendSize                    : 24415KB
OtherWellKnownObjects          : {}

Think this is something to do with th receive connectors but we are struggling with the command.

[PS] C:\Documents and Settings\Admin\Desktop>get-receiveconnector | list
Fqdn                                    : server1.ourdomain.com
Comment                                 :
Enabled                                 : True
ConnectionTimeout                       : 00:10:00
ConnectionInactivityTimeout             : 00:05:00
MessageRateLimit                        : unlimited
MaxInboundConnection                    : 5000
MaxInboundConnectionPerSource           : unlimited
MaxInboundConnectionPercentagePerSource : 100
MaxHeaderSize                           : 64KB
MaxHopCount                             : 30
MaxLocalHopCount                        : 3
MaxLogonFailures                        : 3
MaxMessageSize                          : 10MB

Question is how do we set the max message size on the receive connectors to 25MB???

Please help
ASKER CERTIFIED SOLUTION
Avatar of Sembee
Sembee
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dazzler1971
dazzler1971

ASKER

it is our outlook 2007 clients that connot send to the internet so not sure.  sounds like it could be the send connector then.  so from the settings i sent you we are now restricted to 10M inbound ??
What you have shown is for incoming email.
Remember it is the server - so when your users send email the server is sending the email, not receiving it. It receives email from the internet.

Simon.
OK made those changes to the receive connector as my mistake the problem was for incoming emails.  Do we need to restart any services for this to take effect??
The most you will have to restart is the transport service.

Powershell: restart-service msexchangetransport

Simon.