Bug 321393 - Request: AUTH LOGIN support
Summary: Request: AUTH LOGIN support
Status: RESOLVED INTENTIONAL
Alias: None
Product: trojita
Classification: Applications
Component: SMTP (other bugs)
Version First Reported In: git
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Trojita default assignee
URL:
Keywords:
Depends on: 321376
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-19 15:44 UTC by Nicolás Sirolli
Modified: 2014-03-10 20:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolás Sirolli 2013-06-19 15:44:55 UTC
Feature request: AUTH LOGIN support for the SMTP protocol

Reproducible: Always
Comment 1 Jan Kundrát 2014-03-10 13:12:42 UTC
Sorry for confusion. It seems that "AUTH LOGIN" is a non-standard mechanism which was never standardized -- it certainly is not listed at [1]. I have yet to see an SMTP server which supports AUTH=LOGIN, but does not support AUTH=PLAIN.

One common source of troubles is that the cleartext authentication mechanisms like PLAIN and LOGIN are often only enabled after the client has issued STARTTLS, or connected via SSL/TLS. Are you sure this is not the situation you're hitting?

Sorry for a late reply. I'm closing this because I believe that support for AUTH LOGIN is in fact not required. Please reopen this report if you disagree.

[1] http://www.iana.org/assignments/sasl-mechanisms
Comment 2 Thomas Lübking 2014-03-10 20:12:51 UTC
"Another plaintext mechanism is LOGIN. It's typically used only by SMTP servers to let Outlook clients perform SMTP authentication. Note that LOGIN mechanism is not the same as IMAP's LOGIN command. The LOGIN command is internally handled using PLAIN mechanism."

http://wiki2.dovecot.org/Authentication/Mechanisms