[Tickets #14993] Server requires authentication
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Feb 24 20:15:41 UTC 2020
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/14993
------------------------------------------------------------------------------
Ticket | 14993
Created By | contemple.la.nuit at gmail.com
Summary | Server requires authentication
Queue | IMP
Version | FRAMEWORK_5_2
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
contemple.la.nuit at gmail.com (2020-02-24 20:15) wrote:
Hello,
Trying to send message or do anything else with SMTP part with Horde
5.2.2 (Debian package 10.3), but no way..
Here's my conf :
$servers['advanced'] = array(
// Disabled by default
'disabled' => false,
'name' => 'Advanced IMAP Server',
'hostspec' => 'mail.mydomain.org',
'horde_auth' => true,
'protocol' => 'imap',
'port' => 993,
'secure' => 'tlsv1',
'maildomain' => '',
'cache' => true,
'smtp' => array(
'debug' => true,
'horde_auth' => true,
'host' => 'mail.mydomain.org',
'port' => 587,
'secure' => 'tls'
),
IMAP part is working like a charm, got my mail, can read everything,
it's ok. But, it seem that I can't use SMTP with TLS or SSL.
My error message is :
Server requires authentication. 5.7.0 Must issue a STARTTLS command first
what's wrong ?
Thanks
More information about the bugs
mailing list