| Summary | Server requires authentication |
| Queue | IMP |
| Queue Version | FRAMEWORK_5_2 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | contemple.la.nuit (at) gmail (dot) com |
| Created | 02/24/2020 (2199 days ago) |
| Due | |
| Updated | 02/25/2020 (2198 days ago) |
| Assigned | |
| Resolved | 02/25/2020 (2198 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Please use the mailing lists to ask for support.
https://www.horde.org/community/mail/ contains a list of all available
mailing lists.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Server requires authentication
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
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