Your message dated Mon, 14 Nov 2016 22:00:11 +0000
with message-id <[email protected]>
and subject line Bug#739407: fixed in postfix 3.1.3-3
has caused the Debian Bug report #739407,
regarding Please enable LMDB support
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
739407: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739407
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: postfix
Version: 2.11.0-1
Severity: wishlist
Hi,
Postfix 2.11 gained support for the LMDB database type, which is a flat-file
database access library originated in OpenLDAP. It allows concurrent access and
is therefor well suited for things like postscreen or verify caches.
http://www.postfix.org/LMDB_README.html
http://www.postfix.org/lmdb_table.5.html
Enabling it is easy enough, see attached patch. I compile- and run-tested it
on my development machine. I suggest not splitting it out into a seperate
package (like mysql), because the library is very small.
Best Regards,
Bernhard
>From ec59661f51ca1a297c8a7823c4e0dc257323b0c2 Mon Sep 17 00:00:00 2001
From: Bernhard Schmidt <[email protected]>
Date: Tue, 18 Feb 2014 10:02:43 +0100
Subject: [PATCH] enable LMDB support
---
debian/control | 2 +-
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 93c539f..2089ebe 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: LaMont Jones <[email protected]>
Standards-Version: 3.9.1.0
Homepage: http://www.postfix.org
-Build-Depends: debhelper (>= 7), po-debconf (>= 0.5.0), groff-base, patch, lsb-release, libdb-dev (>=4.6.19), libldap2-dev (>=2.1), libpcre3-dev, libmysqlclient-dev|libmysqlclient15-dev|libmysqlclient14-dev, libssl-dev (>=0.9.7), libsasl2-dev, libpq-dev, libcdb-dev, hardening-wrapper, dpkg-dev (>= 1.15.5), libsqlite3-dev
+Build-Depends: debhelper (>= 7), po-debconf (>= 0.5.0), groff-base, patch, lsb-release, libdb-dev (>=4.6.19), libldap2-dev (>=2.1), libpcre3-dev, libmysqlclient-dev|libmysqlclient15-dev|libmysqlclient14-dev, libssl-dev (>=0.9.7), libsasl2-dev, libpq-dev, libcdb-dev, hardening-wrapper, dpkg-dev (>= 1.15.5), libsqlite3-dev, liblmdb-dev (>=0.9.11~)
Vcs-Browser: http://git.debian.org/?p=users/lamont/postfix.git
Vcs-Git: git://git.debian.org/~lamont/postfix.git
XS-Testsuite: autopkgtest
diff --git a/debian/rules b/debian/rules
index fb28cb6..b6d1a6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,12 +52,13 @@ CCARGS=-DDEBIAN -DMAX_DYNAMIC_MAPS -DHAS_PCRE -DHAS_LDAP -DHAS_SQLITE \
-DHAS_MYSQL -I/usr/include/mysql \
-DHAS_PGSQL -I`pg_config --includedir` \
-DHAS_SQLITE -I/usr/include \
+ -DHAS_LMDB \
-DHAS_SSL -I/usr/include/openssl \
-DUSE_SASL_AUTH -I/usr/include/sasl \
-DUSE_CYRUS_SASL \
-DUSE_TLS
-AUXLIBS =-lssl -lcrypto -lsasl2 -lpthread
+AUXLIBS =-lssl -lcrypto -lsasl2 -lpthread -llmdb
DOCFILES=README_FILES/*_README COMPATIBILITY TODO PORTING
TLSDOCFILES=${TLSSRC}/TLS_TODO ${TLSSRC}/TLS_ACKNOWLEDGEMENTS
--
1.7.10.4
--- End Message ---
--- Begin Message ---
Source: postfix
Source-Version: 3.1.3-3
We believe that the bug you reported is fixed in the latest version of
postfix, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Scott Kitterman <[email protected]> (supplier of updated postfix package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 14 Nov 2016 08:23:13 -0500
Source: postfix
Binary: postfix postfix-ldap postfix-lmdb postfix-cdb postfix-pcre
postfix-mysql postfix-pgsql postfix-sqlite postfix-dev postfix-doc
Architecture: source amd64 all
Version: 3.1.3-3
Distribution: unstable
Urgency: medium
Maintainer: LaMont Jones <[email protected]>
Changed-By: Scott Kitterman <[email protected]>
Description:
postfix - High-performance mail transport agent
postfix-cdb - CDB map support for Postfix
postfix-dev - Loadable modules development environment for Postfix
postfix-doc - Documentation for Postfix
postfix-ldap - LDAP map support for Postfix
postfix-lmdb - LMDB map support for Postfix
postfix-mysql - MySQL map support for Postfix
postfix-pcre - PCRE map support for Postfix
postfix-pgsql - PostgreSQL map support for Postfix
postfix-sqlite - SQLite map support for Postfix
Closes: 666950 694680 739407 842948
Changes:
postfix (3.1.3-3) unstable; urgency=medium
.
* Remove binary specific copyright files - there is virtually no difference
among them anymore so maintaining the same text 10 times is not a good
investment of time
* Update debian/copyright
* Make postfix depend on postfix-sqlite until after stretch release
* Drop postfix-sqlite Depends: postfix to Recommends: to prevent dependency
loop
* Add delmap [map] to all (except sqlite - since postfix depends on it for
now) map type binary prerm so postfix does not believe map types that are
no longer available can be used
* Add pathfind to postinst.functions
* Use restorecon to SE Linux labels in postfix.postinst. Closes: #694680
* Fix broken test in postfix.postinst that caused configuration failures if
hostname was missing. Closes: #842948
.
[Michael Tokarev]
.
* Move sqlite map support to a separate binary since not all systems
otherwise have sqlite installed. Closes: #666950
.
[Thomas Leuxner]
.
* Add LMDB map support in new binary postfix-lmdb. Closes: #739407
Checksums-Sha1:
d1be330309263db3256cd95cb2408880e594cba2 2680 postfix_3.1.3-3.dsc
243eaa3421f3f622acc4b08641f5baa8e983cef0 182572 postfix_3.1.3-3.debian.tar.xz
6c3f7926fc1137e2eb5836cd99ea5ebbf36bda1c 2404
postfix-cdb-dbgsym_3.1.3-3_amd64.deb
973f1559067feb5c86e6ac9ae689c3d99a14f375 310196 postfix-cdb_3.1.3-3_amd64.deb
3aebb200cfd298713bff9c421b1e616fe414d4c0 97632 postfix-dbgsym_3.1.3-3_amd64.deb
d64b4a957ea7007fd7b6adf41cea969e512d9bfd 414690 postfix-dev_3.1.3-3_all.deb
ee4ee0e2daacd3ac1afa08a719a524b1d6703bf6 1163154 postfix-doc_3.1.3-3_all.deb
eeef59eaecd693e2d83230a6079e733f6961b067 3112
postfix-ldap-dbgsym_3.1.3-3_amd64.deb
65c1319113ea331bf560121e29c956a999be1891 317304 postfix-ldap_3.1.3-3_amd64.deb
6510ab6706c0579c91ac9971050464476b78e4fe 2754
postfix-lmdb-dbgsym_3.1.3-3_amd64.deb
730bb845271704b3b4e1205cca131c8a3dccd386 313010 postfix-lmdb_3.1.3-3_amd64.deb
eadb78e5fdb26c4fee7876488b911a452481f55e 2680
postfix-mysql-dbgsym_3.1.3-3_amd64.deb
fa9302fa4c9e2722fcecca2a702409b05064693f 312102 postfix-mysql_3.1.3-3_amd64.deb
e5d1c5cf96ea4052ff0022e3138fef7dd418eba8 2486
postfix-pcre-dbgsym_3.1.3-3_amd64.deb
6cc7639fd1b89ec27bc0b70930a4918bc1ccfe6b 312064 postfix-pcre_3.1.3-3_amd64.deb
efac2894af8a92f15f0685b981f0278dde46d4f1 2634
postfix-pgsql-dbgsym_3.1.3-3_amd64.deb
8db5a827c56f2c03a9d2788cda355c5bfdb0b29e 311866 postfix-pgsql_3.1.3-3_amd64.deb
1ce7e1cbbd4d34824643df4daf652cc6f7ac188c 2456
postfix-sqlite-dbgsym_3.1.3-3_amd64.deb
2748308e7b04c3fbf267e290c5767090943422b6 309948
postfix-sqlite_3.1.3-3_amd64.deb
dde8457167889e5fc03ad5402cf4105ccd7bc98d 10841
postfix_3.1.3-3_20161114T152533z-8d4d75ff.buildinfo
8574988bd2e943da308aecf901e29da5aedaf729 1437866 postfix_3.1.3-3_amd64.deb
Checksums-Sha256:
6d7ceacf009cfe7b7298eb73561c5ed22c1afb33d628bbd24e53ae2333ca9a7c 2680
postfix_3.1.3-3.dsc
23b1d6d775cadd5ffa3fefdadbad95dbe03891b62573079a7ee80f4b56effccc 182572
postfix_3.1.3-3.debian.tar.xz
8d9e1447bd253f8aa970fc9a90baf91f2a9773ee0c00c2a6cab0ad9751c3dba1 2404
postfix-cdb-dbgsym_3.1.3-3_amd64.deb
d52282e359f08f4e1a1c974b485ed1f5419be483f673936c515d10a6b34f2b7c 310196
postfix-cdb_3.1.3-3_amd64.deb
31a758873f7b8897ba8d22451ff5207c81265693b1f8498e9ca0e32e5bcb747e 97632
postfix-dbgsym_3.1.3-3_amd64.deb
6174c9f5f8650dafb600de36c663e62fe79a55a139f82748cccd32e0a8c1f01e 414690
postfix-dev_3.1.3-3_all.deb
5789301467efc3e97f2425341ec81f1d58644fa182b2acfe85bef11d2fd67330 1163154
postfix-doc_3.1.3-3_all.deb
726f29d25fa1f1b6242647bdfe82ecfde2736cab868399e4a5395f028373c879 3112
postfix-ldap-dbgsym_3.1.3-3_amd64.deb
e580b18ee75667d2b0a00262744a7ae7190fc35446a44b5ddba108d404638756 317304
postfix-ldap_3.1.3-3_amd64.deb
9b4044609014121cfac1747e7cf7f5430b1718cefb3c917633f49fa0cad05f4f 2754
postfix-lmdb-dbgsym_3.1.3-3_amd64.deb
3477b6feb5971a4d7f99dff92961ecf47854e10f68ad2166ea918426fd6ad0ba 313010
postfix-lmdb_3.1.3-3_amd64.deb
1bfcbb326d0dd3458cffed7fff689310026a622f56b1008c89e48b11f4803757 2680
postfix-mysql-dbgsym_3.1.3-3_amd64.deb
8b2206f2b4c7018032b86d6ed7dab2ef64132987911f261cc042fbd1562b06df 312102
postfix-mysql_3.1.3-3_amd64.deb
53fc3d704e6ef0651574981c860a4f0997ba22aa2e0d6cd81b3b4736670b5114 2486
postfix-pcre-dbgsym_3.1.3-3_amd64.deb
416760d03e9871aa57c70059b1b84b2d578f5a7b1c942f95f15dd1771c6af1b1 312064
postfix-pcre_3.1.3-3_amd64.deb
8a97141ae0d5449842f8e5a4c83275cd904699b66ba139149e8566522543eb7a 2634
postfix-pgsql-dbgsym_3.1.3-3_amd64.deb
d1f74945e587df77ab6db9804ce8f111e5b535d9bb56ca851a22f284eb2c7355 311866
postfix-pgsql_3.1.3-3_amd64.deb
dd9f0ff4fb674c09c7a84c77dcf4173b07981235e70828880edb537d10b5f93e 2456
postfix-sqlite-dbgsym_3.1.3-3_amd64.deb
c97877a4bfa9957de571c8cf799dfffbd80f951a32bbbc0ef533983a0503e2bd 309948
postfix-sqlite_3.1.3-3_amd64.deb
e0151d15117abfbb202a936b1907c481c41af652d2657cd44e0e80971b6cf52c 10841
postfix_3.1.3-3_20161114T152533z-8d4d75ff.buildinfo
3841682fc29d7327de7fb97b99a55d9191380922cdeb9c073da0c15f72016f9c 1437866
postfix_3.1.3-3_amd64.deb
Files:
be39820f4379e6e99b09f4845eecbf86 2680 mail extra postfix_3.1.3-3.dsc
0acbf0b8c206620cba4e221d8517dd83 182572 mail extra
postfix_3.1.3-3.debian.tar.xz
b8436ed00da8dd4a5edf046e5b5db700 2404 debug extra
postfix-cdb-dbgsym_3.1.3-3_amd64.deb
d177858ee97c46af1df71dedec6caa01 310196 mail extra
postfix-cdb_3.1.3-3_amd64.deb
88767adbe7acefde390c6384dd4c2558 97632 debug extra
postfix-dbgsym_3.1.3-3_amd64.deb
697fb6b8b99008d67462510175b6a60f 414690 devel extra postfix-dev_3.1.3-3_all.deb
7937476c7c117f603a4fd331f7bd16b7 1163154 doc extra postfix-doc_3.1.3-3_all.deb
9bdb69f4fe681d0b7006c876ceac3404 3112 debug extra
postfix-ldap-dbgsym_3.1.3-3_amd64.deb
2cb707ca5db6265682da33f111f05040 317304 mail extra
postfix-ldap_3.1.3-3_amd64.deb
5a1188abdd25b92ee7e5a83cdeca95e0 2754 debug extra
postfix-lmdb-dbgsym_3.1.3-3_amd64.deb
790d10396e6e3a76b6e4f3daad33d9f1 313010 mail extra
postfix-lmdb_3.1.3-3_amd64.deb
d82e836bbbddc0240c728b430009688a 2680 debug extra
postfix-mysql-dbgsym_3.1.3-3_amd64.deb
5cac9847aa4e649a5567f852830fadbf 312102 mail extra
postfix-mysql_3.1.3-3_amd64.deb
e24df19f1833b2399b6990a3ece6fa88 2486 debug extra
postfix-pcre-dbgsym_3.1.3-3_amd64.deb
a9a504732c802c11c07d8981bac7fc03 312064 mail extra
postfix-pcre_3.1.3-3_amd64.deb
0023b7a691afa5ff7a4e2b0eae7095d7 2634 debug extra
postfix-pgsql-dbgsym_3.1.3-3_amd64.deb
8b1f2d4d7d9072ca047566f6e041ff53 311866 mail extra
postfix-pgsql_3.1.3-3_amd64.deb
59a3dae7208ff8a6ede79a14f6d27aaf 2456 debug extra
postfix-sqlite-dbgsym_3.1.3-3_amd64.deb
8b3b8578f280b93d8f51ac84b7cf500a 309948 mail extra
postfix-sqlite_3.1.3-3_amd64.deb
8d4d75ff6d8e0cbb5f6b3bdf284b89d5 10841 mail extra
postfix_3.1.3-3_20161114T152533z-8d4d75ff.buildinfo
25112be97c9313843e43f622a3409a61 1437866 mail extra postfix_3.1.3-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJYKdgZAAoJEHjX3vua1Zrxe+0P/R8JV7XP87oKPCHPHnPRqS8A
OUrGgsZUn7N82tXS028VVNFZvrbCv0nln5ba0fAuZGOiiOFKk//Z195IBv5NeWK0
Oaipaj1AXSfKXpzwOhxiEOjdfSYO6PL4t8pIOb/u5QQ2MUkxojogPv1aXBJupi41
fJxeWO3AX97QoakZa+PyYiMvKIKMbV5ucMCVXfCQpx2MCiYCsAYQ71tNwTLeSkJj
0hCXXcs16c2IotXAmZUtqWJKUmtsg3EPtOQjBxxmGVosAaZ59mqNi0awJV+20F3M
9OpAw73WEpXpbXTLPgPcawmz3pr2/a9fsmL5YTHSiXSsqGIBouL+RItGolK817jQ
+J35Mth63aLXCCszPImINzyDaoMG+2tud9ok3FvoI07MkY/4xbFhBw5sjtPW+mie
5exqrDBobQAc4bFyJdvZORll75NbP9Kzc9gpEMnuzvKtXE9ZAlfFIM9XMlmjQdv6
ar4qs0PAeMkr0og/s0nyjPdMKIZjnwrsfpogx13p8x9Lyx7k2homS6SOSmGUB1Ms
bPN6X+sCBcwNsNPWAM71+A7+vhVkD0cKx8/cbov7vhmaOGzi5RSYtbIXvjnh3NAR
Yy0PGyzaPKiIvQNg74Dian97I9yvldvuz8G6WGK2Tt0tHdY1smzAex8g+yZb8DKe
6aoqY69WNjMlaJXQxk1J
=JA68
-----END PGP SIGNATURE-----
--- End Message ---