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:
parent
59feea161a
commit
6568568245
@ -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>
|
Wed Jan 25 12:56:05 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ Requires(pre): group(mail)
|
|||||||
Requires(pre): fileutils textutils
|
Requires(pre): fileutils textutils
|
||||||
%endif
|
%endif
|
||||||
Version: 4.96
|
Version: 4.96
|
||||||
Release: 0
|
Release: 1
|
||||||
%if %{with_mysql}
|
%if %{with_mysql}
|
||||||
BuildRequires: mysql-devel
|
BuildRequires: mysql-devel
|
||||||
%endif
|
%endif
|
||||||
@ -292,6 +292,8 @@ cat <<-EOF > Local/Makefile
|
|||||||
EXPERIMENTAL_CERTNAMES=yes
|
EXPERIMENTAL_CERTNAMES=yes
|
||||||
EXPERIMENTAL_DSN=yes
|
EXPERIMENTAL_DSN=yes
|
||||||
SYSTEM_ALIASES_FILE=/etc/aliases
|
SYSTEM_ALIASES_FILE=/etc/aliases
|
||||||
|
# enable SRS
|
||||||
|
SUPPORT_SRS=yes
|
||||||
%if %{with dane}
|
%if %{with dane}
|
||||||
SUPPORT_DANE=yes
|
SUPPORT_DANE=yes
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user