X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=config%2Fconfig.php;h=dfda9dac2c054600b6219b9669b2b97a7e861432;hb=1455d7ecf10b340d84a04b189f2d90abf883ef30;hp=58b3ebadf7cf7c2ecfa92e6ad14b88a6abe057e0;hpb=5e3fe35753f3f5deb4766caa47e3ccdf82719153;p=squirrelmail.git diff --git a/config/config.php b/config/config.php index 58b3ebad..dfda9dac 100644 --- a/config/config.php +++ b/config/config.php @@ -17,12 +17,17 @@ // 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"; $smtpPort = 25; +// Uncomment this if you want to deliver locally using sendmail instead +// of connecting to a SMTP-server + $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"; @@ -128,4 +133,6 @@ // $data_dir = "../data/"; $data_dir = "../data/"; + + $attachment_dir = $data_dir; ?>