|
| Customer Care Center | ||
Updated: 26-August-2009 |
See also: | SpamMover for Exchange 2007 |
Current version: 1.0.0.252
Purpose
This application moves into a special folder in a user's mailbox any message that carries an X-header or subject line marking it as spam, as added by such tools as SpamAssasin or GFI Mail Essentials. These marked messages can be deleted or forwarded instead of moved. The application allows user to set up to 4 independent rules.
SpamMover can create a folder named Spam (or whatever you prefer) in each Exchange mailbox automatically.
The application is an Exchange store event sink.
If you're looking for more powerful tool, have a look at MAPILAB Rules product.
Benefits
Installation
On your Exchange Server 2000/2003 computer:
1. Create a new mailbox-enabled user account. Mailbox alias must be SMTEST.
2. Select (or create) a user account that is a member of the local Administrators, Domain Admins, Domain Users and Exchange Domain Servers security groups.
That account must have full permissions on the mailbox store. Open ESM (Exchange System Manager) and drill down to the mailbox store in question. Now open the properties and select the Security tab. Add your account and allow full control.
See also these MS articles:
Exchange 2000 Permissions Required to Configure an Event Sink
Grant Full Mailbox Rights to an Administrator on Exchange 2000/2003
How to Assign Service Account Access to All Mailboxes in Exchange Server 2003
3. Log on as that user.
4. Create the C:\Program Files\SpamMover\ directory.
5. Download SpamMover-Demo.zip archive file to
C:\Program Files\SpamMover\ directory and extract all files.
6. Run C:\Program Files\SpamMover\SpamMoverSetup.exe
7. Check the Install COM+ object checkbox. Place the #2 account name (using <domain>\<account> syntax) and password in the appropriate fields. Modify the "Spam header or IMF SCL score" field. Select "move to folder" in the Action field. Type the name of the folder in the Target folder field. Make sure the Priority field is filled with 65535. Click the CHANGE button.
Click the CHANGE button.
8. Select the SMTEST mailbox in the second list and check "Register per-mailbox" checkbox (THIS DEMO VERSION SHOWS ONLY *TEST* MAILBOXES - see
"About this demo version" below.)
Click the CHANGE button. The SMTEST mailbox will be placed in the third list box.
9. Click the Exit button.
Cluster Installation Specifics
1. Open Computer Management, double-click Services and Applications and click Services. In the details pane, double-click Cluster Service. On the Log On tab you can find the name of the Cluster Service Account. This account hast to be mailbox-enabled. Make sure the account fits all reqirements described in step #2 of Installation section.
2. In order for SpamMover to failover to another node, on the Exchange cluster shared drive (for example, E:) create SpamMover directory. Copy there SpamMover.dll and SpamMoverSetup.exe files. Create there SpamMover_Reactivation.bat batch file that includes the following:
Rem Reactivation of SpamMover
3.Create a cluster resource for SpamMover_Reactivation.bat:
On the active node of the cluster, open the Cluster Administrator.
Right-click on the group corresponding to the Exchange Virtual Server and select New > Resource to start the resource creation wizard.
In the New Resource panel, type
E:
CD \SpamMover
E:\SpamMover\SpamMoverSetup.exe -b
Rem Done
SpamMover_Reactivation
in the Name field.
Select Generic Application as the Resource Type and the group corresponding to the Exchange Virtual Server in the Group field. Click Next.
In the Possible Owners panel, accept the default setting of having both nodes as possible owners and click Next.
In the Dependencies panel, select the Exchange Information Store and the shared drive as dependencies and then click Next.
In the Generic Application Parameters panel, type
CMD /K "E:\SpamMover\SpamMover_Reactivation.bat"
for the command line and
E:\SpamMover
for the current directory.
Select the option to allow application to interact with desktop.
Testing