replace CVS with SVN
[squirrelmail.git] / config / config.php
index b917367468997bdff287678190b247b44b6b05f1..dfda9dac2c054600b6219b9669b2b97a7e861432 100644 (file)
@@ -20,7 +20,7 @@
     $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
 //    $data_dir = "../data/";
 
     $data_dir = "../data/";
+
+    $attachment_dir = $data_dir;
 ?>