[Tickets #12255] Re: SMTP authentication broken
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu May 23 02:33:55 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 | lfbm.andamentos 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 |
------------------------------------------------------------------------------
lfbm.andamentos at gmail.com (2013-05-23 02:33) 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';
More information about the bugs
mailing list