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