Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

164 lines
7.0 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""winres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#include ""WinpopErrors.rc""\r\n"
  36. "#include ""version.rc""\r\n"
  37. "\0"
  38. END
  39. #endif // APSTUDIO_INVOKED
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // String Table
  43. //
  44. STRINGTABLE DISCARDABLE
  45. BEGIN
  46. IDS_CMD_LISTDOMAINS "\n List of domains\n"
  47. IDS_CMD_LISTDOMAINSEND "\n %d domain(s)"
  48. IDS_CMD_LISTUSERS "\n List of mailboxes: "
  49. IDS_CMD_LISTUSERSEND "\n %d mailbox(es)"
  50. IDS_CMD_STATDOMAINS "Statistics for domains"
  51. IDS_CMD_STATDOMAINSMAILBOXES "Mailboxes"
  52. IDS_CMD_STATDOMAINSDISKUSAGE "Disk Usage"
  53. IDS_CMD_STATDOMAINSMESSAGES "Messages\n"
  54. IDS_CMD_STATUSERS "Statistics for mailboxes: "
  55. IDS_CMD_STATUSERSDISKUSAGE "Disk Usage"
  56. IDS_CMD_STATUSERSMESSAGES "Messages\n"
  57. IDS_CMD_LOGNONE "None"
  58. IDS_CMD_LOGMINIMUM "Minimum"
  59. IDS_CMD_LOGMEDIUM "Medium"
  60. IDS_CMD_LOGMAXIMUM "Maximum"
  61. IDS_CMD_SPAREQUIRED0 "SPA is NOT required"
  62. IDS_CMD_SPAREQUIRED1 "SPA is required"
  63. IDS_LOCKED "LOCKED"
  64. END
  65. STRINGTABLE DISCARDABLE
  66. BEGIN
  67. IDS_WINPOP_USAGE1 "Usage:\r\n\tWINPOP.EXE <cmd> [<paramaters>]\r\n\r\n"
  68. IDS_WINPOP_USAGE2 "Description:\r\n%s administration utility.\r\n\r\n"
  69. IDS_WINPOP_USAGE3 "Supported Commands:\r\n\t ADD, CHANGEPWD, CREATEQUOTAFILE, DEL | DELETE, GET, LIST, LOCK, MIGRATETOAD, SET, STAT, UNLOCK\r\n\r\n"
  70. IDS_WINPOP_USAGE4 "Options:\r\n"
  71. IDS_WINPOP_USAGE5 "\t ADD <domainname> | <user@domainname [/CREATEUSER <password>]>\r\n"
  72. IDS_WINPOP_USAGE6 "\t Note: When creating users in the authentication source a password must be provided\r\n"
  73. IDS_WINPOP_USAGE7 "\t CHANGEPWD <user@domainname> <new password>\r\n"
  74. IDS_WINPOP_USAGE8 "\t CREATEQUOTAFILE <user@domainname> [/USER:user]\r\n"
  75. IDS_WINPOP_USAGE9 "\t Note: Quota files are created by default when adding mailboxes (for SAM and AD authentication)\r\n"
  76. IDS_WINPOP_USAGE10 "\t /USER: To specify a different user account the quota file will reference.\r\n"
  77. IDS_WINPOP_USAGE11 "\t DEL | DELETE <domainname> | <user@domainname [/DELETEUSER]>\r\n"
  78. IDS_WINPOP_USAGE12 "\t GET <property>\r\n"
  79. IDS_WINPOP_USAGE13 "\t LIST [domainname]\r\n"
  80. IDS_WINPOP_USAGE14 "\t LOCK <domainname | user@domainname>\r\n"
  81. IDS_WINPOP_USAGE15 "\t MIGRATETOAD <user@domainname>\r\n"
  82. IDS_WINPOP_USAGE16 "\t SET <property> <value>\r\n"
  83. IDS_WINPOP_USAGE17 "\t STAT [domainname]\r\n"
  84. IDS_WINPOP_USAGE18 "\t UNLOCK <domainname | user@domainname>\r\n"
  85. END
  86. STRINGTABLE DISCARDABLE
  87. BEGIN
  88. IDS_WINPOP_GETSET1 "Usage:\r\n\tWINPOP.EXE < GET <property> | SET <property> <new value> >\r\n\r\n"
  89. IDS_WINPOP_GETSET2 "Properties:\r\n"
  90. IDS_WINPOP_GETSET3 "\t AUTH | AUTHENTICATION - method of authenticating POP3 clients in use by this server\r\n"
  91. IDS_WINPOP_GETSET4 "\t integer value ( default: 1 )\r\n"
  92. IDS_WINPOP_GETSET5 "\t SPAREQUIRED - Required Secured Password Authentication setting.\r\n"
  93. IDS_WINPOP_GETSET6 "\t 0 - SPA is NOT required\r\n"
  94. IDS_WINPOP_GETSET7 "\t 1 - SPA is required\r\n"
  95. IDS_WINPOP_GETSET8 "\t PORT - integer value ( 1 - 65535, default: 110 )\r\n"
  96. IDS_WINPOP_GETSET9 "\t LOGGING - integer value ( default: 1 )\r\n"
  97. IDS_WINPOP_GETSET10 "\t 0 - None\r\n"
  98. IDS_WINPOP_GETSET11 "\t 1 - Minimum\r\n"
  99. IDS_WINPOP_GETSET12 "\t 2 - Medium\r\n"
  100. IDS_WINPOP_GETSET13 "\t 3 - Maximum\r\n"
  101. IDS_WINPOP_GETSET14 "\t MAILROOT - Root directory for email store ( default: \inetpub\mailroot\mailbox\ )\r\n"
  102. IDS_WINPOP_GETSET15 "\t SOCKET - GET | SET all four socket settings in one command\r\n"
  103. IDS_WINPOP_GETSET16 "\t WINPOP GET SOCKET\r\n"
  104. IDS_WINPOP_GETSET17 "\t WINPOP SET SOCKET <SOCKETBACKLOG> <SOCKETMAX> <SOCKETMIN> <SOCKETTHRESHOLD>\r\n"
  105. IDS_WINPOP_GETSET18 "\t SOCKETBACKLOG - integer value ( 0 - 100, default: 5 )\r\n"
  106. IDS_WINPOP_GETSET19 "\t must be greater than 0\r\n"
  107. IDS_WINPOP_GETSET20 "\t SOCKETMAX - integer value ( 1 - 32000, default: 40 )\r\n"
  108. IDS_WINPOP_GETSET21 "\t must be greater than or equal to SOCKETMIN\r\n"
  109. IDS_WINPOP_GETSET22 "\t SOCKETMIN - integer value ( 1 - 32000, default: 10 )\r\n"
  110. IDS_WINPOP_GETSET23 "\t must be greater than or equal to SOCKETTHRESHOLD\r\n"
  111. IDS_WINPOP_GETSET24 "\t SOCKETTHRESHOLD - integer value ( 0 - 100, default: 5 )\r\n"
  112. IDS_WINPOP_GETSET25 "\t must be greater than 0, SOCKETMIN + SOCKETTHRESHOLD can not exceed SOCKETMAX\r\n"
  113. IDS_WINPOP_GETSET26 "\t Special case: may be 0 if SOCKETMIN equals SOCKETMAX\r\n"
  114. IDS_WINPOP_GETSET27 "\t THREADCOUNT - integer value ( 1 - 32, default: 2 )\r\n"
  115. END
  116. STRINGTABLE DISCARDABLE
  117. BEGIN
  118. IDS_SERVICESTATUS_STOPPED_NOLOC "Stopped"
  119. IDS_SERVICESTATUS_STARTPENDING_NOLOC "Start Pending"
  120. IDS_SERVICESTATUS_STOPPENDING_NOLOC "Stop Pending"
  121. IDS_SERVICESTATUS_RUNNING_NOLOC "Running"
  122. IDS_SERVICESTATUS_CONTINUEPENDING_NOLOC "Continue Pending"
  123. IDS_SERVICESTATUS_PAUSEPENDING_NOLOC "Pause Pending"
  124. IDS_SERVICESTATUS_PAUSED_NOLOC "Paused"
  125. END
  126. STRINGTABLE DISCARDABLE
  127. BEGIN
  128. IDS_MESSAGE_POP3SVC_RESTART "The Microsoft POP3 Service needs to be restarted for this change to take effect."
  129. IDS_MESSAGE_POP3SVC_STMP_RESTART "The Microsoft POP3 Service and the Simple Mail Transport Protocol (SMTP) service need to be restarted for this change to take effect."
  130. END
  131. #endif // English (U.S.) resources
  132. /////////////////////////////////////////////////////////////////////////////
  133. #ifndef APSTUDIO_INVOKED
  134. /////////////////////////////////////////////////////////////////////////////
  135. //
  136. // Generated from the TEXTINCLUDE 3 resource.
  137. //
  138. #include "WinpopErrors.rc"
  139. #include "version.rc"
  140. /////////////////////////////////////////////////////////////////////////////
  141. #endif // not APSTUDIO_INVOKED