X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=config%2Fconfig.php;h=dfda9dac2c054600b6219b9669b2b97a7e861432;hp=0a1d1d86b3fe643eded6917ffc8f79a5ba384648;hb=1d6248ce00d0564f0508e7744490f27c30052af0;hpb=c99c5b31ea7ce697fb71dfbfa2b4bb449e53260f diff --git a/config/config.php b/config/config.php index 0a1d1d86..dfda9dac 100644 --- a/config/config.php +++ b/config/config.php @@ -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 mailing list"; @@ -133,4 +133,6 @@ // $data_dir = "../data/"; $data_dir = "../data/"; + + $attachment_dir = $data_dir; ?>