- updated sendmail.nm-dispatcher script to handle VPN connections (#577540)

This commit is contained in:
Jaroslav Škarvada 2010-08-25 13:54:58 +02:00
parent c8ac1bc900
commit c091b66100
2 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
if [ "$2" = "up" ] || [ "$2" = "down" ]; then
/sbin/service sendmail reload || :
fi
case "$2" in
up|down|vpn-up|vpn-down)
/sbin/service sendmail reload || :
;;
esac

View File

@ -14,7 +14,7 @@
Summary: A widely used Mail Transport Agent (MTA)
Name: sendmail
Version: 8.14.4
Release: 11%{?dist}
Release: 12%{?dist}
License: Sendmail
Group: System Environment/Daemons
URL: http://www.sendmail.org/
@ -641,6 +641,9 @@ exit 0
%changelog
* Wed Aug 25 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 8.14.4-12
- updated sendmail.nm-dispatcher script to handle VPN connections (#577540)
* Tue Aug 17 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 8.14.4-11
- README.libmilter moved to milter subpackage
- updated description of doc subpackage