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.

355 lines
9.4 KiB

  1. ;/************************************************************************************************
  2. ;Copyright (c) 2001 Microsoft Corporation;
  3. ;
  4. ;Module Name: Pop3Events.mc
  5. ;Abstract: Message definitions for the POP3 Service.
  6. ;************************************************************************************************/
  7. ;
  8. ;#pragma once
  9. LanguageNames=(English=0x409:Pop3EVTS)
  10. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  11. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  12. Warning=0x2:STATUS_SEVERITY_WARNING
  13. Error=0x3:STATUS_SEVERITY_ERROR)
  14. ;/************************************************************************************************
  15. ;Event Log Categories
  16. ;************************************************************************************************/
  17. MessageId = 1
  18. SymbolicName = EVENTCAT_POP3SERVER
  19. Language = English
  20. POP3 Service
  21. .
  22. MessageId =
  23. SymbolicName = EVENTCAT_POP3STOREDRIVER
  24. Language = English
  25. POP3 SMTP Store Driver
  26. .
  27. ;/************************************************************************************************
  28. ;Microsoft POP3 Service Messages
  29. ;************************************************************************************************/
  30. MessageId = 1000
  31. Severity = Success
  32. SymbolicName = EVENT_POP3_SERVER_STARTED
  33. Language = English
  34. The Microsoft POP3 Service started successfully.
  35. .
  36. MessageId =
  37. Severity = Success
  38. SymbolicName = EVENT_POP3_SERVER_STOPPED
  39. Language = English
  40. The Microsoft POP3 Service stopped successfully.
  41. .
  42. MessageId =
  43. Severity = Error
  44. SymbolicName = EVENT_POP3_SERVER_STOP_ERROR
  45. Language = English
  46. The Microsoft POP3 Service stopped with error code %1.
  47. .
  48. MessageId =
  49. Severity = Error
  50. SymbolicName = EVENT_POP3_NO_CONFIG_DATA
  51. Language = English
  52. The Microsoft POP3 Service can not read configuration data from registry, check setup and the registry.
  53. .
  54. MessageId =
  55. Severity = Error
  56. SymbolicName = EVENT_POP3_UNEXPECTED_ERROR
  57. Language = English
  58. The Microsoft POP3 Service got an unexpected error.
  59. .
  60. MessageID =
  61. Severity = Error
  62. SymbolicName = POP3SVR_FAIL_TO_START
  63. Language = English
  64. The POP3 Service failed to start. The error returned is <%1>.
  65. .
  66. MessageID =
  67. Severity = Error
  68. SymbolicName = EVENT_POP3_COM_INIT_FAIL
  69. Language = English
  70. The POP3 Service failed to initialize COM enviroment, CoInitialize() Failed.
  71. .
  72. MessageID =
  73. Severity = Error
  74. SymbolicName = POP3SVR_NO_SECURITY_INIT_FAIL
  75. Language = English
  76. The POP3 Service failed to initialize Security Package. The error return is <%1>.
  77. .
  78. MessageID =
  79. Severity = Error
  80. SymbolicName = POP3SVR_FAIL_TO_CREATE_IO_COMP_PORT
  81. Language = English
  82. The POP3 Service failed to create IO Completion Port. The error returned is <%1>.
  83. .
  84. MessageID =
  85. Severity = Error
  86. SymbolicName = POP3SVR_NOT_ENOUGH_MEMORY
  87. Language = English
  88. The POP3 Service can not allocate memory for necessary objects.
  89. .
  90. MessageID =
  91. Severity = Error
  92. SymbolicName = POP3SVR_FAILED_TO_CREATE_THREAD
  93. Language = English
  94. The POP3 Service failed to create a thread. The error returned is <%1>.
  95. .
  96. MessageID =
  97. Severity = Error
  98. SymbolicName = POP3SVR_FAILED_TO_CREATE_SOCKET
  99. Language = English
  100. The POP3 Service failed to create a socket. The error returned is <%1>.
  101. .
  102. MessageID =
  103. Severity = Error
  104. SymbolicName = POP3SVR_FAILED_TO_BIND_MAIN_SOCKET
  105. Language = English
  106. The POP3 Service failed to bind the main socket. The error returned is <%1>.
  107. .
  108. MessageID =
  109. Severity = Error
  110. SymbolicName = POP3SVR_FAILED_TO_LISTEN_ON_MAIN_SOCKET
  111. Language = English
  112. The POP3 Service failed to listen on the main socket. The error returned is <%1>.
  113. .
  114. MessageID =
  115. Severity = Error
  116. SymbolicName = POP3SVR_WINSOCK_FAILED_TO_INIT
  117. Language = English
  118. The POP3 Service can not initialize WinSock 2.0. The error returned is <%1>.
  119. .
  120. MessageID =
  121. Severity = Error
  122. SymbolicName = POP3SVR_WINSOCK_FAILED_TO_CLEANUP
  123. Language = English
  124. The POP3 Service got error unloading WinSock 2.0. The error returned is <%1>.
  125. .
  126. MessageID =
  127. Severity = Error
  128. SymbolicName = POP3SVR_CALL_ACCEPTEX_FAILED
  129. Language = English
  130. The POP3 Service got error when calling AcceptEx to add sockets for new connections. The error returned is <%1>.
  131. .
  132. MessageID =
  133. Severity = Error
  134. SymbolicName = POP3SVR_SOCKET_REQUEST_BEFORE_INIT
  135. Language = English
  136. The POP3 Service got an request before initialization was finished.
  137. .
  138. MessageID =
  139. Severity = Error
  140. SymbolicName = POP3SVR_CREATE_ADDITIONAL_SOCKET_FAILED
  141. Language = English
  142. The POP3 Service can not create additional sockets.
  143. .
  144. MessageID =
  145. Severity = Error
  146. SymbolicName = POP3SVR_INIT_AUTH_METHOD_FAILED
  147. Language = English
  148. The POP3 Service can not initialize authentication methods, check the settings of the POP3 Service.
  149. .
  150. MessageID =
  151. Severity = Error
  152. SymbolicName = POP3SVR_START_FAILED_EXCHANGE
  153. Language = English
  154. The POP3 Service can not start when Exchange Server is installed.
  155. .
  156. MessageID =
  157. Severity = Error
  158. SymbolicName = POP3SVR_INIT_CREATE_EVENT_FAILED
  159. Language = English
  160. The POP3 Service can not create needed events, the error returned is <%1>.
  161. .
  162. MessageID =
  163. Severity = Error
  164. SymbolicName = POP3SVR_MAILROOT_ACCESS_DENIED
  165. Language = English
  166. The mailbox <%1> could not be opened because the POP3 service does not have rights to the mailbox directory.
  167. .
  168. MessageID =
  169. Severity = Error
  170. SymbolicName = POP3SVR_UNSUPPORTED_OS
  171. Language = English
  172. The POP3 Service could not start because it is installed on an unsupported version of Windows.
  173. .
  174. MessageID =
  175. Severity = Warning
  176. SymbolicName = POP3SVR_MAX_LOGON_FAILURES
  177. Language = English
  178. The maximun number of failed logon attempts reached by user account <%1>.
  179. .
  180. MessageID =
  181. Severity = Error
  182. SymbolicName = POP3SVR_AUTH_METHOD_INVALID
  183. Language = English
  184. The POP3 Service could not start because the POP3 authentication method is invalid for this Windows configuration.
  185. .
  186. ;/************************************************************************************************
  187. ;Microsoft POP3 SMTP Store Driver Messages
  188. ;************************************************************************************************/
  189. MessageId = 2000
  190. Severity = Success
  191. SymbolicName = POP3_SMTPSINK_STARTED
  192. Language = English
  193. The Microsoft POP3 SMTP Store Driver started successfully.
  194. .
  195. MessageId =
  196. Severity = Success
  197. SymbolicName = POP3_SMTPSINK_STOPPED
  198. Language = English
  199. The Microsoft POP3 SMTP Store Driver stopped successfully.
  200. .
  201. MessageId =
  202. Severity = Error
  203. SymbolicName = POP3_SMTPSINK_CREATEEVENT_FAILED
  204. Language = English
  205. The Microsoft POP3 SMTP Store Driver failed calling CreateEvent.
  206. .
  207. MessageId =
  208. Severity = Error
  209. SymbolicName = POP3_SMTPSINK_QI_MAILMSGRECIPIENTS_FAILED
  210. Language = English
  211. The Microsoft POP3 SMTP Store Driver failed calling QueryInterface for IID_IMailMsgRecipients.
  212. .
  213. MessageId =
  214. Severity = Error
  215. SymbolicName = POP3_SMTPSINK_GET_IMMPID_RP_ADDRESS_SMTP_FAILED
  216. Language = English
  217. The Microsoft POP3 SMTP Store Driver failed calling GetString Recipient SMTP Address.
  218. .
  219. MessageId =
  220. Severity = Error
  221. SymbolicName = POP3_SMTPSINK_CREATEMAIL_FAILED
  222. Language = English
  223. The Microsoft POP3 SMTP Store Driver failed calling CreateMail.
  224. .
  225. MessageId =
  226. Severity = Error
  227. SymbolicName = POP3_SMTPSINK_ASSOCIATEFILE_FAILED
  228. Language = English
  229. The Microsoft POP3 SMTP Store Driver failed calling AssociateFile.
  230. .
  231. MessageId =
  232. Severity = Error
  233. SymbolicName = POP3_SMTPSINK_COPYCONTENTTOFILE_FAILED
  234. Language = English
  235. The Microsoft POP3 SMTP Store Driver failed calling IMailMsgProperties::CopyContentToFile.
  236. .
  237. MessageId =
  238. Severity = Error
  239. SymbolicName = POP3_SMTPSINK_CLOSEMAIL_FAILED
  240. Language = English
  241. The Microsoft POP3 SMTP Store Driver failed calling CloseMail.
  242. .
  243. MessageId =
  244. Severity = Error
  245. SymbolicName = POP3_SMTPSINK_GET_IMMPID_RP_RECIPIENT_FLAGS_FAILED
  246. Language = English
  247. The Microsoft POP3 SMTP Store Driver failed getting the mail recipient delivery flags.
  248. .
  249. MessageId =
  250. Severity = Error
  251. SymbolicName = POP3_SMTPSINK_PUT_IMMPID_RP_RECIPIENT_FLAGS_FAILED
  252. Language = English
  253. The Microsoft POP3 SMTP Store Driver failed marking the mail recipient delivery flags.
  254. .
  255. MessageId =
  256. Severity = Error
  257. SymbolicName = POP3_SMTPSINK_DUPLICATEPROCESSTOKEN_FAILED
  258. Language = English
  259. The Microsoft POP3 SMTP Store Driver failed duplicating the process token.
  260. .
  261. MessageId =
  262. Severity = Error
  263. SymbolicName = POP3_SMTPSINK_SETTHREADTOKEN_FAILED
  264. Language = English
  265. The Microsoft POP3 SMTP Store Driver failed to set the thread token.
  266. .
  267. MessageId =
  268. Severity = Error
  269. SymbolicName = POP3_SMTPSINK_RESETTHREADTOKEN_FAILED
  270. Language = English
  271. The Microsoft POP3 SMTP Store Driver failed to reset the thread token.
  272. .
  273. MessageId =
  274. Severity = Error
  275. SymbolicName = POP3_SMTPSINK_READFILE_FAILED
  276. Language = English
  277. The Microsoft POP3 SMTP Store Driver failed reading the message.
  278. .
  279. MessageId =
  280. Severity = Error
  281. SymbolicName = POP3_SMTPSINK_WRITEFILE_FAILED
  282. Language = English
  283. The Microsoft POP3 SMTP Store Driver failed writing the message.
  284. .
  285. MessageId =
  286. Severity = Informational
  287. SymbolicName = POP3_SMTPSINK_MESSAGEDELIERY_FAILED_OUTOFDISK
  288. Language = English
  289. The Microsoft POP3 SMTP Store Driver failed writing the message. There is not enough space on the disk or disk quota exceeded.
  290. .
  291. MessageId =
  292. Severity = Warning
  293. SymbolicName = POP3_SMTPSINK_MESSAGEDELIVERY_FAILED
  294. Language = English
  295. The Microsoft POP3 SMTP Store Driver failed delivering the message. There may be a previous Error message with more details.
  296. .