[clug] The joy of demos

Grant Holliday grant at holliday.com.au
Sat Mar 29 23:29:57 GMT 2008


> I know Outlook 2007 has some new magical features to automate the MAPI
> profile creation and setup, but I'm not sure how it works (never
> investigated).

The magical feature you're talking about here is called "Autodiscover"
See: http://msexchangeteam.com/archive/2007/03/05/436656.aspx for an overview of it.


...Depending on your client location, Outlook uses one of the following methods for communicating with the Client Access Server.

* SCP object - If you are logged into the domain, Outlook 2007 searches Active Directory for the SCP information. The SCP contains the URL to the Autodiscover service, which is then used by Outlook to contact the Client Access Server.

* DNS - If you are not logged into the domain, or Outlook cannot locate an SCP object in Active Directory, Outlook tries to locate the Autodiscover service via DNS. Based on the suffix of your SMTP address, Outlook performs several connection attempts to the following hard-coded URLs:

* http(s)://domain.com/autodiscover/autodiscover.xml

* http(s)://autodiscover.domain.com/autodiscover/autodiscover.xml


>  There was a question about RPC over HTTP. I'm interested in discussing this a bit
>  more (either on-list or off-list) to make sure I understand how sysadmins employ it.
In addition to Outlook/MAPI RPC over HTTP(S), you might want to understand what MS's ISA RPC filter does.

Here's a bit of a link-fest
http://www.microsoft.com/technet/isa/2006/application_filters.mspx
http://blogs.technet.com/isablog/archive/2007/05/16/rpc-filter-and-enable-strict-rpc-compliance.aspx
http://www.microsoft.com/technet/archive/isa/2000/maintain/rpcwisa.mspx?mfr=true (older article)


Hope this helps.


Grant

-----Original Message-----
From: linux-bounces+grant=holliday.com.au at lists.samba.org [mailto:linux-bounces+grant=holliday.com.au at lists.samba.org] On Behalf Of Dale Shaw
Sent: Friday, 28 March 2008 9:30 PM
To: Brad Hards
Cc: linux at lists.samba.org
Subject: Re: [clug] The joy of demos

Hi Brad,

('scuse the lazy top post)

I've done a bit with Exchange (5.5, 2000 and 2003 -- not 2007) and
would be happy to try to answer any questions you have. I wasn't at
the meet and this post of yours is the first I've seen of this
program.

I've deployed RPC over HTTP with Exchange 2003. It will be a bit of a
memory test, but I'm willing to give it a go.

Regarding Outlook/MAPI profiles, there are a number of methods of
populating fields like server name. The most commonly used one I've
seen is the Office Customisation Wizard, which generates a Microsoft
Installer transform (.mst) file you apply when installing Office (or
just Outlook). There are other Microsoft and 3rd party tools for
manipulating the profiles both pre- and post- MAPI client launch.

The user name field is usually pre-populated with the value
%USERNAME%, a Windows environment variable which expands on the first
launch of Outlook, and the server name field often references a DNS
CNAME that resolves to a 'real' Exchange server. Outlook automatically
resolves the mailbox server hosting the user's mailbox and populates
the server name field with the appropriate server. The home mailbox
server is stored as an attribute of the user object in AD.

I know Outlook 2007 has some new magical features to automate the MAPI
profile creation and setup, but I'm not sure how it works (never
investigated).

cheers,
Dale

On Fri, Mar 28, 2008 at 8:52 PM, Brad Hards <bradh at frogmouth.net> wrote:
>
>  There was a question about RPC over HTTP. I'm interested in discussing this a bit
>  more (either on-list or off-list) to make sure I understand how sysadmins employ it.
>  If you know this stuff, please get in contact with me.
>
>  I'll then try to make sure that Tridge's implementation suggestion makes it into
>  code and tests.
>
>  I'm also interested in how users typically get their account information in a
>  major deployment (i.e. how do you give a user a new exchange account -
>  surely they don't normally get to type in IP addresses?)
--
linux mailing list
linux at lists.samba.org
https://lists.samba.org/mailman/listinfo/linux


More information about the linux mailing list