mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
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:
parent
3d6d1bd823
commit
eccde8361c
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user