Test mail server online – Port 25 SMTP

Filed Under (Exchange 2007, Exchange 2010, Microsoft) by Tariq Jaber on 03-01-2011

Tagged Under : ,

All of us knows ZoneEdit.com website, we were using it to test if the SMTP traffic is reaching our mail server or not. Now the link http://www.zoneedit.com/smtp.html is not working any more, they are providing a new services.

Don’t be sad :) there is another links using which you can test your mail server on port 25, here is one of them:

User can’t send email after changing NLB mode on CAS/HUB server

Filed Under (Exchange 2007, Exchange 2010, Microsoft) by Tariq Jaber on 23-12-2010

Tagged Under : ,

If you have two Network Load Balanced Exchange servers with the Hub transport and Client Access server roles installed on both of them, and you changed the NLB mode from multicast to unicast, you may not be able to send messages even if the messages are moved from the outbox folder to the Sent Item folder with the following error:

Task Microsoft Exchange Server' reported error (0x8004010F): 'The operation failed. An object could not be found 

Read the rest of this entry »

Forefront Security for Exchange SP2 setup hangs on “Setting Up Registry”

Filed Under (Exchange 2007, Microsoft) by Tariq Jaber on 16-01-2010

Tagged Under : , ,

I was installing FSE SP2 on the Exchange Server. I have installed it on more than one server but on the last one, the setup hung on “Setting Up Registry” message with no errors nor warnings in the event viewer!

I found that the solution was to install Hotfix Rollup 2 for Forefront Security for Exchange Server Service Pack 1 (KB 946864).

Exchange 2007 Standby Continuous Replication – Configuration & Testing

Filed Under (Exchange 2007, Microsoft) by Tariq Jaber on 14-01-2010

Tagged Under : ,

I wrote an article about Exchange 2007 Standby Continuous Replication (SCR); an overview, how it works and how to enable it. There is also a test for SCR by moving the Exchange service to the disaster recovery (DR) site.
To read the full article, you can find it on ExchangeInbox.com @ http://www.exchangeinbox.com/article.aspx?i=149

Set maximum message tracking logs age in Exchange Server 2007

Filed Under (Exchange 2007) by Tariq Jaber on 10-10-2009

Tagged Under : ,

Some times you need to increase the period for which the message tracking logs kept in your Exchange server. The default maximum age for message tracking logs in Microsoft Exchange server 2007 is 30 days:

Get-TransportServer <TransportServerName>| fl *track*
get-messagetracking

To set the maximum message tracking logs age to another period you can use the following command:

Set-TransportServer <TransportServerName> -MessageTrackingLogMaxAge dd.hh:mm:ss
set-messagetracking

Now check
Get-TransportServer <TransportServerName>| fl *track*
get-messagetracking-after-set

How to force Outlook to connect to a specific global catalog server or to the closest global catalog server in its site

Filed Under (Exchange 2007, Microsoft) by Tariq Jaber on 02-12-2008

Tagged Under : , , , , ,

When you install Exchange Server in a child domain, the Outlook clients may try to communicate with the global catalog in the parent domain, this will cause a problem if the parent and the child domain is not in the same site or there is a firewall between the clients and the servers in the parent domain and cause the outlook to respond slowly.

To solve this issue you can force Outlook to communicate directly with the global catalog server in its site or with the closest catalog if the client moves between sites.
Notice
that you need to edit a registry value, so make sure you take a backup of your registry before changing any value.

To force Outlook to communicate with the closest global catalog server:
-Open the Registry Editor. Click Start, click Run, type regedit.exe, and then click OK.
-Locate the following key in the registry:
HKEY_CURRENT_USER\Software\Microsoft\Exchange\Exchange Provider
You may have to create the registry path if it does not exist.
-On the Edit menu, click Add Value, and then add the following registry value:
Value name: Closest GC
Data type: REG_DWORD
Value data: 1
-Quit Registry Editor.

Or use the following command to create the key and the value:
REG ADD “HKEY_CURRENT_USER\Software\Microsoft\Exchange\Exchange Provider” /v “Closest GC” /t REG_DWORD /d 1

To force Outlook to communicate with the a specific global catalog server:
-Open the Registry Editor. Click Start, click Run, type regedit.exe, and then click OK.
-Locate the following key in the registry:
HKEY_CURRENT_USER\Software\Microsoft\Exchange\Exchange Provider
You may have to create the registry path if it does not exist.
-On the Edit menu, click Add Value, and then add the following registry value:
Value name: DS Server
Data type: REG_SZ (string)
Value data: FQDN.OF.GlobalCatalog
-Quit Registry Editor.

Or use the following command to create the key and the value:
REG ADD “HKEY_CURRENT_USER\Software\Microsoft\Exchange\Exchange Provider” /v “DS Server” /t REG_SZ /d GC.Child.Domain.Local

OAB Generation on a Single Copy Cluster server fails with event id 9334 and 9109

Filed Under (Exchange 2007) by Tariq Jaber on 08-08-2008

Tagged Under : , , , , , , ,

If you have installed Exchange 2007 on a Single Copy Cluster (SCC) server you may have the Offline Address Book generation process failed with the event id 9334 and 9109.

EntryType : Error
EventID : 9334
Message : OALGen encountered error ffffffff while initializing the offline address list
generation process. No offline address lists have been generated.
Please check the event log for more information.
- Default Offline Address Book

Category : OAL Generator
CategoryNumber : 13
ReplacementStrings : {ffffffff, Default Offline Address Book}
Source : MSExchangeSA
TimeGenerated : 7/17/2008 3:10:31 PM
TimeWritten : 7/17/2008 3:10:31 PM

Read the rest of this entry »