From 493b68fbe65eddccbcdd4ea6dcd811e9efe82a22 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Thu, 28 May 2020 20:24:49 +0000 Subject: [PATCH] Config change with updated Postfix on RPi --- dynamicmaps.cf | 2 +- postfix-files.d/sqlite.files | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 postfix-files.d/sqlite.files diff --git a/dynamicmaps.cf b/dynamicmaps.cf index 255c454..bc4a589 100644 --- a/dynamicmaps.cf +++ b/dynamicmaps.cf @@ -5,4 +5,4 @@ # #type location of .so file open function (mkmap func) #==== ================================ ============= ============ -sqlite postfix-sqlite.so.1.0.1 dict_sqlite_open +sqlite postfix-sqlite.so dict_sqlite_open diff --git a/postfix-files.d/sqlite.files b/postfix-files.d/sqlite.files new file mode 100644 index 0000000..8e95cd8 --- /dev/null +++ b/postfix-files.d/sqlite.files @@ -0,0 +1,2 @@ +$shlib_directory/postfix-sqlite.so:f:root:-:755 +$manpage_directory/man5/sqlite_table.5.gz:f:root:-:644 -- 2.34.1