home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / smtp.ins < prev    next >
Text File  |  1997-08-25  |  2KB  |  61 lines

  1. ;    Copyright (c) 1993-1996 Microsoft Corporation  All rights reserved.
  2. ;
  3. ;    This file is used to INSTALL an internet gateway.
  4. ;
  5.  
  6. ;
  7. ;    Talking to the Service Manager
  8. ;
  9.  
  10. ;        ServiceManager(SMTP)
  11. CreateService:MSExchangeIMC;Microsoft Exchange Internet Mail Connector;connect\msexcimc\bin\msexcimc.exe;MSExchangeIS$MSExchangeMTA$Tcpip$
  12.  
  13.  
  14.  
  15.  
  16. ;        Miscellaneous
  17. OpenMachineKey:SYSTEM\CurrentControlSet\Services
  18. CreateSecureKey:MSExchangeIMC\Parameters
  19. CreateKey:MSExchangeIMC\Linkage
  20. CreateSecureKey:MSExchangeIMC\Diagnostics
  21. CloseKey:
  22. OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeIMC\Linkage
  23. ReplaceMultiString:Export;MSEXCHANGEIMC$
  24. CloseKey:
  25. OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeIMC\Parameters
  26. SetString:RootDir;%s\imcdata
  27. SetDword:UseRTFText;0x01
  28. SetDword:HonorSenderField;0x01
  29. CloseKey:
  30. OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeIMC\Diagnostics
  31. SetDword:1 Initialization/Termination;0x00
  32. SetDword:3 Addressing;0x00
  33. SetDword:4 Message Transfer;0x00
  34. SetDword:5 SMTP Interface Events;0x00
  35. SetDword:6 Internal Processing;0x00
  36. SetDword:7 SMTP Protocol Log;0x00
  37. SetDword:8 Message Archival;0x00
  38. CloseKey:
  39.  
  40. ;        diagnostics message file
  41. OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeIMC
  42. ReplaceString:DiagnosticsMessageFile;imcmsg.dll
  43. CloseKey:
  44.  
  45.  
  46.  
  47. OpenMachineKey:SYSTEM\CurrentControlSet\Services
  48. CreateKey:MSExchangeIMC\Performance
  49. CloseKey:
  50.  
  51. OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeIMC\Performance
  52. ReplaceString:Close;ClosePerformanceData
  53. ReplaceString:Collect;CollectPerformanceData
  54. ReplaceString:Library;%s\bin\imsperf.dll
  55. ReplaceString:Open;OpenPerformanceData
  56. CloseKey:
  57.  
  58.  
  59.  
  60.  
  61.