CatGlobeSMTPEventSink
More actions
<accesscontrol>Main:MyGroup</accesscontrol> 
CatGlobeSMTPEventSink
This module is used for receiving mails sent to CatGlobeās users.
Enclosed with CatGlobe system in folder CatGlobeSMTPEventSink.
Set up: this service is installed by executing batch files
Ignore step 1 if the domain has already been created.
Step 1:
Register a domain name by:
Go to Start -> Run; enter āC:\WINDOWS\system32\inetsrv\iis.mscā to open the IIS console.
Under <Server name>\āDefault SMTP Virtual Serverā, right click on the Domains entry; select New -> āDomainā¦ā to add a new domain name.
Figure 2ā1 Add a new domain wizard
In the āNew SMTP Domain Wizardā, select āAliasā
Figure 2ā2: Enter the domain name
Enter the domain name. This is the one that is used inĀ "Setting up the webconfig file\Communicator module"Ā and "Setting up mail module\Database", ii.
Step 2
Un-register the old version of CatGlobeSMTPEventSinkĀ :
Execute the scripts in UnRegisterSink.bat.
Step 3
Open RegisterSink.bat to edit:
The first command line: including three parts:
The first one is a path that points to regasm.exe.
The second one points to CatGlobeSmtpEventSink.dll. This dll is placed in CatGlobeSMTPEventSink folder.
/codebase: this option is required. Donāt delete or change it.
C:\Windows\Microsoft.NET\FrameWork\v2.0.50727\regasm <path>\CatGlobeSmtpEventSink.dllĀ /codebase
The second command line: What we have to take note is this variable: "RCPT TO=...", which is the domain of emails of your CatGlobe system. Give it the domain name in "Setting up the webconfig file\Communicator module" with ā*@ā prefix. Example:
cscript smtpreg.vbs /add 1 OnArrival CatGlobeMailTransportSubmission CatGlobeSmtpEventSink.CatGlobeMailTransportSubmission "RCPT TO=*@catglobe.dynalias.com"
Step 4
Execute RestartSMTP.bat to restart SMTP mail server. Setting up process is done.
Other helpful tools
EnumSinks.bat: this file lists all sinks that are bound to SMTP mail server. If your email domain is listed here, you have set CatGlobeSMTPEventSink up successfully.
UnRegisterSink.bat: used for un-registering CatGlobeSMTPEventSink. What you have to take note in this file is the path to regasm.exe.

