Advertisement
Guest User

Untitled

a guest
Jun 6th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. 17:17:15,484 INFO [StaleAlertEmailNotifier] Queueing message: Stale Alert Notification - There are 4 newly stale entries awaiting review
  2. 17:17:15,484 INFO [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
  3. 17:17:15,484 INFO [STDOUT] DEBUG SMTP: useEhlo true, useAuth false
  4. 17:17:15,484 INFO [STDOUT] DEBUG SMTP: trying to connect to host "mail.c-tr.us", port 25, isSSL false
  5. 17:17:15,531 INFO [STDOUT] 220 mail1.c-tr.us ESMTP Postfix (Debian/GNU)
  6. 17:17:15,531 INFO [STDOUT] DEBUG SMTP: connected to host "mail.c-tr.us", port: 25
  7. 17:17:15,531 INFO [STDOUT] EHLO MNSTAGECAD
  8. 17:17:15,531 INFO [STDOUT] 250-mail1.c-tr.us
  9. 250-PIPELINING
  10. 250-SIZE 10240000
  11. 250-VRFY
  12. 250-ETRN
  13. 250-STARTTLS
  14. 250-ENHANCEDSTATUSCODES
  15. 250-8BITMIME
  16. 250 DSN
  17. 17:17:15,531 INFO [STDOUT] DEBUG SMTP: Found extension "PIPELINING", arg ""
  18. 17:17:15,531 INFO [STDOUT] DEBUG SMTP: Found extension "SIZE", arg "10240000"
  19. 17:17:15,531 INFO [STDOUT] DEBUG SMTP: Found extension "VRFY", arg ""
  20. 17:17:15,531 INFO [STDOUT] DEBUG SMTP: Found extension "ETRN", arg ""
  21. 17:17:15,531 INFO [STDOUT] DEBUG SMTP: Found extension "STARTTLS", arg ""
  22. 17:17:15,531 INFO [STDOUT] DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
  23. 17:17:15,531 INFO [STDOUT] DEBUG SMTP: Found extension "8BITMIME", arg ""
  24. 17:17:15,531 INFO [STDOUT] DEBUG SMTP: Found extension "DSN", arg ""
  25. 17:17:15,531 INFO [STDOUT] DEBUG SMTP: use8bit false
  26. 17:17:15,531 INFO [STDOUT] MAIL FROM:<admin@c-tr.us>
  27. 17:17:15,531 INFO [STDOUT] 250 2.1.0 Ok
  28. 17:17:15,531 INFO [STDOUT] RCPT TO:<admin@c-tr.us>
  29. 17:17:15,546 INFO [STDOUT] 250 2.1.5 Ok
  30. 17:17:15,546 INFO [STDOUT] RCPT TO:<jamesb@crc-corp.com>
  31. 17:17:15,546 INFO [STDOUT] 554 5.7.1 <jamesb@crc-corp.com>: Relay access denied
  32. 17:17:15,546 INFO [STDOUT] RCPT TO:<none>
  33. 17:17:15,546 INFO [STDOUT] 550 5.1.1 <none>: Recipient address rejected: User unknown in local recipient table
  34. 17:17:15,546 INFO [STDOUT] RCPT TO:<temp@temp.com>
  35. 17:17:15,546 INFO [STDOUT] 554 5.7.1 <temp@temp.com>: Relay access denied
  36. 17:17:15,546 INFO [STDOUT] DEBUG SMTP: Valid Unsent Addresses
  37. 17:17:15,546 INFO [STDOUT] DEBUG SMTP: admin@c-tr.us
  38. 17:17:15,546 INFO [STDOUT] DEBUG SMTP: Invalid Addresses
  39. 17:17:15,546 INFO [STDOUT] DEBUG SMTP: jamesb@crc-corp.com
  40. 17:17:15,546 INFO [STDOUT] DEBUG SMTP: none
  41. 17:17:15,546 INFO [STDOUT] DEBUG SMTP: temp@temp.com
  42. 17:17:15,546 INFO [STDOUT] DEBUG SMTP: Sending failed because of invalid destination addresses
  43. 17:17:15,546 INFO [STDOUT] RSET
  44. 17:17:15,546 INFO [STDOUT] 250 2.0.0 Ok
  45. 17:17:15,546 INFO [STDOUT] javax.mail.SendFailedException: Invalid Addresses;
  46. nested exception is:
  47. com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <jamesb@crc-corp.com>: Relay access denied
  48. ;
  49. nested exception is:
  50. com.sun.mail.smtp.SMTPAddressFailedException: 550 5.1.1 <none>: Recipient address rejected: User unknown in local recipient table
  51. ;
  52. nested exception is:
  53. com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <temp@temp.com>: Relay access denied
  54. ;
  55. nested exception is:
  56. com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <temp@temp.com>: Relay access denied
  57. ;
  58. nested exception is:
  59. com.sun.mail.smtp.SMTPAddressFailedException: 550 5.1.1 <none>: Recipient address rejected: User unknown in local recipient table
  60. ;
  61. nested exception is:
  62. com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <temp@temp.com>: Relay access denied
  63. ;
  64. nested exception is:
  65. com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <temp@temp.com>: Relay access denied
  66. 17:17:15,546 INFO [STDOUT] at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1196)
  67. 17:17:15,546 INFO [STDOUT] at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:584)
  68. 17:17:15,546 INFO [STDOUT] at javax.mail.Transport.send0(Transport.java:169)
  69. 17:17:15,546 INFO [STDOUT] at javax.mail.Transport.send(Transport.java:98)
  70. 17:17:15,546 INFO [STDOUT] at crc.lib.messaging.mail.MailDeliveryQueue.sendMessage(MailDeliveryQueue.java:137)
  71. 17:17:15,546 INFO [STDOUT] at crc.lib.messaging.message.QueueManager.run(QueueManager.java:112)
  72. 17:17:15,546 INFO [STDOUT] Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <jamesb@crc-corp.com>: Relay access denied
  73. ;
  74. nested exception is:
  75. com.sun.mail.smtp.SMTPAddressFailedException: 550 5.1.1 <none>: Recipient address rejected: User unknown in local recipient table
  76. ;
  77. nested exception is:
  78. com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <temp@temp.com>: Relay access denied
  79. ;
  80. nested exception is:
  81. com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <temp@temp.com>: Relay access denied
  82. 17:17:15,562 INFO [STDOUT] at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1094)
  83. 17:17:15,562 INFO [STDOUT] ... 5 more
  84. 17:17:15,562 INFO [STDOUT] Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 550 5.1.1 <none>: Recipient address rejected: User unknown in local recipient table
  85. ;
  86. nested exception is:
  87. com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <temp@temp.com>: Relay access denied
  88. 17:17:15,562 INFO [STDOUT] at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1047)
  89. 17:17:15,562 INFO [STDOUT] ... 5 more
  90. 17:17:15,562 INFO [STDOUT] Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <temp@temp.com>: Relay access denied
  91. 17:17:15,562 INFO [STDOUT] at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1094)
  92. 17:17:15,562 INFO [STDOUT] ... 5 more
  93. 17:17:15,562 INFO [STDOUT] QUIT
  94. 17:17:15,562 INFO [STDOUT] 221 2.0.0 Bye
  95. 17:17:15,562 WARN [MailDeliveryQueue] Invalid Email addresses: [jamesb@crc-corp.com, none, temp@temp.com]
  96. 17:17:15,562 WARN [StaleAlertEmailNotifier] Message 'Stale Alert Notification - There are 4 newly stale entries awaiting review' could not be delivered to: [jamesb@crc-corp.com, none, temp@temp.com]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement