Re: SQL-AUTH driver replace for VPOPMAIL-AUTH

2021-02-10 Thread Pablo Murillo
NT !!! The user mas be sent as : USER @ DOMAIN @ DOMAIN_WITH_UNDERSCORES Example: i...@pablomurillo.com.ar@pablomurillo_com_ar If you use roundcube, must be modified too,  rcube_imap.php on connect function $user .= "@" . preg_replace(array("/\./","/\-/"), &qu

Re: SQL-AUTH driver replace for VPOPMAIL-AUTH

2021-02-10 Thread st...@keptprivate.com
the old tables instantly.Sent from my T-Mobile 4G LTE device-- Original message--From: Eric BrochDate: Wed, Feb 10, 2021 2:58 PMTo: dovecot@dovecot.org;Cc: Subject:Re: SQL-AUTH driver replace for VPOPMAIL-AUTHPablo, Can you share your dovecot-sql.conf.ext file for 'one table for each

Re: SQL-AUTH driver replace for VPOPMAIL-AUTH

2021-02-10 Thread Eric Broch
now is working ! On 2/10/2021 3:34 AM, Aki Tuomi wrote: Return the password with {CRAM-MD5} or {MD5-CRYPT} prefix, then dovecot will know the password scheme. Aki On 10/02/2021 05:04 Pablo Murillo wrote:   Hi I'm made a lot of test trying to get SLQ auth driver work with vpopmail/m

Re: SQL-AUTH driver replace for VPOPMAIL-AUTH

2021-02-10 Thread Pablo Murillo
sword scheme. Aki On 10/02/2021 05:04 Pablo Murillo wrote: Hi I'm made a lot of test trying to get SLQ auth driver work with vpopmail/mysql configured with many domains (one table for each domain) Finally I made it work, but ... only with PLAIN password Is there a way to make SQL auth

Re: SQL-AUTH driver replace for VPOPMAIL-AUTH

2021-02-09 Thread Remo Mattei
nd the pass is encrypted. Remo > On Feb 9, 2021, at 19:04, Pablo Murillo wrote: > > Hi > > I'm made a lot of test trying to get SLQ auth driver work with vpopmail/mysql > configured with many domains (one table for each domain) > Finally I made it work, but ... only

Re: SQL-AUTH driver replace for VPOPMAIL-AUTH

2021-02-09 Thread Aki Tuomi
Return the password with {CRAM-MD5} or {MD5-CRYPT} prefix, then dovecot will know the password scheme. Aki > On 10/02/2021 05:04 Pablo Murillo wrote: > > > Hi > > I'm made a lot of test trying to get SLQ auth driver work with > vpopmail/mysql configured with m

Re: SQL-AUTH driver replace for VPOPMAIL-AUTH

2021-02-09 Thread Pablo Murillo
murillo.com.ar>> wrote: Hi I'm made a lot of test trying to get SLQ auth driver work with vpopmail/mysql configured with many domains (one table for each domain) Finally I made it work, but ... only with PLAIN password Is there a way to make SQL auth work with vpopmail/mysql tables with

SQL-AUTH driver replace for VPOPMAIL-AUTH

2021-02-09 Thread Pablo Murillo
Hi I'm made a lot of test trying to get SLQ auth driver work with vpopmail/mysql configured with many domains (one table for each domain) Finally I made it work, but ... only with PLAIN password Is there a way to make SQL auth work with vpopmail/mysql tables with encrypted password (CRA

Re: Auth driver

2019-08-14 Thread Timo Sirainen via dovecot
On 9 Aug 2019, at 15.08, Riccardo Paolo Bestetti via dovecot wrote: > > > Could you point me to any documentation or examples? While I can find many > plugins in the repo and around the Internet, I could find none which add > authdb drivers. https://dovecot.org/patches/2.2/passdb-openam.c <

Re: Auth driver

2019-08-09 Thread Jean-Daniel via dovecot
> authdb drivers. > > Best Regards, > Riccardo P. Bestetti > > > > > > > Da: Aki Tuomi > > Inviato: venerdì 9 agosto 2019 13:56 > > A: Riccardo Paolo Bestetti ; dovecot@dovecot.org > > > Oggetto: Re: Auth driver > > > >

Auth driver

2019-08-09 Thread Riccardo Paolo Bestetti via dovecot
and around the Internet, I could find none which add authdb drivers. Best Regards, Riccardo P. Bestetti Da: Aki Tuomi Inviato: venerdì 9 agosto 2019 13:56 A: Riccardo Paolo Bestetti ; dovecot@dovecot.org Oggetto: Re: Auth driver On 9.8.2019 14.51, Riccardo Paolo Bestetti vi

Re: Auth driver

2019-08-09 Thread Aki Tuomi via dovecot
On 9.8.2019 14.51, Riccardo Paolo Bestetti via dovecot wrote: > Greetings! > > I'm planning to implement a new auth driver. It's going to be, in concept, > similar to the Lua and CheckPassword drivers, in that it allows an user > program to carry out the authentica

Auth driver

2019-08-09 Thread Riccardo Paolo Bestetti via dovecot
Greetings! I'm planning to implement a new auth driver. It's going to be, in concept, similar to the Lua and CheckPassword drivers, in that it allows an user program to carry out the authentication and user enumeration steps. The rationale is that such a solution would provide better