https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338 --- Comment #90 from David Cook <dcook@prosentient.com.au> --- I actually had Dovecot use a local Postfix as a relay, but really I think so long as you point it anywhere it's OK. You do need to configure the submission relay though or else it won't even try to authenticate I think... I'd have to double-check that. -- I've been thinking about OAuth2 clients... Technically, Koha has "Identity Providers" where Koha is an OAuth2/OIDC client application that connects to Identity Provider servers in order to authenticate end users. Now we have a case where Koha is an OAuth2 client application that connects to SMTP servers in order to authenticate itself for sending emails. I suppose that means that the smtp_servers are the right place conceptually to store OAuth2 credentials, but it still feels weird. But it would be convenient. -- You are receiving this mail because: You are watching all bug changes.