https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338
--- Comment #97 from David Cook <[email protected]> --- (In reply to Chris Slone from comment #96) > Thanks for the work on this. We were affected by the change in MS's SMTP > requirements and are sending via AWS and having way more delivery issues. Sorry to hear about that. I'm hoping to get some new patches up this weekend if I'm lucky. Currently, I have one Koha library using Microsoft, and for them I'm using the XOAUTH2 SASL plugin https://github.com/tarickb/sasl-xoauth2 with Postfix. I also wrote my own XOAUTH2 SASL plugin at https://github.com/minusdavid/simple-sasl-xoauth2 . For my SASL plugin to work with Postfix, it needs another component which I haven't published yet though, although it's a component that is fairly trivial to make. For support within Koha, I'm planning to test out my idea for expanding SMTP authentication options or maybe even Email Transport options using Koha plugins. The latter might actually be better because then we could bundle up the dependencies that Koha would need for it... -- You are receiving this mail because: 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/
