postfix/postfix-set-default_data_type-to-lmdb.patch

22 lines
550 B
Diff
Raw Normal View History

From 063980f92ca5963e8ed76e78d661bcbb3a381fa3 Mon Sep 17 00:00:00 2001
From: eaglegai <eaglegai@163.com>
Date: Thu, 3 Mar 2022 09:05:20 +0800
Subject: [PATCH] set default_data_tpye to lmdb
---
conf/main.cf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/conf/main.cf b/conf/main.cf
index 6d7b236..e27687e 100644
--- a/conf/main.cf
+++ b/conf/main.cf
@@ -734,3 +734,6 @@ smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
# plaintext (opportunistic TLS outbound).
#
smtp_tls_security_level = may
+
+
+default_database_type = lmdb
--
2.33.0