Issues between Exchange 2003 and Outlook 2010It looks like there are some issues between Exchange 2003 and Outlook 2010 that don’t allow internal users to send to each other. From what I’ve read it’s only internal users and Exchange 2003 that is having this problem. A few people said http://support.microsoft.com/kb/820379 fix their issue but it didn’t work for me. I went to the same registry path that the article specifies and increased the NonMAPINamedPropsQuote data to a higher number. I changed it from 8192 to 16000 and it is working now. I picked that number at random and I’m not sure of all the possible ramifications from this but it looks like a safe change. You also need to dismount and remount the store for this to take effect. Outlook dual mail account setup: POP and Exchange.We have a couple of clients with an unusual setup for Outlook. They make use of our hosted Exchange service for Calendars and Contacts collaboration but, their email is on a GMail account and access in Outlook via POP. The admin assistants for these high level CEOs put appointments into their boss' calendar. But, the shared calendars would refresh very slowly when paged to from another section of Outlook. If you are having this kind of problem with a POP/Exchange hybrid account, the solution is available in Outlook 2007: Configure separate data files for each account. This was not possible in previous versions of Outlook (XP, 2003, etc) but, works a treat in 2007. The Exchange account should use a .OST cache file, as usual. The Gmail account should use a .PST. Here's how:
This ends up creating two separate sets of folders in Outlook but, most users agree that the vast increase in speed is well worth it. For more information please contact: Why .com is a bad choice for a Windows Active Directory domain name.(or, How to choose an AD domain name.) We run into this issue from time to time when a Windows domain has been set up by an inexperienced admin. It seems sensible and intuitive on the surface to have your internal domain name match your internet/website domain. For example: your website is www.mycompany.com and you set up your Windows Active Directory domain to match as www.mycompany.com. I myself thought this was a good idea when first starting out with Active Directory. First, every machine in your domain should be pointed solely at your domain controller(s) for DNS resolution. In addition, your Domain controllers should have forwarding entries to your ISPs DNS servers to take care of internet name resolution. So, what happens when you enter an address like www.mycompany.com and your internal and external domain names match? If your internal domain ends in mycompany.com the domain controller looks for that A record in it's forward lookup zone, doesn't find it, and sends back a 'host does not exist error'. If your internal domain doesn't end in mycompany.com but, ends in mycompany.local (or any other ending you care to use), the DC/DNS server realizes immediately that it doesn't have the domain info and sends the resolution request to the configured 'forwarding' servers for resolution. The forwarding server will then reply with the correct IP info and your application will continue on it's merry way. Obviously, the second case is preferable because it avoids an error condition. How do you solve this name resolution problem without changing your internal domain name? It also dangerously blurs the psychological and technical lines between two very different networks which have very different security and access requirements. Additionally, not having matching internal/external domains removes the need to make internal DNS entries to refer to external servers. You can simply keep your internet-facing DNS entries where they belong, in your domain registrar or hosting company's DNS control panel. There is a great advantage to having a very sharp and clear line drawn between your interal network and your publicly-available services. This line works best when it's both psychological and technical. Here's corraboration from MS: All the best... Every business needs a domain!In working with some really small businesses lately (3 to 4 computers) I've realized that, even at that size, having a domain is worthwhile. Synchronizing usernames and passwords on a workgroup and creating permissions can get time consuming. It really goes south when you try to implement some kind of regular password change! The only argument against it is expense but, even if you run it on plain workstation hardware to reduce expense, it's worth it to have a domain controller on site. Running Server 2008 on a decent workstation is totally do-able in a small environment. Why I'm blogging.I wanted to give back to the generous community of technical bloggers, forum users, and webmasters who post amazing and accurate answers to system administration problems and questions. |