Advertisement
bwuhlman

Horde (4.0.11) authentication failed after password reset

Nov 3rd, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. A fatal error has occurred
  2. IMAP server denied authentication.
  3.  
  4. 1. require() /srv/www/webmail/imp/index.php:19
  5. 2. Horde_Imap_Client_Base->openMailbox() /srv/www/webmail/imp/mailbox.php:86
  6. 3. Horde_Imap_Client_Base->login() /usr/share/php/Horde/Imap/Client/Base.php:808
  7. 4. Horde_Imap_Client_Socket->_login() /usr/share/php/Horde/Imap/Client/Base.php:609
  8. 5. Horde_Imap_Client_Base->_exception() /usr/share/php/Horde/Imap/Client/Socket.php:422
  9.  
  10. Details
  11. The full error message is logged in Horde's log file, and is shown below only to administrators. Non-administrative users will not see error details.
  12.  
  13. Horde_Imap_Client_Exception Object
  14. (
  15. [details] =>
  16. [message:protected] => IMAP server denied authentication.
  17. [string:Exception:private] =>
  18. [code:protected] => 102
  19. [file:protected] => /usr/share/php/Horde/Imap/Client/Base.php
  20. [line:protected] => 220
  21. [trace:Exception:private] => Array
  22. (
  23. [0] => Array
  24. (
  25. [file] => /usr/share/php/Horde/Imap/Client/Socket.php
  26. [line] => 422
  27. [function] => _exception
  28. [class] => Horde_Imap_Client_Base
  29. [type] => ->
  30. [args] => Array
  31. (
  32. [0] => IMAP server denied authentication.
  33. [1] => LOGIN_AUTHENTICATIONFAILED
  34. )
  35.  
  36. )
  37.  
  38. [1] => Array
  39. (
  40. [file] => /usr/share/php/Horde/Imap/Client/Base.php
  41. [line] => 609
  42. [function] => _login
  43. [class] => Horde_Imap_Client_Socket
  44. [type] => ->
  45. [args] => Array
  46. (
  47. )
  48.  
  49. )
  50.  
  51. [2] => Array
  52. (
  53. [file] => /usr/share/php/Horde/Imap/Client/Base.php
  54. [line] => 808
  55. [function] => login
  56. [class] => Horde_Imap_Client_Base
  57. [type] => ->
  58. [args] => Array
  59. (
  60. )
  61.  
  62. )
  63.  
  64. [3] => Array
  65. (
  66. [file] => /srv/www/webmail/imp/mailbox.php
  67. [line] => 86
  68. [function] => openMailbox
  69. [class] => Horde_Imap_Client_Base
  70. [type] => ->
  71. [args] => Array
  72. (
  73. [0] => IMP_Mailbox Object
  74. (
  75. [cache] => Array
  76. (
  77. [n] => Array
  78. (
  79. [0] => .
  80. [4] => 1
  81. )
  82.  
  83. [d] => Inbox
  84. [ro] =>
  85. [a] =>
  86. )
  87.  
  88. [changed] => 0
  89. [_import:protected] =>
  90. [_mbox:protected] => INBOX
  91. )
  92.  
  93. [1] => 2
  94. )
  95.  
  96. )
  97.  
  98. [4] => Array
  99. (
  100. [file] => /srv/www/webmail/imp/index.php
  101. [line] => 19
  102. [args] => Array
  103. (
  104. [0] => /srv/www/webmail/imp/mailbox.php
  105. )
  106.  
  107. [function] => require
  108. )
  109.  
  110. )
  111.  
  112. [previous:Exception:private] =>
  113. )
  114.  
  115.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement