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
This commit is contained in:
Peter Wullinger 2023-03-28 17:08:20 +00:00 committed by Git OBS Bridge
parent 59feea161a
commit 6568568245
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 28 13:46:34 UTC 2023 - Peter Wullinger <wullinger@rz.uni-kiel.de>
- enable sender rewriting support (SUPPORT_SRS)
-------------------------------------------------------------------
Wed Jan 25 12:56:05 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -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