Enabled local_scan

This commit is contained in:
Jaroslav Škarvada 2019-10-10 17:53:30 +02:00
parent 112ed52fe5
commit d914362b27
3 changed files with 8 additions and 4 deletions

View File

@ -2,7 +2,7 @@ diff --git a/src/EDITME b/src/EDITME
index a42cd6f..0acd673 100644
--- a/src/EDITME
+++ b/src/EDITME
@@ -822,6 +822,20 @@ TLS_LIBS=-lssl -lcrypto
@@ -822,6 +822,21 @@ TLS_LIBS=-lssl -lcrypto
# specified in INCLUDE.
@ -13,6 +13,7 @@ index a42cd6f..0acd673 100644
+# description of the API to this function, see the Exim specification.
+
+DLOPEN_LOCAL_SCAN=yes
+HAVE_LOCAL_SCAN=yes
+
+# If you set DLOPEN_LOCAL_SCAN, then you need to include -rdynamic in the
+# linker flags. Without it, the loaded .so won't be able to access any

View File

@ -1,8 +1,8 @@
diff --git a/src/EDITME b/src/EDITME
index 4e3a9a3..e3b98e9 100644
index 4c20169..fbfade3 100644
--- a/src/EDITME
+++ b/src/EDITME
@@ -972,12 +972,12 @@ SUPPORT_PAM=yes
@@ -973,12 +973,12 @@ SUPPORT_PAM=yes
# If you may want to use outbound (client-side) proxying, using Socks5,
# uncomment the line below.

View File

@ -12,7 +12,7 @@
Summary: The exim mail transfer agent
Name: exim
Version: 4.92.3
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
Url: http://www.exim.org/
@ -485,6 +485,9 @@ fi
%{_sysconfdir}/cron.daily/greylist-tidy.sh
%changelog
* Thu Oct 10 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 4.92.3-3
- Enabled local_scan
* Thu Oct 10 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 4.92.3-2
- Dropped sysvinit artifacts