Link to home
Start Free TrialLog in
Avatar of tbs9900
tbs9900

asked on

exchange 2007 file attachment limit

we have installed a exchange server 2007. on the work station using outlook 2007 i open a new email and go to attach a pdf ( 6 megs ) and i get the over the limit error.  fyi, im not in exchange cached mode on my outlook 2007
SOLUTION
Avatar of Crownappraisal
Crownappraisal

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
ASKER CERTIFIED SOLUTION
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 EEuser 357778
EEuser 357778

ok i did both of these..set to 100:

Set-Transportconfig –maxreceivesize (insert size here using something like 10MB)
Set-Transportconfig -maxsendsize (insert size here using something like 10MB)\


now i get:
get-transportconfig | fl   shows 100mb for both MaxSendSize and MaxReceiveSize


but this command:
Get-ReceiveConnector  | fl server,maxmessagesize
still shows 10MB for both servers...

 
how do i change that??