spelling fix in options_submit.php
[squirrelmail.git] / config / config.php
index 58b3ebadf7cf7c2ecfa92e6ad14b88a6abe057e0..ec35eca2c165bbbbaa144044ac84a180c50fc060 100644 (file)
     $org_title = "SquirrelMail $version";
 
 //  The server that your imap server is on
-    $imapServerAddress = "localhost";
+    $imapServerAddress = "adam";
     $imapPort = 143;
 
 //  The domain where your email address is.
 //   Example:  in "luke@usa.om.org", usa.om.org is the domain.
 //             this is for all the messages sent out.  Reply address
 //             is generated by $username@$domain
-    $domain = "localhost";
+    $domain = "usa.om.org";
 
 //  Your SMTP server and port number (usually the same as the IMAP server)
-    $smtpServerAddress = "localhost";
+    $smtpServerAddress = "adam";
     $smtpPort = 25;
 
+//  Uncomment this if you want to deliver locally using sendmail instead
+//  of connecting to a SMTP-server
+//    $useSendmail = true;
+//    $sendmail_path = "/usr/sbin/sendmail";
+
 //  This is displayed right after they log in
     $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>";