Accepting request 947395 from server:mail
- disable ProtectHome=, it prevents local delivery (bsc#1194810) OBS-URL: https://build.opensuse.org/request/show/947395 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exim?expand=0&rev=70
This commit is contained in:
commit
ff4bbdda85
@ -1,3 +1,7 @@
|
|||||||
|
Wed Jan 19 11:41:15 UTC 2022 - Peter Wullinger <wullinger@rz.uni-kiel.de>
|
||||||
|
|
||||||
|
- disable ProtectHome=, it prevents local delivery (bsc#1194810)
|
||||||
|
|
||||||
Wed Sep 29 06:22:01 UTC 2021 - Peter Wullinger <wullinger@rz.uni-kiel.de>
|
Wed Sep 29 06:22:01 UTC 2021 - Peter Wullinger <wullinger@rz.uni-kiel.de>
|
||||||
|
|
||||||
- update to exim 4.95
|
- update to exim 4.95
|
||||||
|
@ -8,7 +8,8 @@ PrivateTmp=true
|
|||||||
# added automatically, for details please see
|
# added automatically, for details please see
|
||||||
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||||
ProtectSystem=full
|
ProtectSystem=full
|
||||||
ProtectHome=true
|
# exim needs to access ~/.forward and MDA-files to for local delivery
|
||||||
|
# ProtectHome=true
|
||||||
PrivateDevices=true
|
PrivateDevices=true
|
||||||
ProtectHostname=true
|
ProtectHostname=true
|
||||||
ProtectClock=true
|
ProtectClock=true
|
||||||
|
@ -75,7 +75,7 @@ Requires(pre): group(mail)
|
|||||||
Requires(pre): fileutils textutils
|
Requires(pre): fileutils textutils
|
||||||
%endif
|
%endif
|
||||||
Version: 4.95
|
Version: 4.95
|
||||||
Release: 0
|
Release: 1
|
||||||
%if %{with_mysql}
|
%if %{with_mysql}
|
||||||
BuildRequires: mysql-devel
|
BuildRequires: mysql-devel
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user