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:
Dominique Leuenberger 2022-01-19 23:12:24 +00:00 committed by Git OBS Bridge
commit ff4bbdda85
3 changed files with 7 additions and 2 deletions

View File

@ -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>
- update to exim 4.95

View File

@ -8,7 +8,8 @@ PrivateTmp=true
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
# exim needs to access ~/.forward and MDA-files to for local delivery
# ProtectHome=true
PrivateDevices=true
ProtectHostname=true
ProtectClock=true

View File

@ -75,7 +75,7 @@ Requires(pre): group(mail)
Requires(pre): fileutils textutils
%endif
Version: 4.95
Release: 0
Release: 1
%if %{with_mysql}
BuildRequires: mysql-devel
%endif