Snow leopard mail with exchange 2007 attachment size

May 25
0

Snow leopard mail with exchange 2007 attachment size

Tue, 2010-05-25 13:58 — superuser

Whilst on the face of things mail.app in Snow leopard should work out of the box with exchange 2007 it still needs settings changing, in this case to send attachments over 5meg. The following fixes this:

You need to edit web.config in the following 2 files and change maxrequestlength to a size in kilobytes i.e. 50000 for ~50meg:

C:\Program Files\Microsoft\Exchange Server\ClientAccess\exchweb\ews
C:\Program Files\Microsoft\Exchange Server\ClientAccess\owa

Then also from a command prompt do the following:

cd \Windows\System32\inetsrv
 
appcmd set config "Default Web Site/ews" -section:requestFiltering -requestLimits.maxAllowedContentLength:50000
 
appcmd set config "Default Web Site/owa" -section:requestFiltering -requestLimits.maxAllowedContentLength:50000

Followed by an iisreset

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo].

More information about formatting options