summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-04 14:08:54 +0000
committerfukachan <fukachan>2003-01-04 14:08:54 +0000
commit2dae20cc1cbf3edcaaa2eceda9309c9191481851 (patch)
treeac985a8f040078da882c7bf4e17ab2a17ee5f8c1
parent110ffba56f4f025e4609328e4e688d41c10a9d0f (diff)
downloadfml8-2dae20cc1cbf3edcaaa2eceda9309c9191481851.tar.gz
fml8-2dae20cc1cbf3edcaaa2eceda9309c9191481851.tar.bz2
fml8-2dae20cc1cbf3edcaaa2eceda9309c9191481851.zip
show ~/.qmail-*
clean up messages.
-rwxr-xr-xregress/simulation/test_newml.sh18
1 files changed, 17 insertions, 1 deletions
diff --git a/regress/simulation/test_newml.sh b/regress/simulation/test_newml.sh
index ef4c8b0e..ee6a2653 100755
--- a/regress/simulation/test_newml.sh
+++ b/regress/simulation/test_newml.sh
@@ -1,14 +1,26 @@
#!/bin/sh
#
-# $FML: test_newml.sh,v 1.3 2002/12/26 14:55:50 fukachan Exp $
+# $FML: test_newml.sh,v 1.4 2002/12/31 03:57:56 fukachan Exp $
#
SHOW () {
+ echo "";
+ echo "******************* show config *******************";
+ echo "";
+
head -30 /tmp/nuinui/*rudo/include* \
/tmp/nuinui/etc/mail/aliases \
/tmp/nuinui/etc/postfix/virtual \
/tmp/nuinui/etc/sendmail/virtusertable \
+ /tmp/nuinui/etc/procmail/procmailrc \
/tmp/nuinui/etc/qmail/virtualdomains
+
+ echo ""
+ head $HOME/.qmail-*nuinui*
+
+ echo "";
+ echo "******************* show config end *******************";
+ echo "";
}
@@ -35,6 +47,10 @@ SHOW () {
) 2>&1 | tee /tmp/rr
+echo "";
+echo "---";
+echo "";
echo See /tmp/rr
+echo "";
exit 0