Re: lmd support -- available as an 'add on', or just 'compiled in'?

2020-07-08 Thread PGNet Dev
On 7/6/20 2:52 PM, Viktor Dukhovni wrote: > Well, Fedora 31 does provide separate packages for multiple optional > lookup table drivers: > > postfix-cdb.x86_64 : Postfix CDB map support > postfix-ldap.x86_64 : Postfix LDAP map support > postfix-mysql.x86_64 : Postfix MySQL map

Re: lmd support -- available as an 'add on', or just 'compiled in'?

2020-07-06 Thread Viktor Dukhovni
On Mon, Jul 06, 2020 at 02:13:44PM -0700, PGNet Dev wrote: > If I've got to do the full build ANYWAY, in order to build & 'get' the > db plugin to install alongside the distro-pkg'd, lmdb-less, postfix > install -- there's really no point :-/ Well, Fedora 31 does provide separate packages for

Re: lmd support -- available as an 'add on', or just 'compiled in'?

2020-07-06 Thread PGNet Dev
On 7/6/20 2:38 PM, Wietse Venema wrote: > The plugin MUST be built with the exact same source code That I figured. > and the > exact same compiler options that Postfix was built with. that hadn't dawned on me yet. > If there are differences then you end up with a Frankenstein monster > with

Re: lmd support -- available as an 'add on', or just 'compiled in'?

2020-07-06 Thread Wietse Venema
PGNet Dev: > what i was digging around about was whether it was possible to > build/extract/install just the plugin ... in a similar manner to > phpize/compile (or pear or pecl install) a php plugin. > > i.e. --- lazy person's "just the plugin" install. > > seems N/A for F32 (that's a different

Re: lmd support -- available as an 'add on', or just 'compiled in'?

2020-07-06 Thread PGNet Dev
>> Various OS distributions build separate packages for the Postfix >> database table drivers. For example, in Fedora 31: >> >> $ rpm -qf /usr/lib64/postfix/postfix-cdb.so >> postfix-cdb-3.4.13-1.fc31.x86_64 >> >> I don't see a similar package for lmdb in Fedora 31, but there is >> for

Re: lmd support -- available as an 'add on', or just 'compiled in'?

2020-07-06 Thread PGNet Dev
On 7/6/20 11:01 AM, Viktor Dukhovni wrote: > Various OS distributions build separate packages for the Postfix > database table drivers. For example, in Fedora 31: > > $ rpm -qf /usr/lib64/postfix/postfix-cdb.so > postfix-cdb-3.4.13-1.fc31.x86_64 > > I don't see a similar package for

Re: lmd support -- available as an 'add on', or just 'compiled in'?

2020-07-06 Thread Scott Kitterman
On July 6, 2020 6:01:28 PM UTC, Viktor Dukhovni wrote: >On Mon, Jul 06, 2020 at 10:13:11AM -0700, PGNet Dev wrote: > >> I build/use Postfix with LMDB. Works great. >> >> Looking at distro packages, don't alway find LMDB support compiled >in. >> >> I can certainly rebuild my own, but wanted

Re: lmd support -- available as an 'add on', or just 'compiled in'?

2020-07-06 Thread Viktor Dukhovni
On Mon, Jul 06, 2020 at 10:13:11AM -0700, PGNet Dev wrote: > I build/use Postfix with LMDB. Works great. > > Looking at distro packages, don't alway find LMDB support compiled in. > > I can certainly rebuild my own, but wanted to check first: Various OS distributions build separate packages

Re: lmd support -- available as an 'add on', or just 'compiled in'?

2020-07-06 Thread PGNet Dev
On 7/6/20 10:32 AM, Wietse Venema wrote: > You can build plugins separately from Postfix, but it will not be > supported. noted, and found it I believe: http://www.postfix.org/INSTALL.html#build_dll will give it a whirl ... thx

Re: lmd support -- available as an 'add on', or just 'compiled in'?

2020-07-06 Thread Wietse Venema
PGNet Dev: > I build/use Postfix with LMDB. Works great. > > Looking at distro packages, don't alway find LMDB support compiled in. > > I can certainly rebuild my own, but wanted to check first: > > Reading > > http://www.postfix.org/LMDB_README.html > "To build Postfix with LMDB

lmd support -- available as an 'add on', or just 'compiled in'?

2020-07-06 Thread PGNet Dev
I build/use Postfix with LMDB. Works great. Looking at distro packages, don't alway find LMDB support compiled in. I can certainly rebuild my own, but wanted to check first: Reading http://www.postfix.org/LMDB_README.html "To build Postfix with LMDB support, use something like