Re: SQL-AUTH driver replace for VPOPMAIL-AUTH

2021-02-10 Thread st...@keptprivate.com
It seems like it would be possible to use a view table (with a union query) to "make" the many domain style table out of the tables by domain. You wouldn't want to do that if you were adding domains often... but it should make the dovecot auth for many domains work on top of the old tables

Re: dovecot 2.3.13 : make check FAILURE : Assert failed: buffer_append_full_file

2021-01-16 Thread st...@keptprivate.com
I was experiencing multiple failures with make check on a fresh installation of CentOS 8.3.The solution for me was to use mock instead of rpmbuild. (I was not building as root with rpmbuild.) With mock all tests were successful. Sent from my T-Mobile 4G LTE device-- Original

Re: status of test code

2021-01-10 Thread st...@keptprivate.com
Update:I was finally able to build 2.3.13 on centos 8 (8.3). I managed this by going back to the qmailtoaster spec file, removing a few things no longer relevant (vpopmail) and disabling all the tests. Most tests were still running but there were also many that did not. The good news is the

Dovecot 2.3.13 source rpm build fails on Centos 8

2021-01-07 Thread st...@keptprivate.com
I tried to post this in a more nuanced way, but the fact is the latest source RPM does not build on the latest Centos 8.> + sed -i 's|/etc/ssl|/etc/pki/dovecot|' doc/mkcert.sh doc/example-config/conf.d/10-ssl.conf > + '[' -e buildinfo.commit ']' > ++ head -1 buildinfo.commit > +

Re: problem building on centos 8 (8.3 kernel)

2021-01-07 Thread st...@keptprivate.com
because I'm stuck and at something of a loss on what to try next. My first thought is to look at spec file revisions.SteveSent from my T-Mobile 4G LTE device-- Original message--From: Aki TuomiDate: Thu, Jan 7, 2021 3:10 AMTo: st...@keptprivate.com;dovecot@dovecot.org;Cc: Subject:Re: problem

Re: problem building on centos 8 (8.3 kernel)

2021-01-07 Thread st...@keptprivate.com
from my T-Mobile 4G LTE device-- Original message--From: Aki TuomiDate: Thu, Jan 7, 2021 3:10 AMTo: st...@keptprivate.com;dovecot@dovecot.org;Cc: Subject:Re: problem building on centos 8 (8.3 kernel)> On 07/01/2021 03:57 st...@keptprivate.com wrote: > > > Hi, > > I

Re: problem building on centos 8 (8.3 kernel)

2021-01-07 Thread st...@keptprivate.com
TuomiDate: Thu, Jan 7, 2021 3:10 AMTo: st...@keptprivate.com;dovecot@dovecot.org;Cc: Subject:Re: problem building on centos 8 (8.3 kernel)> On 07/01/2021 03:57 st...@keptprivate.com wrote: > > > Hi, > > I'm converting from qmailtoaster/vpopmail build. > When I try to