Fixed possible warning when postfix is restarted
Resolves: rhbz#2162659
This commit is contained in:
parent
905901669f
commit
7687262d24
@ -11,7 +11,7 @@ PrivateTmp=true
|
|||||||
CapabilityBoundingSet=~ CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_BOOT CAP_SYS_MODULE
|
CapabilityBoundingSet=~ CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_BOOT CAP_SYS_MODULE
|
||||||
ProtectSystem=true
|
ProtectSystem=true
|
||||||
PrivateDevices=true
|
PrivateDevices=true
|
||||||
ExecStartPre=-/usr/sbin/restorecon -R /var/spool/postfix/pid/master.pid
|
ExecStartPre=-/usr/sbin/restorecon -R /var/spool/postfix/pid
|
||||||
ExecStartPre=-/usr/libexec/postfix/aliasesdb
|
ExecStartPre=-/usr/libexec/postfix/aliasesdb
|
||||||
ExecStartPre=-/usr/libexec/postfix/chroot-update
|
ExecStartPre=-/usr/libexec/postfix/chroot-update
|
||||||
ExecStart=/usr/sbin/postfix start
|
ExecStart=/usr/sbin/postfix start
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
Name: postfix
|
Name: postfix
|
||||||
Summary: Postfix Mail Transport Agent
|
Summary: Postfix Mail Transport Agent
|
||||||
Version: 3.5.8
|
Version: 3.5.8
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.postfix.org
|
URL: http://www.postfix.org
|
||||||
@ -763,6 +763,10 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 14 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.5.8-7
|
||||||
|
- Fixed possible warning when postfix is restarted
|
||||||
|
Resolves: rhbz#2162659
|
||||||
|
|
||||||
* Wed May 17 2023 Tomas Korbar <tkorbar@redhat.com> - 2:3.5.8-6
|
* Wed May 17 2023 Tomas Korbar <tkorbar@redhat.com> - 2:3.5.8-6
|
||||||
- Fix patch for SRV record resolution feature
|
- Fix patch for SRV record resolution feature
|
||||||
Related: rhbz#1787010
|
Related: rhbz#1787010
|
||||||
|
Loading…
Reference in New Issue
Block a user