Selaa lähdekoodia

Fixed a problem i made in the configfile on last commit.

gustavf 25 vuotta sitten
vanhempi
commit
91f6b66fd3
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      config/config.php

+ 4 - 4
config/config.php

@@ -17,16 +17,16 @@
 //   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>";