Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

i am facing issue in outlook 2010, mail not getting downloaded but able to view in owa(webaccess)

Remedies done: re-created outlook profile, deleted the ost files also

your replies are appriceated

share|improve this question
When you look down in the lower left-hand corner of the window, does it say "Online With Microsoft Exchange?" Does this problem effect all users, some, or just one user? What version of Exchange are you using? – smassey Mar 8 '12 at 18:12
Yes, we need the answers to the above. – Tatas Mar 8 '12 at 18:58

closed as not a real question by Mark Henderson Sep 10 '12 at 21:41

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Things to look out for include:

  • Check whether it is a firewall or otherwise security permissions issue. Can you tcpdump packets between the machine and the server to see what kind of traffic passes through?

  • As an administrator on the machine from the command line issue netsh interface tcp set global autotuninglevel=highlyrestricted. This disables TCP window scaling. It sometimes help. It does not solve the problem, it just circumvents it.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.