From: Alex Dehnert Date: Mon, 27 Aug 2012 05:29:00 +0000 (-0400) Subject: Add sqlite support X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=3b2f279af3c7553def6e7338cc987376e5017c56;hp=0cc1534f7c1c4ce61b29220b2ba149bf4f1a004a;p=sysconfig%2Fpostfix.git Add sqlite support I strongly suspect this is upstream's fault, because I can't imagine having cared... --- diff --git a/dynamicmaps.cf b/dynamicmaps.cf index 837c78a..ec26d66 100644 --- a/dynamicmaps.cf +++ b/dynamicmaps.cf @@ -6,3 +6,4 @@ #type location of .so file open function (mkmap func) #==== ================================ ============= ============ tcp /usr/lib/postfix/dict_tcp.so dict_tcp_open +sqlite /usr/lib/postfix/dict_sqlite.so dict_sqlite_open