[Tickets #12255] Re: SMTP authentication broken
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Jun 24 03:06:05 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12255
------------------------------------------------------------------------------
Ticket | 12255
Updated By | busywater at gmail.com
Summary | SMTP authentication broken
Queue | IMP
Version | 6.1.0beta2
Type | Bug
State | Not A Bug
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
busywater at gmail.com (2013-06-24 03:06) wrote:
> I can confirm 'horde_auth' parameter in 'smtp' works (horde
> 5.1.0-git; imp 6.1.0-git):
>
> $servers['imap'] = array(
> 'disabled' => false,
> 'name' => 'IMAP Server',
> 'hostspec' => 'localhost',
> 'hordeauth' => false,
> 'protocol' => 'imap',
> 'port' => 143,
> 'secure' => 'tls',
> 'smtp' => array(
> 'horde_auth' => true,
> ),
> );
>
> horde/config/conf.php:
>
> $conf['mailer']['params']['host'] = 'smtp.gmail.com';
> $conf['mailer']['params']['port'] = 587;
> $conf['mailer']['params']['auth'] = true;
> $conf['mailer']['type'] = 'smtp';
I confirmed the above setting is working while if using SMTP on SSL of
port 465. The following setting must be used instead:
$conf[mailer][params]['host'] = 'ssl://mail.domain.comg';
$conf[mailer][params]['port'] = 465;
$conf[mailer][params]['auth'] = true;
More information about the bugs
mailing list