Added tighter bound to sm-client.service and sendmail.service

Resolves: rhbz#756232
This commit is contained in:
Jaroslav Škarvada 2011-11-23 14:58:17 +01:00
parent 049c622b1a
commit 9e72108af6
3 changed files with 8 additions and 2 deletions

View File

@ -15,3 +15,4 @@ ExecStart=/usr/sbin/sendmail -bd $SENDMAIL_OPTS $SENDMAIL_OPTARG
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
Also=sm-client.service

View File

@ -23,7 +23,7 @@
Summary: A widely used Mail Transport Agent (MTA) Summary: A widely used Mail Transport Agent (MTA)
Name: sendmail Name: sendmail
Version: 8.14.5 Version: 8.14.5
Release: 10%{?dist} Release: 11%{?dist}
License: Sendmail License: Sendmail
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.sendmail.org/ URL: http://www.sendmail.org/
@ -719,6 +719,10 @@ fi
%{_initrddir}/sendmail %{_initrddir}/sendmail
%changelog %changelog
* Wed Nov 23 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 8.14.5-11
- Added tighter bound to sm-client.service and sendmail.service
Resolves: rhbz#756232
* Mon Oct 24 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 8.14.5-10 * Mon Oct 24 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 8.14.5-10
- The nm-dispatcher now uses try-restart instead of restart - The nm-dispatcher now uses try-restart instead of restart
Resolves: rhbz#748416 Resolves: rhbz#748416

View File

@ -1,7 +1,8 @@
[Unit] [Unit]
Description=Sendmail Mail Transport Client Description=Sendmail Mail Transport Client
After=syslog.target network.target sendmail.service After=syslog.target network.target sendmail.service
Wants=sendmail.service Conflicts=postfix.service exim.service
BindTo=sendmail.service
[Service] [Service]
Type=forking Type=forking