Preferences save now
[squirrelmail.git] / config / config.php
index 77fa88fe71dce0815d9525254cb2c2373b4c0d00..f90446d97af21549a7a0ffcf689b31fdb1a1392f 100644 (file)
@@ -1,13 +1,13 @@
 <?
 //  Organization's logo picture (blank if none)
-    $org_logo = "../images/om_webmail.gif";
+    $org_logo = "../images/sm_logo.jpg";
 
 //  Organization's name
-    $org_name = "Operation Mobilization";
+    $org_name = "SquirrelMail";
 
 //  Webmail Title
 //  This is the title that goes at the top of the browser window
-    $org_title = "OM-USA WebMail";
+    $org_title = "SquirrelMail $version";
 
 //  The server that your imap server is on
     $imapServerAddress = "localhost";
     $smtpPort = 25;
 
 //  This is displayed right after they log in
-    $motd = "  Welcome to OM's webmail system, SquirrelMail.  We are currently in beta, and have not yet released a full version of SquirrelMail.  Please feel free to look around, and please report any bugs to <A HREF=\"mailto:nathan@usa.om.org\">Nathan</A> or <A HREF=\"mailto:luke@usa.om.org\">Luke</A>.";
+    $motd = "You are using SquirrelMail's web-based email client.  If you run into any bugs or have suggestions, please report them to our <A HREF=\"mailto:squirrelmail-list@sourceforge.net\">mailing list</A>";
 
-//  Customizable colors
+//  Themes
 //     You can define your own theme and put it in this directory.  You must
 //     call it as the example below.  You can name the theme whatever you
 //     want.  For an example of a theme, see the ones included in the config
 //     directory.
+//
+//     You can download themes from http://squirrelmail.sourceforge.net/index.php3?page=10
+//
 //   Example:   require("../config/default_theme.php");
     require("../config/default_theme.php");