[Tickets #3570] NEW: smtp authentication fails due to incorrect password

bugs@bugs.horde.org bugs at bugs.horde.org
Tue Mar 7 14:54:20 PST 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3570
-----------------------------------------------------------------------
 Ticket             | 3570
 Created By         | phyre at rogers.com
 Summary            | smtp authentication fails due to incorrect password
 Queue              | MIMP
 Version            | 1.0-BETA
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


phyre at rogers.com (2006-03-07 14:54) wrote:

I'm using composite authentication in Horde to select between mimp and imp.

authentication via IMAP works perfectly and the user can check their mail. 
They, however, are unable to send their mail.  Changing Mimp/lib/Compose.php
from

$params['password'] = Secret::read(Secret::getKey('mimp'),
$_SESSION['imp']['pass']);

to

$params['password'] = Secret::read(Secret::getKey('mimp'),
$_SESSION['mimp']['pass']);

[the change from imp to mimp for the password, seems to have fixed the
issue.  Testing this out, it was using an improper password, as opposed to
passing on the users' login password.  Hence anything requiring SMTP auth
was failing to send with a failed authentication method.






More information about the bugs mailing list