[Tickets #12747] Smtp auth port 465

noreply at bugs.horde.org noreply at bugs.horde.org
Wed Oct 9 06:30:12 UTC 2013


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

Ticket URL: http://bugs.horde.org/ticket/12747
------------------------------------------------------------------------------
  Ticket             | 12747
  Created By         | par.aronsson at telia.com
  Summary            | Smtp auth port 465
  Queue              | IMP
  Version            | 6.1.4
  Type               | Bug
  State              | Unconfirmed
  Priority           | 3. High
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


par.aronsson at telia.com (2013-10-09 06:30) wrote:

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?







More information about the bugs mailing list