Re: Custom Authentication Method

2022-03-01 Thread Kees van Vloten
On 01-03-2022 07:15, Aki Tuomi wrote: On 01/03/2022 03:54 Matthew R wrote: Hi guys, we're using Dovecot/Postfix here for our mail system. I'd like to switch the `passdb` authentication on Dovecot from PAM over to a custom implementation. We'd prefer to have some sort of script check the pass

Re: Custom Authentication Method

2022-02-28 Thread Aki Tuomi
> On 01/03/2022 03:54 Matthew R wrote: > > > Hi guys, we're using Dovecot/Postfix here for our mail system. I'd like to > switch the `passdb` authentication on Dovecot from PAM over to a custom > implementation. We'd prefer to have some sort of script check the password > with an external I

Custom Authentication Method

2022-02-28 Thread Matthew R
Hi guys, we're using Dovecot/Postfix here for our mail system. I'd like to switch the `passdb` authentication on Dovecot from PAM over to a custom implementation. We'd prefer to have some sort of script check the password with an external IAM provider via HTTP. Is there any way we can accomplish th