Altered smtphosts and removed cronpassword

This commit is contained in:
martin 2002-06-06 15:25:36 +00:00
parent 7f86ce17ba
commit 2569999130

View File

@ -64,16 +64,11 @@ $CFG->theme = "standard";
$CFG->lang = "en"; $CFG->lang = "en";
// Give the full name (eg mail.example.com) of an SMTP server that the // Give the full names of local SMTP servers that Moodle should use to
// web server machine has access to (to send mail). You can specify // send mail (eg "mail.a.com" or "mail.a.com;mail.b.com").
// more than one server like this: "mail1.example.com;mail2.example.com" // If this is left empty (eg "") then Moodle will attempt to use PHP mail.
$CFG->smtphosts = "mail.example.com"; $CFG->smtphosts = "";
// 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";
// You should not need to change anything else. To continue setting up // You should not need to change anything else. To continue setting up