Add some pointers to configtest.php in conf.pl and the documentation, so it
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 24 Feb 2004 13:59:14 +0000 (13:59 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 24 Feb 2004 13:59:14 +0000 (13:59 +0000)
will be more visible and thus tested.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6639 7612ce4b-ef26-0410-bec9-ea0150e637f0

INSTALL
config/conf.pl

diff --git a/INSTALL b/INSTALL
index d5c6d86dc89432d57caac88965e31977f87c189a..71e4001410018b625c042e78c13e223d5d957edc 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -171,7 +171,7 @@ b. Setting up directories
 
 c. Setting up SquirrelMail
 
-  There are two ways to configure Squirrelmail.  In the config/ directory,
+  There are two ways to configure SquirrelMail.  In the config/ directory,
   there is a perl script called conf.pl that will aid you in the
   configuration process.  This is the recommended way of handling
   the config.
@@ -179,6 +179,12 @@ c. Setting up SquirrelMail
   You can also copy the config/config_default.php file to config/config.php
   and edit that manually.
 
+  After you've created a configuration, you can use your webbrowser to
+  browse to http://your-squirrelmail-location/config/configtest.php.
+  This will perform some basic checks on your config to make sure
+  everything works like it should.
+
+
 4. RUNNING SQUIRRELMAIL
 -----------------------
 
index 3798683bbd9470023c53cd28503f93e76da5a55b..54853b92123acd0e18eae3e0d5ed520ed21f9bca 100755 (executable)
@@ -834,6 +834,13 @@ while ( ( $command ne "q" ) && ( $command ne "Q" ) ) {
     }
 }
 
+# we exit here
+print "\nExiting conf.pl.\n".
+       "You might want to test your configuration by browsing to\n".
+       "http://your-squirrelmail-location/config/configtest.php\n".
+       "Happy SquirrelMailing!\n\n";
+
+
 ####################################################################################
 
 # org_name