moving functions to separate file, adding configuration files
[squirrelmail.git] / config / config.php
index 8a49bf27ad7d16c6d835823c8b72420cef6b41c9..dfda9dac2c054600b6219b9669b2b97a7e861432 100644 (file)
@@ -17,7 +17,7 @@
 //   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 = "initio.no";
 
 //  Your SMTP server and port number (usually the same as the IMAP server)
     $smtpServerAddress = "localhost";
@@ -25,8 +25,8 @@
 
 //  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>";
 //    $data_dir = "../data/";
 
     $data_dir = "../data/";
+
+    $attachment_dir = $data_dir;
 ?>