Sfoglia il codice sorgente

Add some pointers to configtest.php in conf.pl and the documentation, so it
will be more visible and thus tested.

Thijs Kinkhorst 21 anni fa
parent
commit
459fd5efba
2 ha cambiato i file con 14 aggiunte e 1 eliminazioni
  1. 7 1
      INSTALL
  2. 7 0
      config/conf.pl

+ 7 - 1
INSTALL

@@ -171,7 +171,7 @@ b. Setting up directories
 
 
 c. Setting up SquirrelMail
 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
   there is a perl script called conf.pl that will aid you in the
   configuration process.  This is the recommended way of handling
   configuration process.  This is the recommended way of handling
   the config.
   the config.
@@ -179,6 +179,12 @@ c. Setting up SquirrelMail
   You can also copy the config/config_default.php file to config/config.php
   You can also copy the config/config_default.php file to config/config.php
   and edit that manually.
   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
 4. RUNNING SQUIRRELMAIL
 -----------------------
 -----------------------
 
 

+ 7 - 0
config/conf.pl

@@ -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
 # org_name