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 [#12747] Smtp auth port 465
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . ..__.. ..__. [__)| |[__]|\ || | | |__|| || \||__\
Comment
> ref: http://bugs.horde.org/ticket/12255 > > I previous version of IMP I had to mod my conf as descibed in ticket > 12255 to get smtp auth to work with my ISP when sending mail. Using > backends.local.php : > <?php > $servers['imap']['smtp'] = array( > 'horde_auth' => false, > 'auth' => true, > 'debug' => false, > 'host' => 'ssl://smtp.host.com', > 'imp_auth' => false, > 'localhost' => 'localhost', > 'username' => 'myuname', > 'password' => 'mypass', > 'port' => 465, > ); > > This no longer works with IMP H5 (6.1.4) Final. It croaks with syslog msg: > HORDE: [imp] Error connecting to SMTP server. [0] > php_network_getaddresses: getaddrinfo failed: > > As suggested in backends.php I've tried with removing the "ssl://" > prefix from the host directive and changing to port 587. It doesn't > work, the connectin times out. > > Is this a regression? How can I conf to get things running again? > >
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