From 80e647e9ce9ce216b76711853048ef98dcdfe2c0 Mon Sep 17 00:00:00 2001 From: gustavf Date: Tue, 25 Jan 2000 14:49:38 +0000 Subject: [PATCH] Fixed a problem i made in the configfile on last commit. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@179 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.php b/config/config.php index b9173674..493e180b 100644 --- a/config/config.php +++ b/config/config.php @@ -17,16 +17,16 @@ // 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 = "initio.no"; + $domain = "usa.om.org"; // 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 // 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"; -- 2.25.1