From 3b2f279af3c7553def6e7338cc987376e5017c56 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Mon, 27 Aug 2012 01:29:00 -0400 Subject: [PATCH] Add sqlite support I strongly suspect this is upstream's fault, because I can't imagine having cared... --- dynamicmaps.cf | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1