From eccde8361c7f50189c797acf1692ee9779bcec44 Mon Sep 17 00:00:00 2001 From: Larry Lawrence Date: Wed, 4 Feb 2004 03:16:47 +0000 Subject: [PATCH] update to postfix-2.0.18 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1771 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 3 +++ server/mail/postfix/postfix-config.xml | 17 ++++++++++++++++- server/mail/postfix/postfix.ent | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 7f558f988d..033448e71b 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -11,6 +11,9 @@ who wrote what. +February 3rd, 2004 [larry]: Updated to Postfix-2.0.18 +and applied enhancement patch to postfix. + February 3rd, 2004 [larry]: Updated to Galeon-1.3.12. diff --git a/server/mail/postfix/postfix-config.xml b/server/mail/postfix/postfix-config.xml index ec8a07b609..eb12907631 100644 --- a/server/mail/postfix/postfix-config.xml +++ b/server/mail/postfix/postfix-config.xml @@ -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 diff --git a/server/mail/postfix/postfix.ent b/server/mail/postfix/postfix.ent index 95b6f5c82d..1b33197936 100644 --- a/server/mail/postfix/postfix.ent +++ b/server/mail/postfix/postfix.ent @@ -4,9 +4,9 @@ - + - +