https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338

            Bug ID: 38338
           Summary: Add support for XOAUTH2 authentication for SMTP
                    servers
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Both Google and Microsoft have been pushing XOAUTH2 for SMTP AUTH over the
traditional basic username/password authentication for some time now and we
haven't really had a good answer for Koha admins. 

For SMTP connections in Koha, we use Email::Sender::Transport::SMTP::Persistent
which uses Authen::SASL which uses libsasl2 (if available) or a pure Perl
fallback. 

Out of the box, neither libsasl2 nor Authen::SASL::Perl provides XOAUTH2
support.

However, there are a number of SASL plugins out there. I'll explain more in the
comments.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to