]> git.mjollnir.org Git - moodle.git/commitdiff
Altered smtphosts and removed cronpassword
authormartin <martin>
Thu, 6 Jun 2002 15:25:36 +0000 (15:25 +0000)
committermartin <martin>
Thu, 6 Jun 2002 15:25:36 +0000 (15:25 +0000)
config-dist.php

index fe67f1308205a20cd476c50efc66df3b66b3225f..638f9704dfa83caa8f96af3d85e5e867fb2f523e 100644 (file)
@@ -64,16 +64,11 @@ $CFG->theme     = "standard";
 $CFG->lang     = "en";
 
 
-// Give the full name (eg mail.example.com) of an SMTP server that the 
-// web server machine has access to (to send mail).  You can specify 
-// more than one server like this: "mail1.example.com;mail2.example.com"
+// Give the full names of local SMTP servers that Moodle should use to
+// send mail (eg "mail.a.com" or "mail.a.com;mail.b.com").
+// If this is left empty (eg "") then Moodle will attempt to use PHP mail.
 
-$CFG->smtphosts  = "mail.example.com";
-
-// Choose a password to be used by the cron script.  This helps avoid
-// any problems caused by someone spamming moodle/admin/cron.php
-
-$CFG->cronpassword = "fr0o6y";
+$CFG->smtphosts  = "";
 
 
 // You should not need to change anything else. To continue setting up