From 656856824508df3bb845177698a2602354499c409edb04803c78fb65ff823c14 Mon Sep 17 00:00:00 2001 From: Peter Wullinger Date: Tue, 28 Mar 2023 17:08:20 +0000 Subject: [PATCH] Accepting request 1075052 from home:pwcau:branches:server:mail enable sender rewriting support (SUPPORT_SRS) SUPPORT_SRS has no extra dependencies and seems stable, so we can enable it by default. OBS-URL: https://build.opensuse.org/request/show/1075052 OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=272 --- exim.changes | 5 +++++ exim.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/exim.changes b/exim.changes index 8154b7d..6fcf7e5 100644 --- a/exim.changes +++ b/exim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 28 13:46:34 UTC 2023 - Peter Wullinger + +- enable sender rewriting support (SUPPORT_SRS) + ------------------------------------------------------------------- Wed Jan 25 12:56:05 UTC 2023 - Thorsten Kukuk diff --git a/exim.spec b/exim.spec index 1f0246e..1aa0ce3 100644 --- a/exim.spec +++ b/exim.spec @@ -75,7 +75,7 @@ Requires(pre): group(mail) Requires(pre): fileutils textutils %endif Version: 4.96 -Release: 0 +Release: 1 %if %{with_mysql} BuildRequires: mysql-devel %endif @@ -292,6 +292,8 @@ cat <<-EOF > Local/Makefile EXPERIMENTAL_CERTNAMES=yes EXPERIMENTAL_DSN=yes SYSTEM_ALIASES_FILE=/etc/aliases + # enable SRS + SUPPORT_SRS=yes %if %{with dane} SUPPORT_DANE=yes %endif