Showing posts with label Exchange. Show all posts
Showing posts with label Exchange. Show all posts

Outlook Web Access to Microsoft Exchange Server

Outlook Web Access (OWA) allows any client with a compatible browser to access Exchange Server folders.

The "premium" version of OWA in Exchange 2003 looks and acts much like the Outlook 2003 desktop client, although it does not offer support for the Journal folder. The "basic" version looks more like previous versions. You may want to try both and see which is faster for the conditions your users are likely to encounter. Microsoft Exchange Server Introduction to Exchange Server 2003 has a good chart comparing the feature sets.

For Exchange 2000, you create applications using web forms. No conversion tool is available to turn Outlook forms into Exchange 2000 OWA forms. For resources and tools, see Microsoft Exchange Server Development Technologies. With Outlook 2002 and Exchange 2000, you can connect using OWA and Outlook 2002's support for HTTP mail servers (at least those that use WebDAV). The correct URL would be http://servername.domain.com/exchange/mailboxname.

There are issues using OWA on Vista because the dhtml text editor control used by OWA is not supported in Vista. The Exchange administrator should have installed the security patch for this on the Exchange server months ago, but many have not. The patch will fix this and a similar issue that affects Windows XP users who've installed the security patch described in MS06-013. The hotfix installs a new editor for Internet Explorer which uses an iframe instead of an ActiveX control.

If you are an end-user, contact your administrator. If you are an administrator, see the following links for more information and the hotfix.

You receive an error message when you try to perform any editing tasks, or you must click to enable the compose frame in Outlook Web Access http://support.microsoft.com/default.aspx/kb/911829.

MS06-013: Cumulative security update for Internet Explorer (July 2006)
http://support.microsoft.com/kb/912812

OWA Problems on Vista (Exchange Messaging Outlook Jan 4 2007)

OWA 5.5 specific content is now at Outlook Web Access 5.5

OWA 2000 specific content is now at Outlook Web Access 2000

Managing Exchange Server Permissions

Viewing Permissions

If you don't see permissions on objects in the Exchange Administrator program (4.0 - 5.5), choose Tools | Options, switch to the Permissions tab, then check the box for Show Permissions pages for all objects.

Folder Permissions

In Exchange 5.5 and earlier, existing folders do not automatically propagate permission changes to child folders. However, new folders do inherit permissions from their parents. Also, using the Exchange Administrator program, you can propagate settings to child folders.

If you are not the administrator and need to manage folder permissions, ask the administrator to set up some distribution lists that you can use for setting permissions on the folders. You will need to have permission to edit the DL. Then, when someone new needs to be added, you'll just change the DL -- adding and removing members through Outlook -- not the permissions on each folder.

Also see:

  • XCLN: How to Create Public Folders and Set Default Properties on All Subsequently Created Folders
  • XADM: Propagating Permissions to All Public Folder Subfolders
  • XADM: Using PFADMIN to Remove Public Folder Permissions
  • XADM You Cannot Add a Distribution Group to Permissions of a Public Folder in Exchange 2000 -- If you want to use a distribution group, you need AD in native mode.
  • XADM White Paper - Public Folder Permissions in a Mixed-Mode Microsoft Exchange Organization
  • Using a Security Group to Create Public Folder Permissions
  • Working with Store Permissions in Microsoft Exchange 2000 and 2003

  • User Reply Address

    Several scenarios:
  • You want a user to be able to reply to messages sent to a public folder with the folder's address.
  • You want a user to be able to reply with another mailbox's address -- without the user's own address appearing anywhere on the reply.
  • You want to be able to send using the return address of a distribution list in the Global Address List (GAL).
  • The solution is the same in all cases: You must grant Send As permission on the folder or mailbox using the Exchange Administrator program or Active Directory. Send As is granted via accounts and groups, not mailboxes and Exchange distribution lists. If you want a user to send with a folder's address, the folder must not be hidden.

    Once the user has Send As permission, they can use View | From Field in Outlook to display the From box and either click From to choose from the Address Book or type in the name of the public folder or other mailbox. If the public folder is hidden from the GAL, the user should go to the folder's Properties page and add the folder's address to their own address book.

    See:

  • HOW TO Grant Send As and Send on Behalf Permissions in Exchange 2000 Server
  • XADM How to Grant a User Send As Rights in Exchange Server 5.5 and Exchange 2000


  • Tools

    Active Folders Exchange Server folder and mailbox management tool suite including policy management, server-based compression, permissions management, audit trail and reporting. Can sweep all user mail folders -- including those in Personal Folders .pst files -- to locate particular attachments or messages meeting other criteria.
    ERSA "Exchange Security Risk Auditor" to audit and change mailbox permissions both for periodic security audits and for common events, such as an employee leaving the company.
    Exchange Permission Manager Assign permissions on multiple Exchange public folders and system folders and users can modify mailbox permissions in addition to public folder permissions, company-wide. It works with Exchange 5.5, 2000 and 2003; and, for reporting, you can print out current permissions on single or groups of folders. Version 2.
    Folder Permissions Manager Symprex Folder Permissions Manager allows administrators to centrally manage all permissions on mailbox folders and public folders on Exchange 5.5, 2000 and 2003. Folder permissions can be listed and changed manually, or using templates with permissions settings created using the built-in wizard. Permissions can be applied to any number of mailboxes and folders at the click of a button.
    OWA Permissions Control Web application for viewing and modifying folder permissions. Combines features of the company's former OWA Delegate Control and OWA Public Folder Control. (5 Mar)
    PFAdmin Tool from the Exchange 2000 Resource Kit to change permissions and replication settings for a folder and its subfolders. Does not work with any version of Exchange after Exchange 2000 SP1. Also see:
  • XADM The Pfadmin Utility Does Not Work with Error Message OpenAddressBook Failed, Error 0x40380
  • XADM Error Message When You Set Permissions on Public Folders Invalid Windows Handle ID No 80040102 Exchange System Manager
  • PFDavAdmin Free tool from Microsoft for managing permissions on public and mailbox folders, including all the way down to the item level. Requires .NET Framework. For use with Exchange 2000 Server, Exchage Server 2003 and Exchange Server 2007.
    PFInfo Tool from the Exchange Server Resource Kit for generating a file with information about public folder permissions and replicas. See XADM Error Message Opening Address Book When Running the Pfinfo.exe Utility.
    Public Folder Utility View folder permissions and other properties. Export folder properties and permissions to a text file or relational database for analysis. Send customized messages to folder owners. Manage orphaned public folder client permissions.
    SetPerm Allows you to set default permissions on individual folders within mailboxes throughout your organization or on groups of mailboxes. Free.

    Set All Calendars to Reviewer

    Many organizations want people to not only see each other's free/busy times but also get appointment details. Therefore, they want to enforce a policy of using Reviewer as the default permission on each user's Calendar folder. This is not a capability built into Outlook, but you can perform this task with some of the tools above.

    If you want to experiment, you could also create a custom application using CDO and the ACL Component from the Platform SDK to manage permissions; a version of Acl.dll compiled for Windows NT/2000 is available from Microsoft's FTP site (this site is not always responsive). If you need a Windows 95/98 version, you'll have to compile the C++ source yourself. More information:

  • Sue Mosher's pre-conference Workshop from Microsoft Exchange Conference 99 -- The PowerPoint presentation for Segment 5 (324kb) includes details on the ACL model. The source code (473kb) includes a sample Outlook 2000 VBA project that runs on Windows NT only.
  • Professional CDO Programming
  • Connecting Microsoft Exchange Server to a POP3 Account

    Downloading mail from a POP account into Exchange Server in general is not a supported configuration (though you wouldn't know it from the proliferation of tools to accomplish this). However, Microsoft does provide an Exchange Connector for POP3 Mailboxes for Small Business Server, having licensed Internet Mailbridge from Acotec. It's still not a supported configuration for full Exchange Server.

    I'd suggest that you read about both sides of this issue. If you decide to try this route, there are plenty of tools to choose from. Features common to all POP3 collectors include the ability to POP mail from multiple servers and from multiple mailboxes. You'll also be able to control how often it checks for new mail in the POP3 accounts and limit it to downloading new mail during specific hours, such as only during business hours. All of the commercial POP3 connectors should be able to deliver mail to any SMTP address, including mail-enabled Public Folders.

    Many of these tools support these forms of POP3 collection:

  • One-to-one, which collects mail from a single POP3 mailbox and sends it to a specific SMTP address
  • Many-to-one, which collects mail from multiple POP3 mailboxes and sends it to single SMTP address
  • One-to-many, which collects mail from single 'catch-all' POP3 mailbox and sends it to multiple SMTP addresses
  • Note that the one-to-many collection method fails when messages are BCC'd to users.

    Grab this Widget ~ Blogger Accessories