Wednesday, March 01, 2006

Offer your customers a backup mail service

Matthew Huynh posted a nice little how to on setting up a backup mail server for your clients on your server. It's a nice value add that I think we may start offering to our clients.

Wednesday, February 22, 2006

In addition to RBL's

One other helpful thing to prevent an open relay is to test using one of these free open Relay test sites

http://www.abuse.net/relay.html

http://www.ordb.org/ Be careful with this one because if you fail the open relay test they will add you to their black list.

Saturday, January 28, 2006

Exchange store.exe is taking all my memory

Not really. MSFT has changed the way the memory usage is reported, so you need to make a little tweak to your monitoring. http://support.microsoft.com/?kbid=867628

Wednesday, November 09, 2005

Windows Desktop Search tool doesn't play nice with network drives

Here's one that deserves a post.

A client was having a sporadic problem with files becoming locked or marked read when they tried to save them on their Small Business Server. The problem seemed to be much more prevalent with extremely large files. Thinking it was something with the server we move all the data to another server and remapped everyone's drives to the new server. The problem continued to exists. Okay it's either a network problem or a desktop issue. Even with a brand new fresh XP build with all service packs the problem existed. Alright! It must be a network problem. Lets just replace the switch and we will be done with it. Nope..... The problem still existed. Now we are scratching our heads. After numerous testing scenarios we realize that when a workstation first boots up it was going out and grabbing random files on the network share. What could be causing this? It turns out that Windows Desktop Search tool was configured to scan the mapped network drives. This inherently is not a bad thing, unless you have ten workstations doing this. What was causing files to get locked so people couldn't save them was when most applications save an open file they create a temp file to write all the changes to and then merge the temp file with the original file. The problem turned out to be when a user clicked save and the temp file was created there were nine other workstation just ready and waiting to index that new file. If any workstation was indexing the temp file when the application wanted to merge the data into the original file the app would throw and error that the file was locked by another user and could not be saved. The reason it was more frequent in large files is because they take longer to save; there for the temp file sits there longer and has a better chance of being indexed. We disabled the indexing of the network share and file saves are working great now.

Wednesday, October 19, 2005

Mail Black Lists

Clients are always asking my why an email bounced. One of the first thing I do is check to see if their mail server is on a black list. The best site I've found to do this is http://rbls.org/.