QOS.ch JIRA

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • logback-core
  • LBCORE-17

SMTPAppenderBase: authentication options request

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: unspecified
  • Fix Version/s: 0.9.10
  • Component/s: Appender
  • Labels:
    None
  • Environment:
    Operating System: All
    Platform: PC
    URL: http://www.nabble.com/Re%3A-SMTPAppender%3A-authentication-option-missing--p10006781.html
  • Bugzilla Id:
    65

Description

I'm trying to use the SMTPAppender but my SMTP server requires that I authenticate, and it appears that SMTPAppenderBase do not provide the necessary authentication options.

I also notice that SMTPAppenderBase uses Transport.send(), and no where does it use transport.connect(...) that accepts username and password.

Activity

  • All
  • Comments
  • History
  • Activity
Hide
Permalink
Ceki Gulcu added a comment - 15/Oct/08 12:04 AM
Fixed.

Added support for plain user password authentication.

Furthermore, support for both STARTTLS and SSL connections were
added. Note that STARTTLS differs from SSL in that, in STARTTLS, the
connection is non-encrypted in the beginning and only after the STARTTLS
command is issued by the client (if the server supports it) does the
connection switch to SSL. In SSL mode, the connection is SSL from the
start.
Show
Ceki Gulcu added a comment - 15/Oct/08 12:04 AM Fixed. Added support for plain user password authentication. Furthermore, support for both STARTTLS and SSL connections were added. Note that STARTTLS differs from SSL in that, in STARTTLS, the connection is non-encrypted in the beginning and only after the STARTTLS command is issued by the client (if the server supports it) does the connection switch to SSL. In SSL mode, the connection is SSL from the start.

People

  • Assignee:
    Logback dev list
    Reporter:
    Hung Tang
Vote (0)
Watch (1)

Dates

  • Created:
    15/Apr/07 11:31 PM
    Updated:
    15/Oct/08 12:04 AM
    Resolved:
    15/Oct/08 12:04 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for logback. Try JIRA - bug tracking software for your team.