6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/20/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#13567] Horde_SMTP misses horde-auth authentication to SMTP server
*
Your Email Address
*
Spam protection
Enter the letters below:
. ,.__.. .___.. . \./ [__]| _/ |\/| | | ||___./__.| |
Comment
>>> What parameter are you talking about? >> >> these in config backends.php: > > Don't modify imp/config/backends.php. Ever. See the comments in the header. > >> $servers['advanced']['smtp'] = array( >> 'auth' => true, >> 'horde_auth' => true, >> 'debug' => '/tmp/smtp.log', >> 'host' => 'mail.physik.uni-muenchen.de', >> 'port' => 587, >> ); > > Don't override arrays, only the values of individual elements: > > <?php > $servers['advanced']['disabled'] = false; > $servers['advanced']['hordeauth'] = true; > $servers['advanced']['smtp']['debug'] = '/tmp/smtp.log'; > $servers['advanced']['smtp']['host'] = 'mail.physik.uni-muenchen.de'; > > should be sufficient (and works for me). > >> horde_auth is not used anywhere in Horde_smtp (but it worked before >> the change to Horde_SMTP), look into /usr/share/pear/Horde/Smtp.php >> at line 440/441, the code looks only for "username" which is for >> authentication with _one_ fixed account. We need to use horde_auth, >> so that the credentials of the user are used. > > As far as I know, the horde_auth parameter is no longer used. I use > the above configuration without overriding *any* 'smtp' value. > >> I did change these two lines, but later in the code also horde_auth >> is not used.
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