Testing CVS access
[squirrelmail.git] / config / config.php
index 0a1d1d86b3fe643eded6917ffc8f79a5ba384648..dfda9dac2c054600b6219b9669b2b97a7e861432 100644 (file)
@@ -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;
 ?>