Moved creation of headers into write822Header and some code clean up.
[squirrelmail.git] / config / config.php
index b917367468997bdff287678190b247b44b6b05f1..0a1d1d86b3fe643eded6917ffc8f79a5ba384648 100644 (file)
     $domain = "initio.no";
 
 //  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>";