To configure the CRM Email Router with Exchange 2010 you need to do the following. Not all of these points are clearly documented on the internet. Create a mailbox (CRM_Router@domain.com) Set password never to expire Ensure that the mailbox is not hidden from the address list Login to above mailbox Enable impersonation with the following… Continue reading CRM Router and Exchange 2010
Category: 2007
Changing ADFS 2.0 Endpoint URL for Office 365
If you are configuring single sign-on for Office 365 then you will need a server running Active Directory Federation Services 2.0 (ADFS 2.0). When you install this you are asked for a URL that acts as an endpoint for the ADFS service, which if you are publishing that endpoint through a firewall such as TMG… Continue reading Changing ADFS 2.0 Endpoint URL for Office 365
.DLL Errors and Blackberry Enterprise Server
During a configuration of Blackberry Enterprise Server today I found that I was getting .DLL errors when trying to create a MAPI profile on the BES Server (v5.0.2) when running IEMSTest. Well it was not the usual stuff – it ended up being the alias that had been assigned to the BESAdmin account. The policy… Continue reading .DLL Errors and Blackberry Enterprise Server
Random Chinese Characters in Exchange 2010 SP1 Emails
I have been sent a few emails from a client that start like this: 格tml> 格ead> 猼tyle㰾!– .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Tahoma } –>⼼style> ⼼head> 㰊body class=’hmmessage’> The HTML characters repeat throughout the message, but not on every message, though those sent from Hotmail are typically affected (but it… Continue reading Random Chinese Characters in Exchange 2010 SP1 Emails
Enabling ActiveSync on a Sony P1i with a GoDaddy Certificate
GoDaddy issued certificates are not trusted by the Sony P1i phone and so if you are using a GoDaddy issued digital certificate for ActiveSync on one of these phones you will be prompted to accept the certificate at each sync. As this kills the purpose of push email sync you will want to stop the… Continue reading Enabling ActiveSync on a Sony P1i with a GoDaddy Certificate
Blogger Blogs in Outlook – Incorrect Dates
This has been obvious to me for a while – whenever I viewed this blog in Outlook 2007 via the common RSS feed store, the dates were all incorrect and so new posts appeared at random within the list. I finally found a fix yesterday – the post was based upon ATOM technology and not… Continue reading Blogger Blogs in Outlook – Incorrect Dates
Exchange Server 2007 Rollup Update 5
The latest version of the Exchange 2007 update is Update Rollup 5 for Exchange Server 2007 – this can be downloaded from here (64 bit and 32 bit versions now available). Microsoft plan to do these releases rather than issue hotfixes as the method of engineering Exchange has changed since the previous versions, and KB937194… Continue reading Exchange Server 2007 Rollup Update 5
Exchange 2007 Clustering on Windows 2008
I have just spent an hour or three installing two Windows 2008 Enterprise Edition boxes to create an Exchange 2007 SCC cluster using Microsoft Virtual Server 2005 R2 to create the environment. But I did not get that far, as Windows Server 2008 Failover Clustering shared storage requires SAS (Serial SCSI) or iSCSI and not… Continue reading Exchange 2007 Clustering on Windows 2008
ERROR_REPLICA_SYNC_FAILED_THE TARGET PRINCIPAL NAME IS INCORRECT
This rather imposing message is found if you try to force replication between to Active Directory Domain Controllers when one of the controllers machine account password is out of sync with the password as stored on the other domain controller. I have seen this a number of times on Virtual PC or Virtual Server Active… Continue reading ERROR_REPLICA_SYNC_FAILED_THE TARGET PRINCIPAL NAME IS INCORRECT
Update Rollup # For Exchange Server 2007
Blog updated 22nd February 2008 As Microsoft plan to release Update Rollups for Exchange Server 2007 every six to eight weeks (see KB937194), I will use this blog entry to list the current latest update: The latest version of the Exchange 2007 update is Update Rollup 6 for Exchange Server 2007 – this can be… Continue reading Update Rollup # For Exchange Server 2007
Creating Subject Alternative Name Certificates with Microsoft Certificate Server
A new feature in digital certificates is the Subject Alternative Name property. This allows you to have a certificate for more than one URI (i.e. www.c7solutions.com and www.c7solutions.co.uk) in the same certificate. It also means that in web servers such as IIS you can bind this certificate to the site and use up only one… Continue reading Creating Subject Alternative Name Certificates with Microsoft Certificate Server
Exchange Management Shell
I need a place to store useful Powershell commands for the administration of Exchange Server 2007, so I thought I would add them here: Upgrading Exchange Organisation Place Replicas of Public Folders on New Exchange Server get-publicfolder -recurse Set-PublicFolder -Replicas:”server\public folder database”,”server\public folder store (server)” Enable ActiveSync Policy for Windows Mobile 2003 Smartphones and Pocket… Continue reading Exchange Management Shell
P1 and P2 Headers in SMTP
P1 = the value on the MAIL FROM command of the SMTP connection (the message envelope) as defined in RFC 821. P2 = the email address in the message body as defined in RFC 822. These include the FROM, REPLY TO and SENDER fields For example, the following SMTP command sequence describes where P1 and… Continue reading P1 and P2 Headers in SMTP