Browse by Tags
All Tags »
Exchange (RSS)
I'm moving all my locally hosted content to cloud based servers. So far I have moved my email to Google Apps For Your Domain and I have created a new blog (no content yet) to replace this one. The Gmail move went pretty well as all I had to do was update
Read More...
I had a corrupted mailbox, so created a temporary store to move the mailbox into. I then wanted to run an isinteg on this store before returning the mailbox back to the original store. The first part went ok, but when I went to run isinteg I received
Read More...
This ( KB949870 ), was applied by Windows Update last night, and I woke up to no incoming email. On investigation, I found that there was no smtp (25) port open, and that the Microsoft Exchange Transport hadn't started after the reboot. I attempted to
Read More...
I'm upgrading my Exchange 2003 organisation to Exchange 2007 this weekend, as a reinforced learning experience for when I begin to deploy Exchange 2007 for a major customer. I had a couple of problems: A setup error occured: "[ERROR] Access to the path
Read More...
A massive increase in Spam, particularly PDF attached stock scams, has happened here recently. I decided to look for something different and found this free Greylisting product for Exchange 2000\2003.
Read More...
Firstly, download and install this Exchange Event Sink as described here: http://www.ivasoft.biz/showscl.shtml Secondly, create a custom formula field to display the SCL as described here: http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=739718&SiteID=17
Read More...
Oh, what fun and games I had. First I backed up all the mail: Outlook export to PST ExMerge (Hey - It worked on Exchange 2007!) NT Backup of store Then I removed Exchange 2007 and reininstalled Exchange 2003 - Except it didn't quite go that smooth, The
Read More...
I was trying to work out the limits of the current beta of Exchange 2007 in terms of storage groups and mailbox stores and through experimentation I discovered that they are: Maximum Storage Groups: 50 Maximum Mail Stores per Storage Group: 5 I guess
Read More...
Final step upon upgrading the test server to Exchange 2007 Beta2 was to give me full access to all the mailboxes. It's another Power Shell task and I managed to find the syntax at the Microsoft Exchange Team Blog . Add-MailboxPermission mailbox -AccessRights
Read More...
You need to set the permissions to allow Anonymous users to submit mail. This is not in the GUI so you must use the Power Shell. 1. Set the permission: set-receiveconnector 'Default CHEF' -PermissionGroups:"ExchangeUsers,ExchangeServers,ExchangeLegacyServers,AnonymousUsers"
Read More...
To set recipient email address policy, do the following: 1. In the Exchange Management Console, navigate to 'Organization Configuration' > 'Hub Transport' > 'Email Address Policies'. Here you will see the default policy and
Read More...
Before you can send mail to the internet with a single server you have to make a connector for your mail transport hub role. The remote domain should already be configured to '*' for the Internet but create a send connector like so: 1. Open up
Read More...
I've done this on my test server and there are a couple of problems you have to deal with: The databases are not compatible. Exchange 2003 uses STM and EDB files with 5MB logs whereas Exchange 2007 uses just an EDB file with 1MB logs. There may also
Read More...