6.0.0-beta1
7/8/25

[#14993] Server requires authentication
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 (1961 days ago)
Due
Updated 02/25/2020 (1960 days ago)
Assigned
Resolved 02/25/2020 (1960 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/25/2020 01:44:38 PM Jan Schneider State ⇒ Not A Bug
 
02/24/2020 08:24:18 PM horde+build (at) de-korte (dot) org Comment #2 Reply to this comment
This is a support question, not a bug report.

Please use the mailing lists to ask for support.

https://www.horde.org/community/mail/ contains a list of all available 
mailing lists.
02/24/2020 08:15:41 PM contemple (dot) la (dot) nuit (at) gmail (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Server requires authentication
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
Reply to this comment
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

Saved Queries