6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/26/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12255] SMTP authentication broken
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .___.. ..___..__. [__) | \ / | [__] | | \/ | | |
Comment
>> There is no smtp array in 'imp/config/backends.local.php'. This has >> worked since I started using Horde (about three years ago) and uses >> the credentials used for authentication to Horde for SMTP >> authentication. Since the upgrade to the latest beta versions, this >> no longer works. > > This is *exactly* my setup. My SMTP server requires authentication. > I can verify that IMP uses the Horde authentication credentials to > login to the SMTP server. I have no 'smtp' config in IMP's > backends.php. > > My Horde SMTP configuration looks like this: > > $conf['mailer']['params']['host'] = 'localhost'; > $conf['mailer']['params']['port'] = 25; > $conf['mailer']['params']['localhost'] = 'localhost'; > $conf['mailer']['params']['auth'] = true; > $conf['mailer']['type'] = 'smtp'; > > > In IMP's IMP_Factory_Mail, I can verify the following as the > configuration (the $params variable): > > Array > ( > [host] => localhost > [port] => 25 > [localhost] => localhost > [auth] => 1 > [username] => XXX > [password] => YYY > ) > > I can also verify that these credentials are correctly being set in > the SMTP object: > > Horde_Mail_Transport_Smtp Object > ( > [greeting] => > [queuedAs] => > [_smtp:protected] => > [_extparams:protected] => Array > ( > ) > > [sep] => > > [_params:protected] => Array > ( > [auth] => 1 > [debug] => > [host] => localhost > [localhost] => localhost > [password] => YYY > [persist] => > [pipelining] => > [port] => 25 > [timeout] => > [username] => XXX > ) > > ) > > Proof from the mail headers: > > Received: from localhost (localhost.localdomain [127.0.0.1]) > (Authenticated sender: slusarz) > by bigworm.curecanti.org (Postfix) with ESMTPSA id 37A6E7022 > for <slusarz+test@curecanti.org>; Sat, 18 May 2013 14:09:39 -0600 (MDT) > [snip] > User-Agent: Internet Messaging Program (IMP) H5 (6.1.0-git)
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers