update to postfix-2.0.18

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1771 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2004-02-04 03:16:47 +00:00
parent 3d6d1bd823
commit eccde8361c
3 changed files with 21 additions and 3 deletions

View File

@ -11,6 +11,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>February 3rd, 2004 [larry]: Updated to Postfix-2.0.18
and applied enhancement patch to postfix.</para></listitem>
<listitem><para>February 3rd, 2004 [larry]: Updated to
Galeon-1.3.12.</para></listitem>

View File

@ -73,6 +73,21 @@ case "$1" in
loadproc postfix reload
;;
abort)
echo "Aborting Postfix..."
loadproc postfix abort
;;
flush)
echo "Flushing Postfix..."
loadproc postfix flush
;;
check)
echo "Checking Postfix..."
loadproc postfix check
;;
restart)
$0 stop
sleep 1
@ -80,7 +95,7 @@ case "$1" in
;;
*)
echo "Usage: $0 {start|stop|reload|restart}"
echo "Usage: $0 {start|stop|reload|abort|flush|check|restart}"
exit 1
;;
esac

View File

@ -4,9 +4,9 @@
<!ENTITY postfix-exp SYSTEM "postfix-exp.xml">
<!ENTITY postfix-config SYSTEM "postfix-config.xml">
<!ENTITY postfix-desc SYSTEM "postfix-desc.xml">
<!ENTITY postfix-version "2.0.16">
<!ENTITY postfix-version "2.0.18">
<!ENTITY postfix-download-http "">
<!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
<!ENTITY postfix-size "1.3 MB">
<!ENTITY postfix-buildsize "94 MB">
<!ENTITY postfix-buildsize "70 MB">
<!ENTITY postfix-time "0.29 SBU">