mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
exim: add package
Add Exim MTA variants: * exim plain variant without any TLS library which hence comes without TLS, DANE and DKIM. * exim-openssl linked against libopenssl * exim-gnutls linked against libgnutls * exim-ldap linked against libopenssl, libopenldap and libsasl2 Provide packages for lookup modules * cdb * dbmdb * dnsdb * json (depends on jansson) * mysql (depends on libmariadb) * passwd * pgsql (depends on libpq) * redis (depends on libhiredis) * sqlite (depends on libsqlite3) Note: As gnutls requires libunbound which depends on libopenssl to provide libgnutls-dane, disable DANE by default when building with gnutls. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
committed by
Daniel Golle
parent
ec7109ec12
commit
cd587f3767
@@ -0,0 +1,11 @@
|
||||
--- a/src/drtables.c
|
||||
+++ b/src/drtables.c
|
||||
@@ -662,7 +662,7 @@ addlookupmodule(NULL, &ibase_lookup_modu
|
||||
addlookupmodule(NULL, &ldap_lookup_module_info);
|
||||
#endif
|
||||
|
||||
-#ifdef LOOKUP_JSON
|
||||
+#if defined(LOOKUP_JSON) && LOOKUP_JSON!=2
|
||||
addlookupmodule(NULL, &json_lookup_module_info);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user