Fixed a problem i made in the configfile on last commit.
authorgustavf <gustavf@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 25 Jan 2000 14:49:38 +0000 (14:49 +0000)
committergustavf <gustavf@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 25 Jan 2000 14:49:38 +0000 (14:49 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@179 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/config.php

index b917367468997bdff287678190b247b44b6b05f1..493e180bf1418748855fa4907776de5fb274e362 100644 (file)
 //   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 = "initio.no";
+    $domain = "usa.om.org";
 
 //  Your SMTP server and port number (usually the same as the IMAP server)
-    $smtpServerAddress = "adam";
+    $smtpServerAddress = "localhost";
     $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";
+//    $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>";